summaryrefslogtreecommitdiff
path: root/unittests/Basic/SourceManagerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer2012-02-041-0/+1
* Thread a TargetInfo through to the module map; we'll need it forDouglas Gregor2012-01-301-2/+2
* clang/unittests/Basic/SourceManagerTest.cpp: Fixup corresponding to r147387.NAKAMURA Takumi2011-12-311-2/+2
* Fix bugs in SourceManager::computeMacroArgsCache() and add a unit test for it.Argyrios Kyrtzidis2011-12-211-0/+72
* For SourceManager::isBeforeInTranslationUnit(), have it consider macro arg ex...Argyrios Kyrtzidis2011-12-211-0/+108