[PATCH] D59467: [clang] Adding the Likely Attribute from C++2a to AST
Gauthier via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 17 14:27:33 PDT 2019
Tyker added a comment.
if likely/unlikely can be applied to any statement or label what should be generated when it is applied to a statement that don't have any conditional branch ? should it be ignored without warning or error ?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59467/new/
https://reviews.llvm.org/D59467
More information about the cfe-commits
mailing list