[PATCH] D39722: [ASTImporter] Support TypeTraitExpr Importing
Aleksei Sidorin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 26 03:46:29 PST 2017
a.sidorin added a comment.
LGTM, thank you!
================
Comment at: unittests/AST/ASTImporterTest.cpp:566
+ typeTraitExpr(
+ hasType(asString("_Bool"))
+ )))))))))));
----------------
aaron.ballman wrote:
> Is this type actually correct for C++? I would expect that for C code, but not for C++.
hasType(booleanType())?
https://reviews.llvm.org/D39722
More information about the cfe-commits
mailing list