[clang] [Clang][Interp] Fix display of syntactically-invalid note for member function calls (PR #102170)

via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 8 10:28:42 PDT 2024


================
@@ -0,0 +1,87 @@
+// RUN: %clang_cc1 -DNEW_CONST_INTERP -std=c++20 -fexperimental-new-constant-interpreter -fsyntax-only -verify %s
----------------
yronglin wrote:

Done!

https://github.com/llvm/llvm-project/pull/102170


More information about the cfe-commits mailing list