[PATCH] D24886: Add [[clang::suppress(rule, ...)]] attribute
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 18 11:13:47 PDT 2017
alexfh added inline comments.
================
Comment at: cfe/trunk/include/clang/Basic/AttrDocs.td:2792
+ namespace N {
+ [[clang::suppress("type", "bounds")]];
+ ...
----------------
Should this be `gsl::suppress` as well?
Repository:
rL LLVM
https://reviews.llvm.org/D24886
More information about the cfe-commits
mailing list