Sign in
cos
/
mirrors
/
github.com
/
llvm
/
llvm-project
/
refs/heads/main
/
.
/
clang
/
test
/
Driver
/
reflection-requires-cxx26.cpp
blob: 276b3c478c9ac9f9e8560cd9e561f37c121b5314 [
file
] [
log
] [
blame
] [
edit
]
// RUN: not %clangxx -fsyntax-only -std=c++23 -Xclang -freflection %s 2>&1 | FileCheck %s
//
// CHECK: error: option '-freflection' is only supported when compiling in C++26 mode