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
*
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
*
Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and
Rafael Espindola
2012-11-27
1
-1
/
+1
*
Make DiagnosticOptions intrusively reference-counted, and make sure
Douglas Gregor
2012-10-23
1
-4
/
+5
*
Tooling: Add a runToolOnCodeWithArgs() function that allows
Nico Weber
2012-08-30
1
-8
/
+13
*
Fixes a segfault in Tooling when using pch's:
Manuel Klimek
2012-07-31
1
-0
/
+1
*
Adds support for auto-detection of compilation databases
Manuel Klimek
2012-07-10
1
-20
/
+7
*
Adapts the FrontendAction convenience functions so that it can be
Manuel Klimek
2012-07-05
1
-1
/
+0
*
Fixed a problem related to resolution of built-in headers in case a path of t...
Alexander Kornienko
2012-06-04
1
-25
/
+15
*
ToolInvocation::mapVirtualFile(): Tweak for Win32. Handle the key as native p...
NAKAMURA Takumi
2012-06-02
1
-1
/
+3
*
Fix an object lifetime issue in clang/Tooling.
Alexander Kornienko
2012-05-31
1
-6
/
+9
*
Fixed a memory leak in clang/Tooling.
Alexander Kornienko
2012-05-30
1
-2
/
+1
*
Tooling: Canonicalize Key in IndexByFile[]. llvm::sys::path::native() may be ...
NAKAMURA Takumi
2012-05-23
1
-2
/
+6
*
Declare abstract class ArgumentsAdjuster. This abstract interface describes
Simon Atanasyan
2012-05-09
1
-3
/
+9
*
Fix includes for unices that don't have chdir declared transitively.
Manuel Klimek
2012-05-07
1
-1
/
+3
*
Includes direct.h for windows compilation.
Manuel Klimek
2012-05-07
1
-0
/
+5
*
Fixes resolution of relative paths when running clang tools.
Manuel Klimek
2012-05-07
1
-14
/
+19
*
Fixes the header search logic for tools:
Manuel Klimek
2012-04-25
1
-5
/
+16
*
Fixes a fix to finding the current directory:
Manuel Klimek
2012-04-09
1
-1
/
+4
*
Tooling.cpp: Reorder inclusions according to the conding standards.
NAKAMURA Takumi
2012-04-04
1
-3
/
+3
[next]