[PATCH] D125429: Comment parsing: Allow inline commands to have 0 or more than 1 argument

Aaron Puchert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 12 09:21:58 PDT 2022


aaronpuchert updated this revision to Diff 428968.
aaronpuchert marked an inline comment as done.
aaronpuchert added a comment.

Unify `Argument` types and parsing. Add AST test. Simplify TableGen.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125429

Files:
  clang/include/clang/AST/Comment.h
  clang/include/clang/AST/CommentCommands.td
  clang/include/clang/AST/CommentParser.h
  clang/include/clang/AST/CommentSema.h
  clang/include/clang/Basic/DiagnosticCommentKinds.td
  clang/lib/AST/CommentParser.cpp
  clang/lib/AST/CommentSema.cpp
  clang/test/AST/ast-dump-comment.cpp
  clang/test/Headers/x86-intrinsics-headers-clean.cpp
  clang/test/Sema/warn-documentation.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125429.428968.patch
Type: text/x-patch
Size: 15584 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220512/9de4e02a/attachment-0001.bin>


More information about the cfe-commits mailing list