[PATCH] D59467: [clang] Adding the Likelihood Attribute from C++2a
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 22 02:15:54 PDT 2019
martong added a comment.
The `ASTImporter.cpp` looks good to me. (Becasue the `BranchHint` is a simple an enum, so we don't need to specifically import that as we would in case of e.g. an `Expr`.)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59467/new/
https://reviews.llvm.org/D59467
More information about the cfe-commits
mailing list