File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libcxx/test/tools/clang_tidy_checks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ set(Clang_DIR "${Clang_DIR_SAVE}" CACHE PATH "The directory containing a CMake c
33
33
34
34
message (STATUS "Found system-installed LLVM ${LLVM_PACKAGE_VERSION} with headers in ${LLVM_INCLUDE_DIRS} " )
35
35
36
- set (CMAKE_CXX_STANDARD 23 )
36
+ set (CMAKE_CXX_STANDARD 20 )
37
37
38
38
# Link only against clangTidy itself, not anything that clangTidy uses; otherwise we run setup code multiple times
39
39
# which results in clang-tidy crashing
@@ -58,7 +58,7 @@ add_library(cxx-tidy MODULE ${SOURCES})
58
58
target_link_libraries (cxx-tidy clangTidy )
59
59
60
60
set_target_properties (cxx-tidy PROPERTIES
61
- CXX_STANDARD 23
61
+ CXX_STANDARD 20
62
62
CXX_STANDARD_REQUIRED YES
63
63
CXX_EXTENSIONS NO )
64
64
You can’t perform that action at this time.
0 commit comments