File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 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 ` .
You can’t perform that action at this time.
0 commit comments