Go to file
Chris Lattner 66d2f924b4 reimplement the caching in the SourceManager::isBeforeInTranslationUnit()
method to be correct.  Right now it correctly computes the cache, then
goes ahead and computes the result the hard way, then asserts that they 
match.  Next I'll actually turn it on.

llvm-svn: 103231
2010-05-07 01:17:07 +00:00
clang reimplement the caching in the SourceManager::isBeforeInTranslationUnit() 2010-05-07 01:17:07 +00:00
compiler-rt improve bullets, patch by Mike Miller 2010-05-04 05:19:07 +00:00
llvm Adjust tests affected by llvm-gcc 103229. 2010-05-07 01:11:31 +00:00