Home
last modified time | relevance | path

Searched refs:cxx23 (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/test/Lexer/
H A Dcxx-features.cpp19 #define check(macro, cxx98, cxx11, cxx14, cxx17, cxx20, cxx23, cxx26) (cxx98 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx98)
21 #define check(macro, cxx98, cxx11, cxx14, cxx17, cxx20, cxx23, cxx26) (cxx11 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx11)
23 #define check(macro, cxx98, cxx11, cxx14, cxx17, cxx20, cxx23, cxx26) (cxx14 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx14)
25 #define check(macro, cxx98, cxx11, cxx14, cxx17, cxx20, cxx23, cxx26) (cxx17 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx17)
27 #define check(macro, cxx98, cxx11, cxx14, cxx17, cxx20, cxx23, cxx26) (cxx20 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx20)
29 #define check(macro, cxx98, cxx11, cxx14, cxx17, cxx20, cxx23, cxx26) (cxx23 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx23)
31 #define check(macro, cxx98, cxx11, cxx14, cxx17, cxx20, cxx23, cxx26) (cxx26 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx26)
20 check(macro,cxx98,cxx11,cxx14,cxx17,cxx20,cxx23,cxx26) global() argument
22 check(macro,cxx98,cxx11,cxx14,cxx17,cxx20,cxx23,cxx26) global() argument
24 check(macro,cxx98,cxx11,cxx14,cxx17,cxx20,cxx23,cxx26) global() argument
26 check(macro,cxx98,cxx11,cxx14,cxx17,cxx20,cxx23,cxx26) global() argument
28 check(macro,cxx98,cxx11,cxx14,cxx17,cxx20,cxx23,cxx26) global() argument
30 check(macro,cxx98,cxx11,cxx14,cxx17,cxx20,cxx23,cxx26) global() argument
32 check(macro,cxx98,cxx11,cxx14,cxx17,cxx20,cxx23,cxx26) global() argument
/llvm-project/clang/test/Parser/
H A Dcxx2b-label.cpp11cxx23-warning {{label at end of compound statement is incompatible with C++ standards before C++23…
21cxx23-warning {{label at end of compound statement is incompatible with C++ standards before C++23… in test_label_in_switch()
28cxx23-warning {{label at end of compound statement is incompatible with C++ standards before C++23… in test_label_in_switch()
H A Dcxx2b-auto-x.cpp6cxx23-warning {{'auto' as a functional-style cast is incompatible with C++ standards before C++23}} in looks_like_decltype_auto()
/llvm-project/clang/test/SemaTemplate/
H A Dclass-template-id.cpp15cxx23-error{{cannot initialize return object of type 'A<int, FLOAT> *' (aka 'A<int, float> *') wit… in foo()
18cxx23-error{{cannot initialize return object of type 'A<int, FLOAT> *' (aka 'A<int, float> *') wit… in foo()
32cxx23-error{{cannot initialize return object of type 'B<17 + 2> *' with an rvalue of type 'B<19 - …
/llvm-project/clang/test/SemaObjCXX/
H A Dblock-capture.mm1 …td=c++23 -fsyntax-only -fobjc-arc -fblocks -verify=cxx98_23,cxx11_23,cxx23 %s
12 CopyOnly(); // cxx23-note {{not viable}}
13 CopyOnly(CopyOnly &); // cxx23-note {{not viable}}
15 TEST(CopyOnly); // cxx23-error {{no matching constructor}}
/llvm-project/libcxx/docs/Status/
H A DCxx23.rst19 This page shows the status of libc++; the status of clang's support of the language features is `here <https://clang.llvm.org/cxx_status.html#cxx23>`__.
/llvm-project/clang/include/clang/Basic/
H A DLangStandards.def167 LANGSTANDARD(cxx23, "c++23",
171 LANGSTANDARD_ALIAS_DEPR(cxx23, "c++2b")
/llvm-project/clang/test/OpenMP/
H A Dtarget_update_messages.cpp231 namespace cxx23 { namespace
/llvm-project/libcxx/utils/ci/
H A Drun-buildbot320 generic-cxx23)
322 generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-cxx23.cmake"
/llvm-project/libcxx/docs/
H A Dindex.rst180 * :ref:`C++23 - In Progress <cxx23-status>`