Skip to content
Snippets Groups Projects
  1. Aug 14, 2014
  2. Aug 13, 2014
  3. Aug 05, 2014
  4. Aug 04, 2014
  5. Jul 28, 2014
  6. May 06, 2014
  7. Apr 01, 2014
  8. Mar 21, 2014
  9. Jun 26, 2013
  10. Feb 16, 2013
  11. Jan 12, 2013
  12. Dec 05, 2012
  13. Sep 10, 2012
  14. Jul 03, 2012
  15. Jun 15, 2012
  16. Feb 03, 2012
    • Richard Smith's avatar
      Thread safety analysis: · 2e515627
      Richard Smith authored
       * When we detect that a CFG block has inconsistent lock sets, point the
         diagnostic at the location where we found the inconsistency, and point a note
         at somewhere the inconsistently-locked mutex was locked.
       * Fix the wording of the normal (non-loop, non-end-of-function) case of this
         diagnostic to not suggest that the mutex is going out of scope.
       * Fix the diagnostic emission code to keep a warning and its note together when
         sorting the diagnostics into source location order.
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149669 91177308-0d34-0410-b5e6-96231b3b80d8
      2e515627
  17. Nov 09, 2011
  18. Oct 24, 2011
  19. Oct 17, 2011
  20. Sep 15, 2011
  21. Sep 14, 2011
  22. Sep 10, 2011
  23. Sep 09, 2011
Loading