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-tools-extra
/
clang-apply-replacements
/
lib
/
Tooling
/
ApplyReplacements.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-04
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Dmitri Gribenko
2019-08-22
1
-2
/
+2
*
[clang-tools-extra] Adopt FileManager's error-returning APIs
Harlan Haskins
2019-08-01
1
-3
/
+3
*
[clang-tidy] Add fix descriptions to clang-tidy checks.
Haojian Wu
2019-04-17
1
-3
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Deduplicate replacements from diagnostics.
Eric Liu
2018-09-25
1
-4
/
+15
*
[clang-apply-replacements] Convert tooling::Replacements to tooling::AtomicCh...
Malcolm Parsons
2018-04-11
1
-241
/
+90
*
[clang-tidy] clang-apply-replacements: Don't insert null entry
Kevin Funk
2017-07-25
1
-12
/
+10
*
[clang-tidy] Add check name to YAML export (clang-tools-extra part)
Alexander Kornienko
2017-01-03
1
-2
/
+76
*
modernize-use-auto NFC fixes
Piotr Padlewski
2016-12-14
1
-5
/
+2
*
[clang-tools-extra] Format sources with clang-format. NFC.
Mandeep Singh Grang
2016-11-08
1
-9
/
+5
*
Fix clang-tools-extra build after r283815 (Store FileEntry::Filename as a Str...
Mehdi Amini
2016-10-10
1
-1
/
+1
*
Changes related to new implementation of tooling::Replacements as class.
Eric Liu
2016-08-01
1
-2
/
+77
*
Fix test failure introduced by r253859. I believe that the new behavior
Daniel Jasper
2015-11-23
1
-6
/
+3
*
Refactor: Simplify boolean conditional return statements in clang-apply-repla...
Alexander Kornienko
2015-11-05
1
-4
/
+1
*
clang-tools-extra: Appease PR24881. [-Wdocumentation]
NAKAMURA Takumi
2015-09-19
1
-1
/
+2
*
clang-apply-replacements: For-rangify.
Benjamin Kramer
2014-09-09
1
-24
/
+16
*
clang-apply-replacements: Deduplicate paths with FileManager.
Benjamin Kramer
2014-09-09
1
-30
/
+25
*
Update for LLVM api change
Rafael Espindola
2014-08-25
1
-5
/
+4
*
Update for llvm api change.
Rafael Espindola
2014-07-06
1
-4
/
+4
*
Prefix error_code with std.
Rafael Espindola
2014-06-12
1
-4
/
+3
*
Quick build fix.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-09
1
-1
/
+1
*
[C++11] Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-09
1
-1
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Fix the build after r195016.
Alexander Kornienko
2013-11-18
1
-2
/
+1
*
clang-apply-replacements: Add code formatting functionality
Edwin Vane
2013-09-30
1
-1
/
+27
*
Rename clang-replace -> clang-apply-replacements
Edwin Vane
2013-09-03
1
-0
/
+254