Skip to content

Commit 3853a24

Browse files
hanickadotSirraide
andauthored
Update clang/include/clang/Basic/LangOptions.def
Co-authored-by: Sirraide <[email protected]>
1 parent b8865c8 commit 3853a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/LangOptions.def

+1-1
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ BENIGN_LANGOPT(ArrowDepth, 32, 256,
413413
"maximum number of operator->s to follow")
414414
BENIGN_LANGOPT(InstantiationDepth, 32, 1024,
415415
"maximum template instantiation depth")
416-
LANGOPT(ImplicitConstexpr, 1, 0, "evaluate everything as it is a constexpr enabled")
416+
COMPATIBLE_LANGOPT(ImplicitConstexpr, 1, 0, "make functions implicitly 'constexpr'")
417417
BENIGN_LANGOPT(ConstexprCallDepth, 32, 512,
418418
"maximum constexpr call depth")
419419
BENIGN_LANGOPT(ConstexprStepLimit, 32, 1048576,

0 commit comments

Comments
 (0)