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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to