[PATCH] D111190: Comment parsing: Complete list of Doxygen commands

Aaron Puchert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 6 03:25:48 PDT 2021


aaronpuchert updated this revision to Diff 377492.
aaronpuchert added a comment.

Also support `\ifnot` but give up on treating `\if`/`\endif` as `VerbatimBlockCommand`. That's not meaningful anyway if we don't understand `\else` or `\endif`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111190/new/

https://reviews.llvm.org/D111190

Files:
  clang/include/clang/AST/CommentCommands.td
  clang/lib/AST/CommentLexer.cpp
  clang/test/AST/ast-dump-comment.cpp
  clang/test/Index/comment-lots-of-unknown-commands.c
  clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111190.377492.patch
Type: text/x-patch
Size: 13361 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211006/cb5c0831/attachment-0001.bin>


More information about the cfe-commits mailing list