aboutsummaryrefslogtreecommitdiff
path: root/unittests/Tooling/ToolingTest.cpp
AgeCommit message (Expand)Author
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
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-07-05Adapts the FrontendAction convenience functions so that it can beManuel Klimek
2012-06-16ToolingTest.cpp: Fix r158592, runToolOnCode.FindsNoTopLevelDeclOnEmptyCode on...NAKAMURA Takumi
2012-06-16Explicitly build __builtin_va_list.Meador Inge
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
2012-04-04Adds a tooling library.Manuel Klimek
2011-06-02Reverts the Tooling changes as requested by Chris.Manuel Klimek
2011-04-27This is the next step in building the standalone tools infrastructure:Manuel Klimek
2011-04-21Adds a function to run FrontendActions over in-memory code. This isManuel Klimek