Skip to content

Commit cde51d9

Browse files
Update clang/include/clang/Driver/Options.td
Co-authored-by: Sirraide <[email protected]>
1 parent 74150d7 commit cde51d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3693,7 +3693,7 @@ defm reflection : BoolFOption<"reflection",
36933693
LangOpts<"Reflection">, DefaultFalse,
36943694
PosFlag<SetTrue, [], [ClangOption, CC1Option],
36953695
"Enable C++26 reflection">,
3696-
NegFlag<SetFalse>>;
3696+
NegFlag<SetFalse>>, ShouldParseIf<cplusplus.KeyPath>;
36973697
defm sized_deallocation : BoolFOption<"sized-deallocation",
36983698
LangOpts<"SizedDeallocation">, Default<cpp14.KeyPath>,
36993699
PosFlag<SetTrue, [], [], "Enable C++14 sized global deallocation functions">,

0 commit comments

Comments
 (0)