summaryrefslogtreecommitdiffstats
path: root/lib/AST/CommentCommandTraits.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix for PR21254 - Assertion in comment parserDario Domizioli2014-10-151-0/+4
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-2/+2
* Fix dead store and simplify. No functionality change (although the code is nowRichard Smith2014-03-061-36/+31
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-151-1/+1
* [doc parsing]: make single character command imposturesFariborz Jahanian2013-05-091-0/+5
* [doc parsing]: So, in this patch, single characterFariborz Jahanian2013-05-091-4/+0
* [doc parsing]: don't attempt to fix single characterFariborz Jahanian2013-05-091-0/+4
* [doc parsing]: Also do typo correction forFariborz Jahanian2013-05-081-19/+30
* documentation parsing. Patch to do typo correction for Fariborz Jahanian2013-05-081-0/+27
* Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko2013-02-221-5/+29
* Comment parsing: handle non-builtin commands correctly. After semanticDmitri Gribenko2012-09-111-0/+1
* Fix buffer overflow.Eli Friedman2012-09-111-2/+2
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-101-101/+39
* CommentCommandTraits: rename BeginName -> StartName for consistency.Dmitri Gribenko2012-08-161-5/+5
* Comment to HTML and XML conversion: ignore commands that contain a declarationDmitri Gribenko2012-08-091-8/+32
* Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko2012-08-091-0/+110