index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Tooling
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a const qualifier to SourceManager& parameters.
Alexander Kornienko
2014-03-05
1
-5
/
+7
*
Disable all dependency output options when using the Tooling library.
Peter Collingbourne
2014-03-02
1
-0
/
+1
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-1
/
+1
*
[CMake] Use LINK_LIBS instead of target_link_libraries().
NAKAMURA Takumi
2014-02-26
1
-2
/
+1
*
[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...
NAKAMURA Takumi
2014-02-21
1
-9
/
+0
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
2
-10
/
+9
*
CompilationDatabase.cpp:stripPositionalArgs(): Match not "no-integrated-as" b...
NAKAMURA Takumi
2013-12-14
1
-1
/
+2
*
clang-check to ignore -no-integrated-as because certain drivers can't handle it
Artyom Skrobov
2013-12-13
1
-2
/
+6
*
Filter-out irrelevant command-line options in CommonOptionsParser.
Alexander Kornienko
2013-12-12
1
-3
/
+17
*
[CMake] clang/lib: Prune redundant dependencies.
NAKAMURA Takumi
2013-12-10
1
-1
/
+0
*
[CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...
NAKAMURA Takumi
2013-12-09
1
-2
/
+4
*
Fixed a bad assert from r194968. r194969 removed the assert.
Richard Trieu
2013-12-05
1
-0
/
+1
*
Remove a whole lot of unused variables
Alp Toker
2013-11-27
1
-1
/
+1
*
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
[next]