summaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek2012-04-181-0/+69
* Kill the last vestiges of clangIndexDouglas Gregor2012-04-131-1/+1
* clangFrontend depends on clangEdit.Benjamin Kramer2012-04-041-2/+2
* Adds a tooling library.Manuel Klimek2012-04-045-1/+360
* [preprocessor] Handle correctly inclusion directives that have macro expansio...Argyrios Kyrtzidis2012-03-271-0/+115
* get rid of an unsued variable warning.Fariborz Jahanian2012-03-061-1/+1
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-062-3/+3
* [preprocessor] Enhance PreprocessingRecord to keep track of locations of cond...Argyrios Kyrtzidis2012-03-051-0/+139
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-202-4/+4
* 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
* Change Lexer::makeFileCharRange() to have it accept a CharSourceRangeArgyrios Kyrtzidis2012-02-031-11/+13
* Thread a TargetInfo through to the module map; we'll need it forDouglas Gregor2012-01-302-3/+3
* Improve Lexer::getImmediateMacroName to take into account inner macrosArgyrios Kyrtzidis2012-01-231-2/+21
* Enhance Lexer::makeFileCharRange to check for ranges inside a macro argumentArgyrios Kyrtzidis2012-01-201-2/+34
* Fix broken unit testDouglas Gregor2012-01-201-2/+2
* Silence set-but-unused warning.Benjamin Kramer2012-01-191-1/+1
* Introduce Lexer::getSourceText() that returns a string for the sourceArgyrios Kyrtzidis2012-01-191-0/+5
* Introduce Lexer::makeFileCharRange() that accepts a token source rangeArgyrios Kyrtzidis2012-01-191-3/+19
* For Lexer's isAt[Start/End]OfMacroExpansion add an out parameter for the macroArgyrios Kyrtzidis2012-01-191-2/+5
* Add unit testing for Lexer.Argyrios Kyrtzidis2012-01-194-1/+121
* 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-213-2/+111
* C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith2011-12-164-104/+1
* Attempt to fix unit testsDouglas Gregor2011-09-291-0/+4
* Rename DiagnosticInfo to Diagnostic as per issue 5397David Blaikie2011-09-261-1/+1
* Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie2011-09-251-1/+1
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-2/+2
* unittests/Basic/FileManagerTest.cpp: Suppress warnings on gcc.NAKAMURA Takumi2011-09-231-1/+2
* Define DiagnosticBuilder<<APValue so it's easy to include APValues inJeffrey Yasskin2011-07-184-1/+100
* unittests/Basic/FileManagerTest.cpp: Unbreak Win32, mingw and msvc.NAKAMURA Takumi2011-06-241-3/+3
* This random unit test also depends on ARCMigrate.John McCall2011-06-161-2/+2
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-151-1/+1
* Reverts the Tooling changes as requested by Chris.Manuel Klimek2011-06-024-2040/+0
* Fix broken test on windows. To get operator new working, we need size_t, for ...Manuel Klimek2011-06-011-4/+6
* This patch implements an AST matching framework that allows to writeManuel Klimek2011-05-312-0/+1607
* Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes2011-05-111-1/+1
* Adds a test for the command line parser when a quoted string is not closed by...Manuel Klimek2011-05-021-0/+14
* This is the next step in building the standalone tools infrastructure:Manuel Klimek2011-04-273-0/+321
* Adds a function to run FrontendActions over in-memory code. This isManuel Klimek2011-04-212-0/+96
* Put targets on folders, if the IDE supports the feature.Oscar Fuentes2011-02-201-0/+2
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-193-4/+2
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-193-2/+4
* Use PARSE_ARGUMENTS to clean up add_clang_unittest's calling convention.Jeffrey Yasskin2011-02-191-10/+20
* Remove support and mc from the clang unittests' dependencies because they're notJeffrey Yasskin2011-02-191-2/+2
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-184-6/+4
* Adds a CMake target for the Basic lib's unit tests. Reviewed byZhanyong Wan2011-02-161-0/+6
* Improves CMakeLists.txt for Clang's unit tests: make "linkedZhanyong Wan2011-02-161-11/+7
* Moves FileManagerTest.cpp to unittests/Basic such that the unit testZhanyong Wan2011-02-153-4/+4