aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Index/CommentToXML.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-04-20Delete unused IncompleteFormat variable, NFCi.Krasimir Georgiev1-3/+1
2017-03-01[clang-format] Add a new flag FixNamespaceComments to FormatStyleKrasimir Georgiev1-2/+4
2016-11-08Remove FormatContext from libClang as it is now unused.Daniel Jasper1-24/+5
2016-11-08Revert "Remove now unnecessary FormatRewriterContext."Daniel Jasper1-0/+2
2016-11-08Remove now unnecessary FormatRewriterContext.Daniel Jasper1-2/+0
2016-11-08[clang-format] Remove (SourceManager, FileID) variantsDaniel Jasper1-13/+13
2016-02-13Reduce the number of implicit StringRef->std::string conversions by threading...Benjamin Kramer1-3/+2
2015-10-20Roll-back r250822.Angel Garcia Gomez1-1/+1
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez1-1/+1
2015-10-03Replace double negation of !FileID.isInvalid() with FileID.isValid().Yaron Keren1-1/+1
2015-08-13Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren1-3/+0
2014-10-03Format: ArrayRefize some implicit copies away.Benjamin Kramer1-3/+2
2014-09-09clang-format: [JS] Support regex literals with trailing escaped slash.Daniel Jasper1-6/+1
2014-05-26[C++11] Use 'nullptr'.Craig Topper1-2/+2
2014-04-30Comment parsing: remove HTML attribute validationDmitri Gribenko1-4/+4
2014-04-24CommentToXMLConverter: Don't use "default" to method(s). It is unavailable in...NAKAMURA Takumi1-1/+1
2014-04-24Comment to XML conversion: use unique_ptr for SimpleFormatContextDmitri Gribenko1-10/+6
2014-04-23Fix leak introduced in r194610, found by LSan.Nico Weber1-0/+4
2014-04-22Comment parsing: close a hole in CDATA escaping in XML outputDmitri Gribenko1-3/+33
2014-04-22Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko1-2/+8
2014-01-07Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth1-1/+1
2013-11-13Documentation parsing: move comment-to-XML conversion routines to libIndexDmitri Gribenko1-0/+1136