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
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits