codemzs added inline comments.

================
Comment at: libcxxabi/test/test_demangle.pass.cpp:10921
     {"_ZNK5clang4Type10isRealTypeEv", "clang::Type::isRealType() const"},
-    {"_ZNK5clang4Type16isArithmeticTypeEv", "clang::Type::isArithmeticType() 
const"},
+    {"_ZNK5clang4Type16isArithmeticTypeEv", 
"clang::Type::isArithmeticType(clang::ASTContext&) const"},
     {"_ZNK5clang4Type12isScalarTypeEv", "clang::Type::isScalarType() const"},
----------------
Forgot to update the mangled name as these tests don't seem to run locally with 
cmake check-all 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149573/new/

https://reviews.llvm.org/D149573

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

Reply via email to