summaryrefslogtreecommitdiff
path: root/unittests/Tooling
Commit message (Expand)AuthorAge
* CommandLineArgumentParser: handle single quotes.Peter Collingbourne2013-03-02
* Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...Benjamin Kramer2013-02-22
* Fix a typo in the name of a tooling unit testHal Finkel2013-01-28
* fix the unit tests too.Chris Lattner2013-01-19
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-12
* Really sort the #include lines in unittests/...Chandler Carruth2012-12-04
* Sort the #include lines for unittests/...Chandler Carruth2012-12-04
* Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis2012-12-04
* Allow an ASTConsumer to selectively skip function bodies while parsing. PatchRichard Smith2012-11-27
* unittests/ToolingTest.cpp: Suppress newFrontendActionFactory.InjectsEndOfSour...NAKAMURA Takumi2012-10-25
* Adds the possibility to inject a callback that's called after each translatio...Manuel Klimek2012-10-25
* Tweak include orderDouglas Gregor2012-10-23
* Buildbot debugging is funDouglas Gregor2012-10-23
* CompilationDatabaseTest: Fix another Windows path issue.Daniel Jasper2012-10-08
* CompilationDatabase: Use //net paths for tests, as they should beDaniel Jasper2012-10-08
* FileNameMatchTrie: Use StringRef instead of Twines where possible.Daniel Jasper2012-10-08
* Support symlinks and relative paths in complilation databases.Daniel Jasper2012-10-08
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-01
* Tooling: Add a runToolOnCodeWithArgs() function that allowsNico Weber2012-08-30
* Allow RecursiveASTVisitor to visit CXXCtorInitializer objects for whichJames Dennett2012-08-24
* Use LLVM's plugin registry to enable registering new compilationDaniel Jasper2012-08-24
* Rename the ASTMatchers to better match AST nodes. Now, allDaniel Jasper2012-08-24
* Fix undefined behavior: member function calls where 'this' is a null pointer.Richard Smith2012-08-23
* Part of PR13618: visit the TypeLoc when RecursiveASTVisitor visits a Compound...Richard Smith2012-08-17
* Don't forget to apply #pragma pack to partial and explicit specializations ofRichard Smith2012-08-17
* [ms-inline asm] Add various MC components to clang build to support MS-style ...Chad Rosier2012-08-09
* Add various MC components to clang build to support MS-style inline assembly.Chad Rosier2012-08-08
* Fix unit test dependency in Makefile and remove unneccessary dependencyDaniel Jasper2012-07-17
* Add missing dependency for unit test.Daniel Jasper2012-07-17
* Finishing the move of RefactoringCallbacks and fixing the correspondingDaniel Jasper2012-07-17
* Move RefactoringCallbacks to Tooling to avoid dependency fromDaniel Jasper2012-07-17
* Allows retrieving all files in a CompilationDatabase.Manuel Klimek2012-07-13
* Adapts the FrontendAction convenience functions so that it can beManuel Klimek2012-07-05
* Update unittests for include change.Benjamin Kramer2012-07-04
* Appease -Wnon-virtual-dtor and fix a typo in a commentMatt Beaumont-Gay2012-06-25
* Add testing for CommentHandler, and fix a bug where trailing comments in #elseRichard Smith2012-06-24
* Clang side of a refactoring of the CMake unit test build strategy.Chandler Carruth2012-06-21
* Make the RecursiveASTVisitor visit the body of a range-based for loopDaniel Jasper2012-06-21
* Fix a big layering violation introduced by r158771.Chandler Carruth2012-06-20
* Structured comment parsing, first step.Dmitri Gribenko2012-06-20
* ToolingTest.cpp: Fix r158592, runToolOnCode.FindsNoTopLevelDeclOnEmptyCode on...NAKAMURA Takumi2012-06-16
* Explicitly build __builtin_va_list.Meador Inge2012-06-16
* Rename shouldVisitImplicitDeclarations to shouldVisitImplicitCode.Daniel Jasper2012-06-13
* Move sideeffecting call out of assert().Benjamin Kramer2012-06-07
* Switches the RewriterTestContext away from PathV1.Manuel Klimek2012-06-06
* Fixes the refactoring library test in VS2010.Manuel Klimek2012-06-05
* RecursiveASTVisitor: add ability to visit implicit declarations. Patch byRichard Smith2012-06-05
* Revert r157819, "#ifdef out a broken test on win32"NAKAMURA Takumi2012-06-02
* #ifdef out a broken test on win32Alexander Kornienko2012-06-01
* Added a test for ToolInvocation::mapVirtualFile method.Alexander Kornienko2012-06-01