We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56bc333 commit e736cb0Copy full SHA for e736cb0
change_notes/2024-11-11-fix-fp-789.md
@@ -1,2 +1,3 @@
1
- `A7-1-2` - `VariableMissingConstexpr.ql`:
2
- - Fixes #789. Doesn't alert on non-static member variables and compiler generated variables of range based for-loops.
+ - Do not report on member variables if the class has un-instantiated member function(s).
3
+ - Check a call's qualifier as well whether it can be compile time evaluated or not.
0 commit comments