[PATCH] D113690: Comment AST: Find out if function is variadic in DeclInfo::fill
Aaron Puchert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 11 10:11:07 PST 2021
aaronpuchert created this revision.
aaronpuchert added a reviewer: gribozavr2.
aaronpuchert requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Then we don't have to look into the declaration again. Also it's only
natural to collect this information alongside parameters and return
type, as it's also just a parameter in some sense.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D113690
Files:
clang/include/clang/AST/Comment.h
clang/lib/AST/Comment.cpp
clang/lib/AST/CommentSema.cpp
clang/test/Sema/warn-documentation.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113690.386571.patch
Type: text/x-patch
Size: 3478 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211111/da48dcfb/attachment.bin>
More information about the cfe-commits
mailing list