File tree 1 file changed +2
-4
lines changed
clang/include/clang/Basic
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2340,13 +2340,11 @@ def note_var_fixit_add_initialization : Note<
2340
2340
"initialize the variable %0 to silence this warning">;
2341
2341
def warn_cheri_compartment_void_return_type : Warning <
2342
2342
"void return on a cross-compartment call makes it impossible for callers to detect failure">,
2343
- InGroup<CHERICompartmentReturnVoid>,
2344
- DefaultIgnore;
2343
+ InGroup<CHERICompartmentReturnVoid>;
2345
2344
def note_cheri_compartment_void_return_type : Note<"replace void return type with int">;
2346
2345
def warn_cheri_compartment_return_void_or_falloff : Warning <
2347
2346
"cross-compartement calls that always succeed should return 0 instead">,
2348
- InGroup<CHERICompartmentReturnVoid>,
2349
- DefaultIgnore;
2347
+ InGroup<CHERICompartmentReturnVoid>;
2350
2348
def note_uninit_fixit_remove_cond : Note<
2351
2349
"remove the %select{'%1' if its condition|condition if it}0 "
2352
2350
"is always %select{false|true}2">;
You can’t perform that action at this time.
0 commit comments