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
/
Index
/
CommentToXML.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Wdocumentation] Implement \anchor
Mark de Wever
2019-12-21
1
-0
/
+8
*
Use llvm::stable_sort
Fangrui Song
2019-04-24
1
-5
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-0
/
+1
*
Print enum constant values using the original source formatting
Alex Lorenz
2017-08-17
1
-0
/
+1
*
Delete unused IncompleteFormat variable, NFCi.
Krasimir Georgiev
2017-04-20
1
-3
/
+1
*
[clang-format] Add a new flag FixNamespaceComments to FormatStyle
Krasimir Georgiev
2017-03-01
1
-2
/
+4
*
Remove FormatContext from libClang as it is now unused.
Daniel Jasper
2016-11-08
1
-24
/
+5
*
Revert "Remove now unnecessary FormatRewriterContext."
Daniel Jasper
2016-11-08
1
-0
/
+2
*
Remove now unnecessary FormatRewriterContext.
Daniel Jasper
2016-11-08
1
-2
/
+0
*
[clang-format] Remove (SourceManager, FileID) variants
Daniel Jasper
2016-11-08
1
-13
/
+13
*
Reduce the number of implicit StringRef->std::string conversions by threading...
Benjamin Kramer
2016-02-13
1
-3
/
+2
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Replace double negation of !FileID.isInvalid() with FileID.isValid().
Yaron Keren
2015-10-03
1
-1
/
+1
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-3
/
+0
*
Format: ArrayRefize some implicit copies away.
Benjamin Kramer
2014-10-03
1
-3
/
+2
*
clang-format: [JS] Support regex literals with trailing escaped slash.
Daniel Jasper
2014-09-09
1
-6
/
+1
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-26
1
-2
/
+2
*
Comment parsing: remove HTML attribute validation
Dmitri Gribenko
2014-04-30
1
-4
/
+4
*
CommentToXMLConverter: Don't use "default" to method(s). It is unavailable in...
NAKAMURA Takumi
2014-04-24
1
-1
/
+1
*
Comment to XML conversion: use unique_ptr for SimpleFormatContext
Dmitri Gribenko
2014-04-24
1
-10
/
+6
*
Fix leak introduced in r194610, found by LSan.
Nico Weber
2014-04-23
1
-0
/
+4
*
Comment parsing: close a hole in CDATA escaping in XML output
Dmitri Gribenko
2014-04-22
1
-3
/
+33
*
Comment parsing: in the generated XML file, mark HTML that is safe to pass
Dmitri Gribenko
2014-04-22
1
-2
/
+8
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Documentation parsing: move comment-to-XML conversion routines to libIndex
Dmitri Gribenko
2013-11-13
1
-0
/
+1136