summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/CommentToXML.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Wdocumentation] Implement \anchorMark de Wever2019-12-211-0/+8
* Use llvm::stable_sortFangrui Song2019-04-241-5/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-0/+1
* Print enum constant values using the original source formattingAlex Lorenz2017-08-171-0/+1
* Delete unused IncompleteFormat variable, NFCi.Krasimir Georgiev2017-04-201-3/+1
* [clang-format] Add a new flag FixNamespaceComments to FormatStyleKrasimir Georgiev2017-03-011-2/+4
* Remove FormatContext from libClang as it is now unused.Daniel Jasper2016-11-081-24/+5
* Revert "Remove now unnecessary FormatRewriterContext."Daniel Jasper2016-11-081-0/+2
* Remove now unnecessary FormatRewriterContext.Daniel Jasper2016-11-081-2/+0
* [clang-format] Remove (SourceManager, FileID) variantsDaniel Jasper2016-11-081-13/+13
* Reduce the number of implicit StringRef->std::string conversions by threading...Benjamin Kramer2016-02-131-3/+2
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Replace double negation of !FileID.isInvalid() with FileID.isValid().Yaron Keren2015-10-031-1/+1
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-3/+0
* Format: ArrayRefize some implicit copies away.Benjamin Kramer2014-10-031-3/+2
* clang-format: [JS] Support regex literals with trailing escaped slash.Daniel Jasper2014-09-091-6/+1
* [C++11] Use 'nullptr'.Craig Topper2014-05-261-2/+2
* Comment parsing: remove HTML attribute validationDmitri Gribenko2014-04-301-4/+4
* CommentToXMLConverter: Don't use "default" to method(s). It is unavailable in...NAKAMURA Takumi2014-04-241-1/+1
* Comment to XML conversion: use unique_ptr for SimpleFormatContextDmitri Gribenko2014-04-241-10/+6
* Fix leak introduced in r194610, found by LSan.Nico Weber2014-04-231-0/+4
* Comment parsing: close a hole in CDATA escaping in XML outputDmitri Gribenko2014-04-221-3/+33
* Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko2014-04-221-2/+8
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* Documentation parsing: move comment-to-XML conversion routines to libIndexDmitri Gribenko2013-11-131-0/+1136
OpenPOWER on IntegriCloud