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
/
Edit
/
EditedSource.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-3
/
+3
*
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
Richard Smith
2018-04-30
1
-3
/
+5
*
[Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnin...
Eugene Zelenko
2018-03-27
1
-1
/
+12
*
[clang] Fix format specifiers fixits for nested macros
Alexander Shaposhnikov
2017-06-20
1
-11
/
+16
*
[clang] Fix format specifiers fixits
Alexander Shaposhnikov
2017-06-08
1
-18
/
+19
*
[ARCMigrate] When applying changes from remap files, disable the 'adjustRemov...
Argyrios Kyrtzidis
2017-04-28
1
-5
/
+9
*
Replace double negation of !FileID.isInvalid() with FileID.isValid().
Yaron Keren
2015-10-03
1
-1
/
+1
*
[Edit] Fix issue with tracking what macro argument inputs have been edited.
Argyrios Kyrtzidis
2015-09-11
1
-14
/
+66
*
[edit] Don't hit an assert when trying to delete a trailing space at EOF
Benjamin Kramer
2015-03-29
1
-1
/
+3
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-3
/
+3
*
Edit: Do not extend a removal to include trailing whitespace if we're at the end
Benjamin Kramer
2014-09-15
1
-0
/
+6
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-09
1
-1
/
+1
*
Avoid a local Twine variable.
Benjamin Kramer
2014-03-29
1
-4
/
+2
*
[objcmt] Fix a mishandled conversion to objc directory literal.
Argyrios Kyrtzidis
2013-04-06
1
-0
/
+2
*
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-08
1
-9
/
+5
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-3
/
+3
*
EditedSource.cpp: Appease msvc, to add <cctype>.
NAKAMURA Takumi
2012-12-21
1
-0
/
+1
*
Use some heuristics so that when a fixit removes a source range, we try
Argyrios Kyrtzidis
2012-12-20
1
-3
/
+72
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
[objcmt] When rewriting to array/dictionary literals, add an explicit
Argyrios Kyrtzidis
2012-05-14
1
-1
/
+4
*
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-03-06
1
-0
/
+329