Skip to content
  1. Dec 04, 2012
    • Chandler Carruth's avatar
      Sort all of Clang's files under 'lib', and fix up the broken headers · 3a02247d
      Chandler Carruth authored
      uncovered.
      
      This required manually correcting all of the incorrect main-module
      headers I could find, and running the new llvm/utils/sort_includes.py
      script over the files.
      
      I also manually added quite a few missing headers that were uncovered by
      shuffling the order or moving headers up to be main-module-headers.
      
      llvm-svn: 169237
      3a02247d
  2. Dec 01, 2012
  3. Nov 26, 2012
    • Anna Zaks's avatar
      [analyzer] Fix a crash reported in PR 14400. · e3beeaa5
      Anna Zaks authored
      The AllocaRegion did not have the superRegion (based on LocationContext)
      as part of it's hash. As a consequence, the AllocaRegions from
      different frames were uniqued to be the same region.
      
      llvm-svn: 168599
      e3beeaa5
  4. Nov 22, 2012
  5. Nov 15, 2012
  6. Nov 13, 2012
  7. Nov 07, 2012
  8. Nov 06, 2012
  9. Nov 03, 2012
  10. Nov 02, 2012
  11. Nov 01, 2012
  12. Oct 31, 2012
  13. Oct 30, 2012
  14. Oct 29, 2012
  15. Oct 18, 2012
Loading