index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
unittests
/
Tooling
/
ToolingTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a typo in the name of a tooling unit test
Hal Finkel
2013-01-28
1
-1
/
+1
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-6
/
+6
*
Allow an ASTConsumer to selectively skip function bodies while parsing. Patch
Richard Smith
2012-11-27
1
-0
/
+24
*
unittests/ToolingTest.cpp: Suppress newFrontendActionFactory.InjectsEndOfSour...
NAKAMURA Takumi
2012-10-25
1
-0
/
+2
*
Adds the possibility to inject a callback that's called after each translatio...
Manuel Klimek
2012-10-25
1
-0
/
+30
*
Adapts the FrontendAction convenience functions so that it can be
Manuel Klimek
2012-07-05
1
-1
/
+3
*
ToolingTest.cpp: Fix r158592, runToolOnCode.FindsNoTopLevelDeclOnEmptyCode on...
NAKAMURA Takumi
2012-06-16
1
-0
/
+5
*
Explicitly build __builtin_va_list.
Meador Inge
2012-06-16
1
-2
/
+2
*
Revert r157819, "#ifdef out a broken test on win32"
NAKAMURA Takumi
2012-06-02
1
-5
/
+0
*
#ifdef out a broken test on win32
Alexander Kornienko
2012-06-01
1
-0
/
+5
*
Added a test for ToolInvocation::mapVirtualFile method.
Alexander Kornienko
2012-06-01
1
-0
/
+14
*
Adds a tooling library.
Manuel Klimek
2012-04-04
1
-0
/
+113
*
Reverts the Tooling changes as requested by Chris.
Manuel Klimek
2011-06-02
1
-175
/
+0
*
This is the next step in building the standalone tools infrastructure:
Manuel Klimek
2011-04-27
1
-0
/
+84
*
Adds a function to run FrontendActions over in-memory code. This is
Manuel Klimek
2011-04-21
1
-0
/
+91