We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0d5da commit bb88a5aCopy full SHA for bb88a5a
clang/CMakeLists.txt
@@ -467,7 +467,8 @@ option(CLANG_ENABLE_STATIC_ANALYZER
467
468
option(CLANG_ENABLE_PROTO_FUZZER "Build Clang protobuf fuzzer." OFF)
469
470
-option(CLANG_ROUND_TRIP_CC1_ARGS "Round-trip command line arguments in -cc1." OFF)
+option(CLANG_ROUND_TRIP_CC1_ARGS
471
+ "Round-trip command line arguments in -cc1." ${LLVM_ENABLE_ASSERTIONS})
472
473
if(NOT CLANG_ENABLE_STATIC_ANALYZER AND CLANG_ENABLE_ARCMT)
474
message(FATAL_ERROR "Cannot disable static analyzer while enabling ARCMT or Z3")
0 commit comments