aboutsummaryrefslogtreecommitdiff
path: root/Basic/SourceManager.cpp
AgeCommit message (Expand)Author
2007-07-24check in an experiment that didn't work out, to allow for future investigation.Chris Lattner
2007-07-24Add a cache to SourceManager to accellerate line # lookup. This is aChris Lattner
2007-07-21Add support for reusing macroid's with negative physical loc deltas. ThisChris Lattner
2007-07-20remove some old cruftChris Lattner
2007-07-20improve comments, implement a trivial single-entry cache in Chris Lattner
2007-07-20Reimplement SourceLocation. Instead of having a Chris Lattner
2007-07-16Make octal constant lexing use AdvanceToTokenCharacter to give moreChris Lattner
2007-07-15Change SourceManager::getInstantiationLoc to take virtual locations, doing itsChris Lattner
2007-07-12add missing headerGabor Greif
2007-07-11Stage two of getting CFE top correct.Reid Spencer