Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
AST
/
CommentCommandTraits.cpp
a60f532
Fix for PR21254 - Assertion in comment parser
by Dario Domizioli
· 11 years ago
36250ad
[C++11] Use 'nullptr'. AST edition.
by Craig Topper
· 11 years ago
2d70976
Fix dead store and simplify. No functionality change (although the code is now
by Richard Smith
· 12 years ago
e5ce831
Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).
by Craig Topper
· 12 years ago
0321b8f
[doc parsing]: make single character command impostures warn in pedantic mode.
by Fariborz Jahanian
· 12 years ago
395a6d4
[doc parsing]: So, in this patch, single character
by Fariborz Jahanian
· 12 years ago
e46dd48
[doc parsing]: don't attempt to fix single character
by Fariborz Jahanian
· 12 years ago
aa9b280
[doc parsing]: Also do typo correction for
by Fariborz Jahanian
· 12 years ago
6c7a166
documentation parsing. Patch to do typo correction for
by Fariborz Jahanian
· 12 years ago
acf2e78
Comment parsing: add CommentOptions to allow specifying custom comment block commands
by Dmitri Gribenko
· 13 years ago
9304d86
Comment parsing: handle non-builtin commands correctly. After semantic
by Dmitri Gribenko
· 13 years ago
de4f470
Fix buffer overflow.
by Eli Friedman
· 13 years ago
7acbf00
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
by Dmitri Gribenko
· 13 years ago
2d81b34
CommentCommandTraits: rename BeginName -> StartName for consistency.
by Dmitri Gribenko
· 13 years ago
ba7aca3
Comment to HTML and XML conversion: ignore commands that contain a declaration
by Dmitri Gribenko
· 13 years ago
ca7f80a
Comment parsing: extract TableGen'able pieces into new CommandTraits class.
by Dmitri Gribenko
· 13 years ago