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
*
Make ArgumentAdjuster aware of the current file being processed.
Alexander Kornienko
2015-11-05
1
-1
/
+1
*
[VFS] Port tooling to use the in-memory file system.
Benjamin Kramer
2015-10-09
1
-9
/
+24
*
ToolingTests: Tweak getAnyTarget() to match "x86_64".
NAKAMURA Takumi
2015-10-06
1
-3
/
+5
*
Adds a way for tools to deduce the target config from a compiler name.
Manuel Klimek
2015-10-06
1
-0
/
+80
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-14
/
+12
*
Make ArgumentsAdjuster an std::function.
Alexander Kornienko
2014-12-03
1
-22
/
+11
*
Adds 'override' to overriding methods. NFC.
Fariborz Jahanian
2014-10-01
1
-1
/
+1
*
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
2014-08-10
1
-22
/
+28
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
1
-28
/
+22
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
1
-22
/
+28
*
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
Alp Toker
2014-07-05
1
-2
/
+2
*
[C++11] Use 'nullptr'. Unittests edition.
Craig Topper
2014-06-08
1
-3
/
+3
*
Remove the last remaining llvm/Config/config.h includes
Alp Toker
2014-06-04
1
-1
/
+1
*
Push unique_ptr ownership of ASTUnits further back into their factories.
David Blaikie
2014-04-25
1
-2
/
+2
*
Improve ownership of ASTUnits in libTooling by using std::unique_ptr.
David Blaikie
2014-04-25
1
-5
/
+2
*
fix a test-only leak found by lsan, PR19521
Kostya Serebryany
2014-04-25
1
-0
/
+1
*
Fix four more test-only leaks found by LSan.
Nico Weber
2014-04-24
1
-4
/
+11
*
Check for LLVM_ON_WIN32 instead of _WIN32.
Hans Wennborg
2014-03-12
1
-2
/
+3
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-5
/
+5
*
MSVC 2012 doesn't support std::initializer_list at all, so don't rely on
Peter Collingbourne
2014-03-03
1
-2
/
+6
*
MSVC cannot understand temporaries formed from initializer lists.
Peter Collingbourne
2014-03-03
1
-3
/
+3
*
Disable all dependency output options when using the Tooling library.
Peter Collingbourne
2014-03-02
1
-0
/
+11
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-2
/
+2
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Revert "ToolingTest.cpp: Fix r158592, runToolOnCode.FindsNoTopLevelDeclOnEmpt...
Alp Toker
2014-01-04
1
-5
/
+0
*
unittests/Tooling/ToolingTest.cpp: Suppress new tests on win32, due to handli...
NAKAMURA Takumi
2013-11-13
1
-1
/
+1
*
Add test for injecting diagnostic consumers into a ClangTool.
Manuel Klimek
2013-11-12
1
-0
/
+12
*
Adds the ability to inject a DiagnosticConsumer into ClangTools.
Manuel Klimek
2013-11-07
1
-0
/
+19
*
Disable a tooling test on Windows.
Peter Collingbourne
2013-11-06
1
-0
/
+2
*
Introduce ClangTool::buildASTs, and buildASTFromCode.
Peter Collingbourne
2013-11-06
1
-4
/
+50
*
Use the same SourceManager for ModuleMaps and compilations.
Manuel Klimek
2013-10-24
1
-0
/
+20
*
Enables chaining of argument adjusters in clang tools.
Manuel Klimek
2013-06-04
1
-0
/
+41
*
Coding style fix for SourceFileCallbacks
Edwin Vane
2013-05-30
1
-3
/
+3
*
Tooling: Call back for both begin and end of sources
Edwin Vane
2013-05-29
1
-7
/
+14
*
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