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
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-12
/
+12
*
IWYU for llvm-config.h in clang. See r331124 for details.
Nico Weber
2018-04-30
1
-1
/
+0
*
s/LLVM_ON_WIN32/_WIN32/, clang
Nico Weber
2018-04-27
1
-2
/
+2
*
Updated a usage of createTemporaryFile that does not expect file to be created.
Ilya Biryukov
2018-03-19
1
-2
/
+2
*
Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return st...
Roman Lebedev
2018-02-27
1
-59
/
+52
*
[Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::uniqu...
Roman Lebedev
2018-02-27
1
-52
/
+59
*
[Tooling] Added a VFS parameter to ClangTool
Ilya Biryukov
2018-01-23
1
-0
/
+18
*
Do not perform the analysis based warning if the warnings are ignored
Olivier Goffart
2017-11-23
1
-0
/
+26
*
Fix skipping of flags in getClangStripDependencyFileAdjuster
Dave Lee
2017-11-17
1
-0
/
+31
*
Remove 'Filename' parameter from BeginSourceFileAction.
Richard Smith
2017-06-09
1
-1
/
+1
*
Fix colored diagnostics from tools
Olivier Goffart
2016-08-30
1
-0
/
+38
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+2
*
ToolingTests/runToolOnCode.TestSkipFunctionBody: Appease msc targets.
NAKAMURA Takumi
2016-06-17
1
-3
/
+4
*
Fix a few issues while skipping function bodies
Olivier Goffart
2016-06-16
1
-1
/
+55
*
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
[next]