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
...
*
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
*
Tooling.cpp: Don't refer to $ENV{PWD}. Use llvm::sys::fs instead.
NAKAMURA Takumi
2012-04-04
1
-1
/
+3
*
Adds a tooling library.
Manuel Klimek
2012-04-04
1
-0
/
+291
*
Reverts the Tooling changes as requested by Chris.
Manuel Klimek
2011-06-02
1
-403
/
+0
*
This patch implements an AST matching framework that allows to write
Manuel Klimek
2011-05-31
1
-30
/
+30
*
Pulls the common part of the clang-check example into Tooling, to allow new t...
Manuel Klimek
2011-05-16
1
-0
/
+81
*
Remove noisy semicolons.
Benjamin Kramer
2011-04-30
1
-1
/
+1
*
This is the next step in building the standalone tools infrastructure:
Manuel Klimek
2011-04-27
1
-3
/
+107
*
Adds a function to run FrontendActions over in-memory code. This is
Manuel Klimek
2011-04-21
1
-0
/
+218
[prev]