Skip to content

Commit b4b935d

Browse files
committed
Update change notes
1 parent 41ce019 commit b4b935d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- `M0-1-4` - `SingleUsePODVariable.ql`
2+
- This rule no longer considers compiler-generated access to a variable when determining if the variable has a single use.
3+
- `A8-5-3` - `AvoidAutoWithBracedInitialization.ql`:
4+
- Fix regression where `auto x{0}` was no longer detected as a braced initialization with type `auto` with the latest CodeQL versions.
5+
- No longer falsely detect cases where braced initialization was not used, but where the inferred type would be `std::initializer_list`.
6+
- `A7-3-1` - `DefinitionNotConsideredForUnqualifiedLookup.ql`
7+
- The locations reported for names occurring in using-declarations has improved in the latest CodeQL versions.
8+
- Updated the CodeQL version to `2.9.4`.

0 commit comments

Comments
 (0)