summaryrefslogtreecommitdiffstats
path: root/lib/Index/CommentToXML.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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