summaryrefslogtreecommitdiffstats
path: root/unittests/Basic
Commit message (Expand)AuthorAgeFilesLines
* [preprocessor] Handle correctly inclusion directives that have macro expansio...Argyrios Kyrtzidis2012-03-271-0/+115
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-2/+2
* drop more llvm:: prefixes on SmallString<>Dylan Noblesmith2012-02-131-1/+1
* 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-212-1/+109
* unittests/Basic/FileManagerTest.cpp: Suppress warnings on gcc.NAKAMURA Takumi2011-09-231-1/+2
* unittests/Basic/FileManagerTest.cpp: Unbreak Win32, mingw and msvc.NAKAMURA Takumi2011-06-241-3/+3
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-191-1/+1
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-191-1/+1
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-181-1/+1
* Moves FileManagerTest.cpp to unittests/Basic such that the unit testZhanyong Wan2011-02-152-0/+237