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
/
Refactoring.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed replacements for files with relative paths are not applied.
Ariel J. Bernal
2013-10-01
1
-1
/
+12
*
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
*
Introduce Replacement deduplication and conflict detection function
Edwin Vane
2013-08-08
1
-0
/
+44
*
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
*
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
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-7
/
+7
*
Allow RefactoringTool to write to memory instead of always to disk
Edwin Vane
2013-01-11
1
-29
/
+34
*
Make DiagnosticOptions intrusively reference-counted, and make sure
Douglas Gregor
2012-10-23
1
-5
/
+4
*
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-09-01
1
-1
/
+1
*
Adds a toString method to Replacement, which helps debugging.
Manuel Klimek
2012-05-30
1
-0
/
+8
*
Adds the Refactoring library, which is a layer on top of the Tooling library
Manuel Klimek
2012-05-23
1
-0
/
+178