[PATCH] D68627: [Sema][X86] Consider target attribute into the checks in validateOutputSize and validateInputSize.

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 23 12:51:10 PST 2019


MaskRay added inline comments.


================
Comment at: clang/include/clang/AST/ASTContext.h:116
 class ObjCTypeParamDecl;
+class ParsedTargetAttr;
 class Preprocessor;
----------------
This should be `struct`. I fixed it it in 4b64e034612017fcc97b64d6031319cf18dbbb88


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