[PATCH] D149573: [Clang][C++23] Implement core language changes from P1467R9 extended floating-point types and standard names and introduce Bfloat16 arithmetic type.

M. Zeeshan Siddiqui via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 1 06:55:56 PDT 2023


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



More information about the cfe-commits mailing list