aboutsummaryrefslogtreecommitdiff
path: root/unittests/Basic
AgeCommit message (Expand)Author
2013-03-20<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor
2013-02-24[preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...Argyrios Kyrtzidis
2013-02-08Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose
2013-02-08Pull Lexer's CharInfo table out for general use throughout Clang.Jordan Rose
2013-02-01For ModuleLoader::makeModuleVisible() also pass the source location where theArgyrios Kyrtzidis
2013-01-12clang/unittests: Fixup corresponding to r172290.NAKAMURA Takumi
2012-12-11Extend stat query APIs to explicitly specify if the query is forArgyrios Kyrtzidis
2012-12-04Sort the #include lines for unittests/...Chandler Carruth
2012-11-30Fix unit tests for ModuleLoader change in r168961.Douglas Gregor
2012-11-16clang/unittests: Fixup corresponding to Doug's r168136.NAKAMURA Takumi
2012-10-24Teach the preprocessor to hold onto the preprocessor options.Douglas Gregor
2012-10-24Update unit tests for HeaderSearch changeDouglas Gregor
2012-10-23More unit-test fixesDouglas Gregor
2012-10-23Fixup unit tests for DiagnosticOptions changeDouglas Gregor
2012-10-17Fix the handling of target options in our unit tests.Douglas Gregor
2012-06-21Clang side of a refactoring of the CMake unit test build strategy.Chandler Carruth
2012-06-19Fix the location of the fixit for -Wnewline-eof.Jordan Rose
2012-03-27[preprocessor] Handle correctly inclusion directives that have macro expansio...Argyrios Kyrtzidis
2012-02-20Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith
2012-02-13drop more llvm:: prefixes on SmallString<>Dylan Noblesmith
2012-02-04Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer
2012-01-30Thread a TargetInfo through to the module map; we'll need it forDouglas Gregor
2011-12-31clang/unittests/Basic/SourceManagerTest.cpp: Fixup corresponding to r147387.NAKAMURA Takumi
2011-12-21Fix bugs in SourceManager::computeMacroArgsCache() and add a unit test for it.Argyrios Kyrtzidis
2011-12-21For SourceManager::isBeforeInTranslationUnit(), have it consider macro arg ex...Argyrios Kyrtzidis
2011-09-23unittests/Basic/FileManagerTest.cpp: Suppress warnings on gcc.NAKAMURA Takumi
2011-06-24unittests/Basic/FileManagerTest.cpp: Unbreak Win32, mingw and msvc.NAKAMURA Takumi
2011-02-19Re-instate r125819 and r125820 with no functionality changePeter Collingbourne
2011-02-19Revert 125820 and 125819 to fix PR9266.Rafael Espindola
2011-02-18Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne
2011-02-15Moves FileManagerTest.cpp to unittests/Basic such that the unit testZhanyong Wan