aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/CommentCommandTraits.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-15Fix for PR21254 - Assertion in comment parserDario Domizioli1-0/+4
2014-05-12[C++11] Use 'nullptr'. AST edition.Craig Topper1-2/+2
2014-03-06Fix dead store and simplify. No functionality change (although the code is nowRichard Smith1-36/+31
2013-07-15Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper1-1/+1
2013-05-09[doc parsing]: make single character command imposturesFariborz Jahanian1-0/+5
2013-05-09[doc parsing]: So, in this patch, single characterFariborz Jahanian1-4/+0
2013-05-09[doc parsing]: don't attempt to fix single characterFariborz Jahanian1-0/+4
2013-05-08[doc parsing]: Also do typo correction forFariborz Jahanian1-19/+30
2013-05-08documentation parsing. Patch to do typo correction for Fariborz Jahanian1-0/+27
2013-02-22Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko1-5/+29
2012-09-11Comment parsing: handle non-builtin commands correctly. After semanticDmitri Gribenko1-0/+1
2012-09-11Fix buffer overflow.Eli Friedman1-2/+2
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko1-101/+39
2012-08-16CommentCommandTraits: rename BeginName -> StartName for consistency.Dmitri Gribenko1-5/+5
2012-08-09Comment to HTML and XML conversion: ignore commands that contain a declarationDmitri Gribenko1-8/+32
2012-08-09Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko1-0/+110