File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,8 @@ Improvements to Clang's diagnostics
133133
134134- Clang now diagnoses undefined behavior in constant expressions more consistently. This includes invalid shifts, and signed overflow in arithmetic.
135135
136+ - -Wdangling-assignment-gsl is enabled by default.
137+
136138Improvements to Clang's time-trace
137139----------------------------------
138140
Original file line number Diff line number Diff line change @@ -10131,7 +10131,7 @@ def warn_dangling_lifetime_pointer : Warning<
1013110131 InGroup<DanglingGsl>;
1013210132def warn_dangling_lifetime_pointer_assignment : Warning<"object backing the "
1013310133 "pointer %0 will be destroyed at the end of the full-expression">,
10134- InGroup<DanglingAssignmentGsl>, DefaultIgnore ;
10134+ InGroup<DanglingAssignmentGsl>;
1013510135def warn_new_dangling_initializer_list : Warning<
1013610136 "array backing "
1013710137 "%select{initializer list subobject of the allocated object|"
You can’t perform that action at this time.
0 commit comments