summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Tooling/ToolingTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo in the name of a tooling unit testHal Finkel2013-01-281-1/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-6/+6
* Allow an ASTConsumer to selectively skip function bodies while parsing. PatchRichard Smith2012-11-271-0/+24
* unittests/ToolingTest.cpp: Suppress newFrontendActionFactory.InjectsEndOfSour...NAKAMURA Takumi2012-10-251-0/+2
* Adds the possibility to inject a callback that's called after each translatio...Manuel Klimek2012-10-251-0/+30
* Adapts the FrontendAction convenience functions so that it can beManuel Klimek2012-07-051-1/+3
* ToolingTest.cpp: Fix r158592, runToolOnCode.FindsNoTopLevelDeclOnEmptyCode on...NAKAMURA Takumi2012-06-161-0/+5
* Explicitly build __builtin_va_list.Meador Inge2012-06-161-2/+2
* Revert r157819, "#ifdef out a broken test on win32"NAKAMURA Takumi2012-06-021-5/+0
* #ifdef out a broken test on win32Alexander Kornienko2012-06-011-0/+5
* Added a test for ToolInvocation::mapVirtualFile method.Alexander Kornienko2012-06-011-0/+14
* Adds a tooling library.Manuel Klimek2012-04-041-0/+113
* Reverts the Tooling changes as requested by Chris.Manuel Klimek2011-06-021-175/+0
* This is the next step in building the standalone tools infrastructure:Manuel Klimek2011-04-271-0/+84
* Adds a function to run FrontendActions over in-memory code. This isManuel Klimek2011-04-211-0/+91
OpenPOWER on IntegriCloud