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
/
Core
/
Replacement.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang] Adopt new FileManager error-returning APIs
Harlan Haskins
2019-08-01
1
-5
/
+6
*
Switch to cantFail(), since it does the same assertion.
Stephen Hines
2019-02-06
1
-6
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-3
/
+3
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-26
1
-6
/
+5
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
[clang] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-27
1
-5
/
+5
*
[Tooling] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2018-03-14
1
-14
/
+43
*
Switch to consumeError(), since this can crash otherwise.
Stephen Hines
2017-08-15
1
-1
/
+1
*
Make llvm::Error generated from replacement interfaces more specific.
Eric Liu
2016-11-22
1
-20
/
+35
*
Deduplicate replacements by FileEntry instead of file names.
Eric Liu
2016-11-07
1
-3
/
+8
*
Remove redundant calls to std::string::data()
Malcolm Parsons
2016-11-03
1
-1
/
+1
*
Deduplicate sets of replacements by file names.
Eric Liu
2016-10-14
1
-7
/
+10
*
Add missing std::move in Replacements::add
Alexander Shaposhnikov
2016-09-30
1
-1
/
+1
*
Trying to buildbot failures caused by r282577.
Eric Liu
2016-09-28
1
-1
/
+6
*
Merge conflicting replacements when they are order-independent.
Eric Liu
2016-09-28
1
-8
/
+99
*
Recommit r281457 "Supports adding insertion around non-insertion replacements".
Eric Liu
2016-09-19
1
-12
/
+34
*
When replacements have the same offset, make replacements with smaller length...
Eric Liu
2016-09-17
1
-9
/
+3
*
Revert r281457 "Supports adding insertion around non-insertion replacements."
Artem Belevich
2016-09-14
1
-33
/
+11
*
Supports adding insertion around non-insertion replacements.
Eric Liu
2016-09-14
1
-11
/
+33
*
Fixes calculateRangesAfterReplacements crash when Replacements is empty.
Eric Liu
2016-08-08
1
-0
/
+2
*
Fix bug in conflict check for Replacements::add().
Manuel Klimek
2016-08-03
1
-7
/
+8
*
Fix quadratic runtime when adding items to tooling::Replacements.
Manuel Klimek
2016-08-03
1
-18
/
+48
*
Implement tooling::Replacements as a class.
Eric Liu
2016-08-01
1
-203
/
+159
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...
Eric Liu
2016-07-11
1
-3
/
+7
*
Trying to fix a buffer overflow that broke buildbot sanitizer-x86_64-linux-fa...
Eric Liu
2016-06-21
1
-1
/
+1
*
Added calculateRangesAfterReplaments() to calculate affacted ranges in the ne...
Eric Liu
2016-06-21
1
-2
/
+38
*
Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Eric Liu
2016-03-29
1
-9
/
+14
*
Add functions to apply replacements and reformat them.
Manuel Klimek
2016-03-01
1
-2
/
+15
*
Revert "Implement new interfaces for code-formatting when applying replacemen...
Manuel Klimek
2016-02-29
1
-43
/
+2
*
Implement new interfaces for code-formatting when applying replacements.
Manuel Klimek
2016-02-29
1
-2
/
+43
*
Fix calculation of shifted cursor/code positions. Specifically support
Daniel Jasper
2015-11-23
1
-21
/
+19
*
[Tooling] Remove dead code.
Benjamin Kramer
2015-10-06
1
-9
/
+1
*
[VFS] Port applyAllReplacements to InMemoryFileSystem.
Benjamin Kramer
2015-10-06
1
-8
/
+7
*
Fix bad iterator access.
Daniel Jasper
2015-09-23
1
-1
/
+2
*
clang-format: Add initial #include sorting capabilities.
Daniel Jasper
2015-09-23
1
-0
/
+132
*
Tooling: When applying a set of replacements, do deletions before
Daniel Jasper
2015-06-16
1
-1
/
+6
*
Allow replacements created from token ranges to specify language options.
Manuel Klimek
2015-06-03
1
-7
/
+10
*
Fix bug in Replacement's toString on Windows (missing flush).
Manuel Klimek
2015-04-20
1
-4
/
+4
*
Refactor libTooling to reduce required dependencies.
Daniel Jasper
2014-10-29
1
-0
/
+289