Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
Index
/
CommentToXML.cpp
4dc0b1a
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
by Reid Kleckner
· 7 years ago
36070ed
Print enum constant values using the original source formatting
by Alex Lorenz
· 8 years ago
e48c1b5
Delete unused IncompleteFormat variable, NFCi.
by Krasimir Georgiev
· 8 years ago
32eaa86
[clang-format] Add a new flag FixNamespaceComments to FormatStyle
by Krasimir Georgiev
· 9 years ago
d21485d
Remove FormatContext from libClang as it is now unused.
by Daniel Jasper
· 9 years ago
1619805
Revert "Remove now unnecessary FormatRewriterContext."
by Daniel Jasper
· 9 years ago
e527dc6
Remove now unnecessary FormatRewriterContext.
by Daniel Jasper
· 9 years ago
528d682
[clang-format] Remove (SourceManager, FileID) variants
by Daniel Jasper
· 9 years ago
0772c42
Reduce the number of implicit StringRef->std::string conversions by threading StringRef through more APIs.
by Benjamin Kramer
· 10 years ago
637d1e6
Roll-back r250822.
by Angel Garcia Gomez
· 10 years ago
b5250d3
Apply modernize-use-default to clang.
by Angel Garcia Gomez
· 10 years ago
8b56366
Replace double negation of !FileID.isInvalid() with FileID.isValid().
by Yaron Keren
· 10 years ago
556b21a
Remove and forbid raw_svector_ostream::flush() calls.
by Yaron Keren
· 10 years ago
d0eed3a
Format: ArrayRefize some implicit copies away.
by Benjamin Kramer
· 11 years ago
2337625
clang-format: [JS] Support regex literals with trailing escaped slash.
by Daniel Jasper
· 11 years ago
236bde3
[C++11] Use 'nullptr'.
by Craig Topper
· 11 years ago
0b2026d
Comment parsing: remove HTML attribute validation
by Dmitri Gribenko
· 11 years ago
3f27673
CommentToXMLConverter: Don't use "default" to method(s). It is unavailable in msc17.
by NAKAMURA Takumi
· 11 years ago
4f4dd17
Comment to XML conversion: use unique_ptr for SimpleFormatContext
by Dmitri Gribenko
· 11 years ago
795f6a9
Fix leak introduced in r194610, found by LSan.
by Nico Weber
· 11 years ago
6db07e2
Comment parsing: close a hole in CDATA escaping in XML output
by Dmitri Gribenko
· 11 years ago
9304362
Comment parsing: in the generated XML file, mark HTML that is safe to pass
by Dmitri Gribenko
· 11 years ago
5553d0d
Sort all the #include lines with LLVM's utils/sort_includes.py which
by Chandler Carruth
· 12 years ago
9e60511
Documentation parsing: move comment-to-XML conversion routines to libIndex
by Dmitri Gribenko
· 12 years ago