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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tooling/CompilationDatabase.cpp: Use \return here instead of \param[out]. [-W...
NAKAMURA Takumi
2013-11-17
1
-3
/
+2
*
Remove a bad string compare from r194968
Alp Toker
2013-11-17
1
-1
/
+0
*
Relax some preconditions for using FixedCompilationDatabase.
Edwin Vane
2013-11-17
1
-2
/
+185
*
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
*
Use Rewriter::overwriteChangedFiles() directly
Alp Toker
2013-10-29
1
-17
/
+1
*
Revert "Use Rewriter::overwriteChangedFiles() directly"
Alp Toker
2013-10-29
1
-1
/
+17
*
Use Rewriter::overwriteChangedFiles() directly
Alp Toker
2013-10-29
1
-17
/
+1
*
Reverted r192992 broke windows and freebsd builds.
Ariel J. Bernal
2013-10-18
1
-10
/
+4
*
This patch fixes replacements that are not applied when relative paths are
Ariel J. Bernal
2013-10-18
1
-4
/
+10
*
Revert commit r192299 until find a way to account for simlinks in OS X.
Ariel J. Bernal
2013-10-09
1
-10
/
+4
*
This patch fixes replacements that are not applied when relative paths are
Ariel J. Bernal
2013-10-09
1
-7
/
+12
*
Fixed replacements for files with relative paths are not applied.
Ariel J. Bernal
2013-10-01
1
-1
/
+12
*
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
*
Adding a vector version of clang::tooling::shiftedCodePosition().
Edwin Vane
2013-08-27
1
-0
/
+17
*
Tweak Replacement comparisons
Edwin Vane
2013-08-16
1
-13
/
+14
*
Adding a vector version of tooling::applyAllReplacements
Edwin Vane
2013-08-13
1
-0
/
+17
*
Fixing a conflict detection bug in tooling::deduplicate
Edwin Vane
2013-08-13
1
-2
/
+3
*
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
*
Introduce Replacement deduplication and conflict detection function
Edwin Vane
2013-08-08
1
-0
/
+44
*
Allow clang tools to display an overview when using the CommonOptionsParser.
Manuel Klimek
2013-07-19
1
-2
/
+3
*
Constify Replacements parameter to applyAllReplacements.
David Blaikie
2013-07-17
1
-4
/
+4
*
Update for llvm API change.
Rafael Espindola
2013-07-16
1
-2
/
+2
*
Put helper class in anonymous namespace.
Craig Topper
2013-07-01
1
-2
/
+2
*
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
*
Include Path.h instead of PathV2.h.
Rafael Espindola
2013-06-11
1
-1
/
+1
*
ClangTool: strip -o from the command line
Pavel Labath
2013-06-06
2
-2
/
+20
*
Make clang tools ignore -fcolor-diagnostics and -fdiagnostics-color retrieved...
Alexander Kornienko
2013-06-05
1
-2
/
+10
*
Enables chaining of argument adjusters in clang tools.
Manuel Klimek
2013-06-04
1
-4
/
+16
*
Let clang-format move the cursor appropriately.
Daniel Jasper
2013-05-21
1
-0
/
+13
*
Add a more convenient interface to use clang-format.
Daniel Jasper
2013-05-16
1
-13
/
+44
*
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
*
CommandLineArgumentParser: handle single quotes.
Peter Collingbourne
2013-03-02
1
-3
/
+14
*
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
5
-40
/
+38
*
Fix spurious output in JSONCompilationDatabase
Arnaud A. de Grandmaison
2013-01-12
1
-5
/
+1
*
Allow RefactoringTool to write to memory instead of always to disk
Edwin Vane
2013-01-11
1
-29
/
+34
*
Style and Doc fix for CommonOptionsParser
Edwin Vane
2012-12-14
1
-2
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
4
-5
/
+4
*
Introduce CompilationDatabase::getAllCompileCommands() that returns all
Argyrios Kyrtzidis
2012-12-04
2
-9
/
+30
*
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
2
-9
/
+9
[next]