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
/
unittests
/
Tooling
/
RefactoringTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Eric Liu
2016-03-29
1
-1
/
+35
*
Add functions to apply replacements and reformat them.
Manuel Klimek
2016-03-01
1
-0
/
+19
*
Revert "Implement new interfaces for code-formatting when applying replacemen...
Manuel Klimek
2016-02-29
1
-49
/
+0
*
Implement new interfaces for code-formatting when applying replacements.
Manuel Klimek
2016-02-29
1
-0
/
+49
*
Fix calculation of shifted cursor/code positions. Specifically support
Daniel Jasper
2015-11-23
1
-6
/
+15
*
clang-format: Add initial #include sorting capabilities.
Daniel Jasper
2015-09-23
1
-0
/
+93
*
Allow replacements created from token ranges to specify language options.
Manuel Klimek
2015-06-03
1
-0
/
+25
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-4
/
+4
*
Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.
David Blaikie
2014-11-19
1
-1
/
+2
*
Make VFS and FileManager match the current MemoryBuffer API.
Benjamin Kramer
2014-10-26
1
-3
/
+2
*
Tooling: Ignore file names in tooling::deduplicate.
Benjamin Kramer
2014-09-09
1
-2
/
+6
*
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
2014-08-10
1
-3
/
+4
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
1
-4
/
+3
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
1
-3
/
+4
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-3
/
+2
*
[C++11] Use 'nullptr'. Unittests edition.
Craig Topper
2014-06-08
1
-2
/
+2
*
Fix two test-only leaks found by LSan.
Nico Weber
2014-04-24
1
-1
/
+3
*
Reverted r192992 broke windows and freebsd builds.
Ariel J. Bernal
2013-10-18
1
-46
/
+0
*
This patch fixes replacements that are not applied when relative paths are
Ariel J. Bernal
2013-10-18
1
-0
/
+46
*
Revert commit r192299 until find a way to account for simlinks in OS X.
Ariel J. Bernal
2013-10-09
1
-53
/
+0
*
This patch fixes replacements that are not applied when relative paths are
Ariel J. Bernal
2013-10-09
1
-0
/
+53
*
Adding a vector version of clang::tooling::shiftedCodePosition().
Edwin Vane
2013-08-27
1
-0
/
+19
*
Have Range::overlapsWith use positive logic
Edwin Vane
2013-08-13
1
-0
/
+1
*
Adding a vector version of tooling::applyAllReplacements
Edwin Vane
2013-08-13
1
-0
/
+15
*
Fixing a conflict detection bug in tooling::deduplicate
Edwin Vane
2013-08-13
1
-6
/
+11
*
Introduce Replacement deduplication and conflict detection function
Edwin Vane
2013-08-08
1
-0
/
+71
*
Adds overlapsWith and contains predicates on tooling::Range.
Manuel Klimek
2013-07-19
1
-0
/
+15
*
Use llvm::sys::fs::createTemporaryFile.
Rafael Espindola
2013-07-05
1
-1
/
+1
*
Remove last use of PathV1.h from clang.
Rafael Espindola
2013-06-26
1
-19
/
+25
*
Include PathV1.h in a file that uses it.
Rafael Espindola
2013-06-11
1
-0
/
+1
*
Let clang-format move the cursor appropriately.
Daniel Jasper
2013-05-21
1
-0
/
+24
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-2
/
+2
*
Sort the #include lines for unittests/...
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Buildbot debugging is fun
Douglas Gregor
2012-10-23
1
-1
/
+1
*
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-09-01
1
-1
/
+1
*
Update unittests for include change.
Benjamin Kramer
2012-07-04
1
-0
/
+1
*
Adds the Refactoring library, which is a layer on top of the Tooling library
Manuel Klimek
2012-05-23
1
-0
/
+304