aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/CommentCommandTraits.cpp
AgeCommit message (Expand)AuthorFilesLines
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