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 {
979
979
}
980
980
981
981
def InferredNoReturn : InheritableAttr {
982
- let Spellings = [];
982
+ let Spellings = [];
983
983
let SemaHandler = 0;
984
984
let Subjects = SubjectList<[Function], ErrorDiag>;
985
985
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<
10698
10698
10699
10699
// Diagnostics based on the Lifetime safety analysis.
10700
10700
def 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">,
10702
10702
InGroup<LifetimeSafetyPermissive>, DefaultIgnore;
10703
10703
def warn_lifetime_safety_loan_expires_strict : Warning<
10704
10704
"object whose reference is captured may not live long enough">,
You can’t perform that action at this time.
0 commit comments