Skip to content

Commit d0e8d2d

Browse files
committed
Add change note
1 parent 7fe36e0 commit d0e8d2d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Fix issues emerged running the test suite when compiled with `qcc`:
2+
- Fix False Negatives issues
3+
- `A1-1-1`: restrict alerts to mentioned types
4+
- `A5-2-5`: get type for `value_type`
5+
- `A18-1-2` `A18-1-3` `A18-9-1`: support std inline namespaces (`std::__1`)
6+
- `A23-0-1` `A23-0-2`: functions in `std` might be defined in inline namespaces
7+
- `M0-1-4`: removed test case
8+
- `M6-5-2`: equality operator alternative implementations
9+
- `M17-0-5`: `longjmp` might be a macro
10+
- `CTR51-CPP` `CTR53-CPP` `ERR50-CPP` `ERR52-CPP` `STR52-CPP`: fixed by library changes
11+
- `MSC51-CPP`: `time` can be in the global scope
12+
- `STR51-CPP`: String constructor might have 1 parameter.
13+
- Fix False Positives issues
14+
- `STR53-CPP`: compute initial container size for copy constructor
15+
- `A0-4-1`: numeric limits might be defined in `__libcpp_numeric_limits`
16+
- `A0-4-3`: the rule now only checks the last `-std` compilation flag
17+
- Fix exclusion criteria using the `isExcluded()` predicate
18+
- `A2-13-3` `A8-4-4`

0 commit comments

Comments
 (0)