cquike
|
767b12b6c2
|
Remove --std=posix option from the manpage (#4077)
The option --std=posix is was removed back in 2019
in commit cb06aebdab
|
2022-05-04 13:27:17 +02:00 |
Paul Fultz II
|
496b45f27b
|
Fix 11009: FP uninitvar (#4076)
* Fix 11009: FP uninitvar
* Format
|
2022-05-04 05:59:01 +02:00 |
Daniel Marjamäki
|
b444c002e2
|
Fixed #11000 (misra: crash)
|
2022-05-03 22:03:35 +02:00 |
chrchr-github
|
1e40a2e73e
|
Fix #5210 C-style pointer casting not detected for casts to ** (#4075)
|
2022-05-03 20:15:42 +02:00 |
chrchr-github
|
509e42afd4
|
Fix #11034 FN duplicateCondition with struct member (#4074)
* Fix #11034 FN duplicateCondition with struct member
* Update testcondition.cpp
|
2022-05-03 19:57:30 +02:00 |
Daniel Marjamäki
|
d50823fd22
|
Fix misra crash when premium addon fails
|
2022-05-03 18:37:59 +02:00 |
chrchr-github
|
51b4cf592b
|
Fix #11029 unknownMacro reported with noexcept (regression) (#4073)
|
2022-05-03 13:37:14 +02:00 |
orbitcowboy
|
e293b66ac6
|
gnu.cfg: Added support for getservent_r().
|
2022-05-03 11:54:28 +02:00 |
Paul Fultz II
|
3edb10a006
|
Fix 11024: FP returnDanglingLifetime with c_str() passed to constructor (#4072)
|
2022-05-03 11:42:32 +02:00 |
orbitcowboy
|
9f7c34272d
|
Added a regression test for ticket #10000 - No UnreadVariable for simple class
|
2022-05-03 06:58:03 +02:00 |
chrchr-github
|
8ce0faf723
|
Fix #10427 Regression: selfInitialization (#4070)
|
2022-05-02 16:49:13 +02:00 |
orbitcowboy
|
5a7c998a79
|
posix.cfg: Improved configuration of getpwuid_r().
|
2022-05-02 16:48:22 +02:00 |
orbitcowboy
|
8cc16f1adb
|
posix.cfg: Improved configuration of getpwnam_r().
|
2022-05-02 16:41:33 +02:00 |
chrchr-github
|
67f4fe575f
|
Fix #10978 syntaxError with attribute for function pointer (#4069)
|
2022-05-02 15:05:48 +02:00 |
orbitcowboy
|
6c54e7363d
|
posix.cfg: Added support for fgetpwent_r().
|
2022-05-02 12:56:47 +02:00 |
orbitcowboy
|
86cc410dc2
|
posix.cfg: Added support for getpwent_r().
|
2022-05-02 12:51:58 +02:00 |
orbitcowboy
|
ba57f33f81
|
posix.cfg: Added support for getgrnam_r() and getgrgid_r().
|
2022-05-02 12:28:54 +02:00 |
orbitcowboy
|
28da263d8b
|
gnu.cfg: Added support for qsort_r().
|
2022-05-02 12:06:45 +02:00 |
orbitcowboy
|
0ec2d5f40d
|
std.cfg: Improved configuration of qsort().
|
2022-05-02 11:58:31 +02:00 |
orbitcowboy
|
6a657865eb
|
posix.cfg: Improved test cases for ffs().
|
2022-05-01 18:15:32 +02:00 |
orbitcowboy
|
6ad5a94acf
|
gnu.cfg: Improved configuration for memrchr().
|
2022-05-01 18:10:19 +02:00 |
orbitcowboy
|
6f6ddb99b2
|
std.cfg: Improved tests for memchr().
|
2022-05-01 18:09:54 +02:00 |
chrchr-github
|
e9a0d7979e
|
Fix #11014 FN redundantPointerOp / remove simplifyMulAndParens() (#4062)
|
2022-05-01 15:46:07 +02:00 |
orbitcowboy
|
e0ccfea027
|
gnu.cfg: Improved configuration of ffsl() and ffsll()
|
2022-05-01 15:29:35 +02:00 |
orbitcowboy
|
178efb7058
|
posix.cfg: Improved configuration for ffs().
|
2022-05-01 15:24:57 +02:00 |
orbitcowboy
|
925902245f
|
posix.cfg: Improved configuration for renameat().
|
2022-05-01 14:18:37 +02:00 |
orbitcowboy
|
cbcbff7d12
|
posix.cfg: Improved tests for readlink().
|
2022-05-01 14:17:49 +02:00 |
orbitcowboy
|
0e4a17e2ab
|
posix.cfg: Improved configuration of readlinkat().
|
2022-05-01 14:08:08 +02:00 |
orbitcowboy
|
5db6fc1f54
|
std.cfg: Improved configuration of localtime_s()
|
2022-05-01 12:47:13 +02:00 |
orbitcowboy
|
0410f01647
|
posix.cfg: Improved configuration of recv() and recvfrom().
|
2022-05-01 12:29:08 +02:00 |
orbitcowboy
|
01a24d2ce0
|
posix.cfg: Improved configuration of recv().
|
2022-05-01 12:27:14 +02:00 |
orbitcowboy
|
d6af9da83d
|
posix.cfg: Improved configuration of recvfrom().
|
2022-05-01 12:24:15 +02:00 |
orbitcowboy
|
85f44d36dd
|
gnu.cfg: Added support for semtimedop().
|
2022-05-01 11:41:51 +02:00 |
orbitcowboy
|
63e58b9051
|
posix.cfg: Added support for semop().
|
2022-05-01 11:41:31 +02:00 |
Paul Fultz II
|
3e686103ae
|
Fix 10984: False positive: invalidContainer when explictly capturing vector by reference (#4064)
|
2022-04-30 09:36:28 +02:00 |
Paul Fultz II
|
4e7125554f
|
Fix 8358: FP: Condition '(number*0)!=0' is always false (#4065)
|
2022-04-30 09:35:51 +02:00 |
Paul Fultz II
|
9fa5c4e201
|
Fix 11011: FP returnDanglingLifetime with non-const reference argument [inconclusive] (#4066)
* Fix 11011: FP returnDanglingLifetime with non-const reference argument [inconclusive]
* Format
|
2022-04-30 08:23:58 +02:00 |
chrchr-github
|
6a914dc435
|
Add tests for # 10773, #108787, #8991 (#4063)
* Add test for #10773
* Add test for #10878
* Add test for #8991
|
2022-04-30 08:20:00 +02:00 |
Maksim Derbasov
|
3ca2eb984e
|
Codeeditor class improvements (#4057)
|
2022-04-29 18:10:37 +02:00 |
chrchr-github
|
e7afb3045b
|
Fix FP redundantPointerOp with macro (#4061)
* Fix #10991 FN: Redundant pointer operation
* Fix FP redundantPointerOp
* Check for LValue
* Fix FP redundantPointerOp with macro
* Format
|
2022-04-29 13:23:50 +02:00 |
chrchr-github
|
0467ab1339
|
Fix #7923 FN memleak with cfg (#4060)
|
2022-04-28 19:50:16 +02:00 |
chrchr-github
|
8dbe6994a2
|
Fix FP redundantPointerOp (#4058)
* Fix #10991 FN: Redundant pointer operation
* Fix FP redundantPointerOp
* Check for LValue
|
2022-04-28 15:25:31 +02:00 |
chrchr-github
|
3d3885d151
|
Add test for #9838 / Remove noisy assert (#4059)
* Add test for #9838
* Remove noisy assert
|
2022-04-28 15:24:54 +02:00 |
Paul Fultz II
|
aafd1e10be
|
Fix 11006: FP uninitvar with unknown constant (#4056)
|
2022-04-28 10:48:37 +02:00 |
chrchr-github
|
7cedf3e0e5
|
Partial fix for #10983 False positive: returnTempReference with trailing return type (#4055)
|
2022-04-27 20:11:32 +02:00 |
chrchr-github
|
034140e7e1
|
Fix #10991 FN: Redundant pointer operation (#4054)
|
2022-04-27 19:52:56 +02:00 |
Paul Fultz II
|
3e3abecba0
|
Rename old uninitvar ID to use legacyUninitvar (#4043)
|
2022-04-27 17:37:37 +02:00 |
chrchr-github
|
bcbc29affb
|
Fix #10526 FP: negativeIndex if function call is made after index check (#4052)
* Fix #10526 FP: negativeIndex if function call is made after index check
* Improve container check
* Format
|
2022-04-27 14:08:44 +02:00 |
chrchr-github
|
6df0f9b3e3
|
Add tests for #7377, #8692, #9180 (#4053)
|
2022-04-27 12:43:21 +02:00 |
orbitcowboy
|
6796f9daa2
|
std.cfg: Moved strdup() from posix.cfg to std.cfg since its now part of C23.
|
2022-04-27 12:41:40 +02:00 |