We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ce019 commit b4b935dCopy full SHA for b4b935d
1 file changed
change_notes/2022-08-31-update-to-CodeQL-2.9.4.md
@@ -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