...
Panel | |
---|---|
|
Markdown | ||
---|---|---|
-from-url | ||
| ||
https://extend.castsoftware.com/api/delta/export/release-notes/format/markdown?id=com.castsoftware.cpp&major=2&minor | =2
2.2.0-beta1
Resolved Issues
The following issues have been fixed in this release of the analyzer.
...
In case, if/when class definition is not found, constructors and destructors would be named as @ctor and @dtor respectively. Analyzer log will contain following message in this scenario: Definition for ‘<class name>’ not found. ‘@ctor\@dtor’ would be detected as 'C++ Function'.
...
New Rules
The following new rules have been added in this release of the analyzer:
...
= |
...
CPP-244
...
Handlers of a function-try-block implementation of a class constructor or destructor shall not reference non-static members from this class or its bases.
2.2.0-alpha1
Resolved issues
The following issues have been fixed in this release of the analyzer.
...
2 |
...
New rules
The following new rules have been added in this release of the analyzer:
...