[PATCH] D148419: [clang][AST] Constexpr evaluator should treat [[gnu::weak]] member pointer comparisons as evaluation failure
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 17 05:36:41 PDT 2023
aaron.ballman added inline comments.
================
Comment at: clang/test/SemaCXX/crash-lambda-weak-attr.cpp:1
+// RUN: %clang_cc1 -fsyntax-only -verify -std=c++2b %s
+
----------------
I don't think we need this to be in C++2b mode explicitly, right?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148419/new/
https://reviews.llvm.org/D148419
More information about the cfe-commits
mailing list