[PATCH] D59467: [clang] Adding the Likely Attribute from C++2a to AST
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 17 00:10:09 PDT 2019
lebedev.ri added a comment.
Please always upload all patches with full context (`-U99999`)
Misses tests (sema, ast-dump, codegen)
================
Comment at: clang/include/clang/Basic/DiagnosticSemaKinds.td:8164
+def err_likely_attr_invalid_placement : Error<
+ "likely annotation can't apear here">;
+
----------------
appear
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59467/new/
https://reviews.llvm.org/D59467
More information about the cfe-commits
mailing list