[PATCH] D54909: [clang][slh] add Clang attr no_speculative_load_hardening
Zola Bridges via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 7 15:18:13 PST 2019
zbrid marked an inline comment as done.
zbrid added inline comments.
================
Comment at: clang/lib/Sema/SemaDecl.cpp:13079
+void Sema::DiagnoseIgnoredNoSpeculativeLoadHardeningAttribute(
+ const NamedDecl *nd, const Stmt *body) {
----------------
@aaron.ballman Could you take a look at this clang diagnostic I added for the case you suggested in another comment?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54909/new/
https://reviews.llvm.org/D54909
More information about the llvm-commits
mailing list