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