summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-20
* drop more llvm:: prefixes on SmallString<>Dylan Noblesmith2012-02-13
* Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer2012-02-04
* Change Lexer::makeFileCharRange() to have it accept a CharSourceRangeArgyrios Kyrtzidis2012-02-03
* Thread a TargetInfo through to the module map; we'll need it forDouglas Gregor2012-01-30
* Improve Lexer::getImmediateMacroName to take into account inner macrosArgyrios Kyrtzidis2012-01-23
* Enhance Lexer::makeFileCharRange to check for ranges inside a macro argumentArgyrios Kyrtzidis2012-01-20
* Fix broken unit testDouglas Gregor2012-01-20
* Silence set-but-unused warning.Benjamin Kramer2012-01-19
* Introduce Lexer::getSourceText() that returns a string for the sourceArgyrios Kyrtzidis2012-01-19
* Introduce Lexer::makeFileCharRange() that accepts a token source rangeArgyrios Kyrtzidis2012-01-19
* For Lexer's isAt[Start/End]OfMacroExpansion add an out parameter for the macroArgyrios Kyrtzidis2012-01-19
* Add unit testing for Lexer.Argyrios Kyrtzidis2012-01-19
* clang/unittests/Basic/SourceManagerTest.cpp: Fixup corresponding to r147387.NAKAMURA Takumi2011-12-31
* Fix bugs in SourceManager::computeMacroArgsCache() and add a unit test for it.Argyrios Kyrtzidis2011-12-21
* For SourceManager::isBeforeInTranslationUnit(), have it consider macro arg ex...Argyrios Kyrtzidis2011-12-21
* C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith2011-12-16
* Attempt to fix unit testsDouglas Gregor2011-09-29
* Rename DiagnosticInfo to Diagnostic as per issue 5397David Blaikie2011-09-26
* Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie2011-09-25
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-25
* unittests/Basic/FileManagerTest.cpp: Suppress warnings on gcc.NAKAMURA Takumi2011-09-23
* Define DiagnosticBuilder<<APValue so it's easy to include APValues inJeffrey Yasskin2011-07-18
* unittests/Basic/FileManagerTest.cpp: Unbreak Win32, mingw and msvc.NAKAMURA Takumi2011-06-24
* This random unit test also depends on ARCMigrate.John McCall2011-06-16
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-15
* Reverts the Tooling changes as requested by Chris.Manuel Klimek2011-06-02
* Fix broken test on windows. To get operator new working, we need size_t, for ...Manuel Klimek2011-06-01
* This patch implements an AST matching framework that allows to writeManuel Klimek2011-05-31
* Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes2011-05-11
* Adds a test for the command line parser when a quoted string is not closed by...Manuel Klimek2011-05-02
* This is the next step in building the standalone tools infrastructure:Manuel Klimek2011-04-27
* Adds a function to run FrontendActions over in-memory code. This isManuel Klimek2011-04-21
* Put targets on folders, if the IDE supports the feature.Oscar Fuentes2011-02-20
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-19
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-19
* Use PARSE_ARGUMENTS to clean up add_clang_unittest's calling convention.Jeffrey Yasskin2011-02-19
* Remove support and mc from the clang unittests' dependencies because they're notJeffrey Yasskin2011-02-19
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-18
* Adds a CMake target for the Basic lib's unit tests. Reviewed byZhanyong Wan2011-02-16
* Improves CMakeLists.txt for Clang's unit tests: make "linkedZhanyong Wan2011-02-16
* Moves FileManagerTest.cpp to unittests/Basic such that the unit testZhanyong Wan2011-02-15
* Add CMake support to the clang unittests.Jeffrey Yasskin2011-02-15
* Improves Clang's virtual file handling.Zhanyong Wan2011-02-11
* Fix a typo in a comment in tools/clang/unittests/Frontend/Makefile.Zhanyong Wan2011-02-09
* build: Prevent duplicate inclusion of Makefile.rules, which causes make to warnDaniel Dunbar2011-02-04
* Add gTest unittests to clang, and write the first one.Jeffrey Yasskin2011-02-03