aaron.ballman added inline comments.

================
Comment at: unittests/AST/ASTImporterTest.cpp:553
+  EXPECT_TRUE(testImport("template<typename T> struct declToImport {"
+                         "  void m() { __is_pod(T); };"
+                         "};"
----------------
Drop the spurious semicolon at the end of the function definition.


================
Comment at: unittests/AST/ASTImporterTest.cpp:566
+                                         typeTraitExpr(
+                                           hasType(asString("_Bool"))
+                                           )))))))))));
----------------
Is this type actually correct for C++? I would expect that for C code, but not 
for C++.


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