[PATCH] D68627: [Sema][X86] Consider target attribute into the checks in validateOutputSize and validateInputSize.
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 23 13:28:03 PST 2019
craig.topper marked an inline comment as done.
craig.topper added inline comments.
================
Comment at: clang/include/clang/AST/ASTContext.h:116
class ObjCTypeParamDecl;
+class ParsedTargetAttr;
class Preprocessor;
----------------
MaskRay wrote:
> This should be `struct`. I fixed it it in 4b64e034612017fcc97b64d6031319cf18dbbb88
Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68627/new/
https://reviews.llvm.org/D68627
More information about the cfe-commits
mailing list