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
/
lib
/
Tooling
/
Tooling.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Tooling] Reuse FileManager in ASTUnit.
Benjamin Kramer
2015-10-06
1
-2
/
+2
*
Adds a way for tools to deduce the target config from a compiler name.
Manuel Klimek
2015-10-06
1
-0
/
+26
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Introduce a PCHContainerOperations interface (NFC).
Adrian Prantl
2015-06-20
1
-43
/
+52
*
Make the clang-fuzzer use the CompilerInstance directly.
Manuel Klimek
2015-03-28
1
-1
/
+1
*
Make ArgumentsAdjuster an std::function.
Alexander Kornienko
2014-12-03
1
-7
/
+10
*
Re-apply r222646 (was reverted in r222667). Adding 4 ASTMatchers: typedefDecl...
Manuel Klimek
2014-11-25
1
-3
/
+11
*
Reverting r222646; the tests do not pass on Windows. Also reverts r222664, wh...
Aaron Ballman
2014-11-24
1
-11
/
+3
*
Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatc...
Manuel Klimek
2014-11-24
1
-3
/
+11
*
[Tooling] Restore current directory after processing each file.
Alexander Kornienko
2014-11-10
1
-2
/
+17
*
Driver: Use pointee_iterator rather than iterating over unique_ptrs
Justin Bogner
2014-10-03
1
-2
/
+2
*
Clean up ClangTool's argument adjuster handling a bit with unique_ptr.
Benjamin Kramer
2014-09-24
1
-18
/
+5
*
unique_ptrify JobList::Jobs
David Blaikie
2014-09-04
1
-5
/
+5
*
Query CompilationDatabase right before running each compilation.
Alexander Kornienko
2014-08-27
1
-49
/
+44
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
1
-2
/
+4
*
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
Alp Toker
2014-07-05
1
-2
/
+2
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Remove the last remaining llvm/Config/config.h includes
Alp Toker
2014-06-04
1
-1
/
+1
*
[C++11] Use 'nullptr'. Tooling edition.
Craig Topper
2014-05-20
1
-8
/
+9
*
Tooling: use stderr, not stdout for missing command line messages
Alp Toker
2014-05-16
1
-2
/
+2
*
Eliminate DefaultImageName from the Driver constructor
Alp Toker
2014-05-15
1
-3
/
+1
*
Push unique_ptr ownership of ASTUnits further back into their factories.
David Blaikie
2014-04-25
1
-7
/
+9
*
Improve ownership of ASTUnits in libTooling by using std::unique_ptr.
David Blaikie
2014-04-25
1
-8
/
+8
*
[Modules] Update Clang's two files that use DEBUG(...) without defining
Chandler Carruth
2014-04-21
1
-0
/
+2
*
Tooling: Move heavyweight vectors around instead of copying.
Benjamin Kramer
2014-03-20
1
-32
/
+27
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
1
-2
/
+2
*
Check for LLVM_ON_WIN32 instead of _WIN32.
Hans Wennborg
2014-03-12
1
-1
/
+2
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-5
/
+5
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
1
-1
/
+1
*
Disable all dependency output options when using the Tooling library.
Peter Collingbourne
2014-03-02
1
-0
/
+1
*
Adds the ability to inject a DiagnosticConsumer into ClangTools.
Manuel Klimek
2013-11-07
1
-14
/
+30
*
Introduce ClangTool::buildASTs, and buildASTFromCode.
Peter Collingbourne
2013-11-06
1
-35
/
+119
*
Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print.
Hans Wennborg
2013-09-12
1
-2
/
+2
*
Simplify code with the in place path::native. No functionality change.
Benjamin Kramer
2013-09-11
1
-3
/
+2
*
Fix warning in builds without asserts.
Rafael Espindola
2013-08-10
1
-0
/
+1
*
Simplify now that llvm::sys::current_path checks $PWD.
Rafael Espindola
2013-08-10
1
-12
/
+5
*
Remove unused include.
Rafael Espindola
2013-06-26
1
-1
/
+0
*
Use llvm::sys::fs::getMainExecutable.
Rafael Espindola
2013-06-26
1
-1
/
+1
*
In tooling, reenable freeing of datastructures in codegen, just as we do for
Nick Lewycky
2013-06-25
1
-0
/
+1
*
Include PathV1.h only where it is used.
Rafael Espindola
2013-06-17
1
-0
/
+1
*
[Driver] Refactor clang driver to use LLVM's Option library
Reid Kleckner
2013-06-14
1
-3
/
+4
*
ClangTool: strip -o from the command line
Pavel Labath
2013-06-06
1
-2
/
+3
*
Enables chaining of argument adjusters in clang tools.
Manuel Klimek
2013-06-04
1
-4
/
+16
*
ClangTool output cleanup
Edwin Vane
2013-03-15
1
-2
/
+8
*
Reverting r176944 until Author fixes test failure.
Edwin Vane
2013-03-13
1
-5
/
+2
*
ClangTool output cleanup
Edwin Vane
2013-03-13
1
-2
/
+5
*
Nuke SetUpBuildDumpLog.
Sean Silva
2013-01-20
1
-6
/
+3
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-9
/
+9
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-2
/
+2
[prev]
[next]