tbaeder marked 3 inline comments as done. tbaeder added inline comments.
================ Comment at: clang/test/AST/Interp/cxx20.cpp:2 +// RUN: %clang_cc1 -fexperimental-new-constant-interpreter -std=c++20 -verify %s +// RUN: %clang_cc1 -std=c++20 -verify %s -DREFERENCE + ---------------- tahonermann wrote: > Is `-DREFERENCE` needed here? I don't see `REFERENCE` referenced in the test. > From the other test, I gather that it is intended to annotate differences > from the "reference" implementation. Yes, exactly. I'll switch this one to use `-verify=ref` as well. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D132111/new/ https://reviews.llvm.org/D132111 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits