File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
clang/include/clang/Basic Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -979,7 +979,7 @@ def AnalyzerNoReturn : InheritableAttr {
979979}
980980
981981def InferredNoReturn : InheritableAttr {
982- let Spellings = [];
982+ let Spellings = [];
983983 let SemaHandler = 0;
984984 let Subjects = SubjectList<[Function], ErrorDiag>;
985985 let Documentation = [InternalOnly];
Original file line number Diff line number Diff line change @@ -10698,7 +10698,7 @@ def warn_dangling_reference_captured_by_unknown : Warning<
1069810698
1069910699// Diagnostics based on the Lifetime safety analysis.
1070010700def warn_lifetime_safety_loan_expires_permissive : Warning<
10701- "object whose reference is captured does not live long enough">,
10701+ "object whose reference is captured does not live long enough">,
1070210702 InGroup<LifetimeSafetyPermissive>, DefaultIgnore;
1070310703def warn_lifetime_safety_loan_expires_strict : Warning<
1070410704 "object whose reference is captured may not live long enough">,
You can’t perform that action at this time.
0 commit comments