Paul
|
b26c581556
|
Fix issue 9888: False positive: Using reference to dangling temporary with std::move
|
2020-09-10 22:38:31 -05:00 |
Daniel Marjamäki
|
2b12ef653d
|
Merge pull request #2792 from IOBYTE/main
fix #9886 (Hang in TemplateSimplifier (gcc/gcc/testsuite/g++.dg/cpp0x…
|
2020-09-10 21:47:44 +02:00 |
Daniel Marjamäki
|
51f5f2c7d0
|
Fix inline suppressions problem
|
2020-09-10 21:46:15 +02:00 |
Robert Reif
|
a52ce7379a
|
fix #9886 (Hang in TemplateSimplifier (gcc/gcc/testsuite/g++.dg/cpp0x/decltype34.C))
|
2020-09-10 14:47:59 -04:00 |
Paul
|
5033fb4418
|
Fix issue 9869: False positive: knownEmptyContainer when passed to constructor
|
2020-09-09 22:23:42 -05:00 |
Paul Fultz II
|
34d65e25d6
|
Merge branch 'main' into lifetime-subfunction
|
2020-09-09 12:02:02 -05:00 |
Daniel Marjamäki
|
7c8c0ef3a2
|
Bug hunting: Avoid uninit struct member false positives
|
2020-09-09 18:26:04 +02:00 |
Daniel Marjamäki
|
f95a53b0ca
|
Fixed #9821 (False positive: Delegating constructor and initialization list)
|
2020-09-09 18:04:21 +02:00 |
Paul Fultz II
|
bfe53fce04
|
Fix issue 9878: false positive: multiCondition (#2787)
|
2020-09-09 15:39:36 +02:00 |
Daniel Marjamäki
|
b1401c6536
|
Merge pull request #2789 from pfultz2/smart-ptr-constructor
Fix issue 9496: False negative: Dereferencing returned smart null-pointer
|
2020-09-09 08:16:30 +02:00 |
Daniel Marjamäki
|
1c37423f1b
|
Merge pull request #2788 from pfultz2/lifetime-dangling-temp-reference
Fix issue 9835: False negative: Return reference to temporary with const reference
|
2020-09-09 08:01:22 +02:00 |
Paul
|
965fea370f
|
Formatting
|
2020-09-08 21:55:53 -05:00 |
Paul
|
382408f59e
|
Fix issue 9496: False negative: Dereferencing returned smart null-pointer
|
2020-09-08 21:54:38 -05:00 |
Paul
|
8d7088aa24
|
Fix issue 9835: False negative: Return reference to temporary with const reference
|
2020-09-08 18:30:45 -05:00 |
Daniel Marjamäki
|
5376decbe7
|
Merge pull request #2783 from pfultz2/out-of-bounds-at-index
|
2020-09-08 20:30:31 +02:00 |
Paul
|
8c425790f4
|
Merge branch 'main' into lifetime-subfunction
|
2020-09-08 13:18:01 -05:00 |
Daniel Marjamäki
|
18e99176e5
|
Fix issue 9883: endless recursion in getLifetimeTokens (#2786)
|
2020-09-08 20:14:54 +02:00 |
Paul Fultz II
|
5099ca3c8b
|
Fix issue 9882: segfault in ForwardTraversal (#2785)
|
2020-09-08 20:14:10 +02:00 |
Paul
|
d5489fd1f0
|
Fix issue 9883: endless recursion in getLifetimeTokens
|
2020-09-08 11:33:29 -05:00 |
Paul
|
1be67ea008
|
Merge
|
2020-09-08 11:00:57 -05:00 |
Daniel Marjamäki
|
e802d85315
|
Fixed #9445 (Syntax error on typeof word in C)
|
2020-09-08 17:12:54 +02:00 |
Daniel Marjamäki
|
c0ef640304
|
Fixed #9881 ((Regression) Hang with operator() in function call)
|
2020-09-07 21:32:29 +02:00 |
Daniel Marjamäki
|
07f6876dc8
|
Bug hunting; avoid uninit var fp for struct variables
|
2020-09-07 21:19:07 +02:00 |
Daniel Marjamäki
|
cfd41fea83
|
Fixed #9879 (Tokenizer: Better handling of operator() '(*this)(...)')
|
2020-09-07 20:07:21 +02:00 |
IOBYTE
|
2106e30304
|
fix template namespace bug (#2780)
Co-authored-by: Robert Reif <reif@FX6840>
|
2020-09-07 17:45:19 +02:00 |
Daniel Marjamäki
|
acfff072ae
|
Bug hunting; avoid bughuntingUninitVar fp for template variable
|
2020-09-07 16:25:37 +02:00 |
Paul Fultz II
|
ac67049661
|
Fix issue 9858: Token::astOperand1() cyclic dependency on valid C++ code (#2784)
|
2020-09-07 10:54:32 +02:00 |
Paul Fultz II
|
362ab44c40
|
Fix issue 9646: False negative: Return reference to temporary with const reference (#2782)
|
2020-09-07 10:52:54 +02:00 |
Daniel Marjamäki
|
06c4b8897b
|
Bug hunting: Avoid uninitialized fp for smart pointer
|
2020-09-07 09:34:08 +02:00 |
Paul Fultz II
|
a4f43fc2ad
|
Fix issue 8234: false negative: (warning) Opposite inner 'if' condition leads to a dead code block. (#2781)
|
2020-09-07 07:53:41 +02:00 |
Paul
|
7754449fd6
|
Format
|
2020-09-06 23:48:05 -05:00 |
Paul
|
04c85baf03
|
Fix issue 8869: false negative: (error) Invalid v.at() argument nr 1
|
2020-09-06 23:46:31 -05:00 |
Paul
|
786672e19d
|
Format
|
2020-09-06 21:59:21 -05:00 |
Paul
|
c7a5d3c5f1
|
Fix FPs
|
2020-09-06 21:58:36 -05:00 |
Daniel Marjamäki
|
136ac2c643
|
Fixed #9266 (handle operator() better)
|
2020-09-06 21:02:06 +02:00 |
Daniel Marjamäki
|
4bf411d63d
|
ImportProject: Add test case
|
2020-09-06 16:08:42 +02:00 |
Daniel Marjamäki
|
54b5e77548
|
TestImportProject: Use raw strings
|
2020-09-06 16:00:19 +02:00 |
Dan
|
7efd84ecaf
|
Fix false skipping of folder-seperator (#2749)
|
2020-09-06 15:35:14 +02:00 |
shaneasd
|
9712c136bd
|
make result of <<|>> an xvalue (#2775)
|
2020-09-05 12:07:06 +02:00 |
Paul Fultz II
|
cc2bc74084
|
Track lifetime for lambdas with explicit capture (#2776)
|
2020-09-05 07:56:01 +02:00 |
Daniel Marjamäki
|
8027f40418
|
Fixed #8506 (CPPCheck printing invalid characters in output)
|
2020-09-04 20:43:54 +02:00 |
Daniel Marjamäki
|
1daf1ec108
|
Fixed #9875 (Crash)
|
2020-09-04 19:15:48 +02:00 |
Paul
|
264c0cae8b
|
Formatting
|
2020-09-04 11:59:30 -05:00 |
Paul
|
bb37b07def
|
Extend lifetimes to subfunctions
|
2020-09-04 11:56:34 -05:00 |
Daniel Marjamäki
|
30d3643bb8
|
Fixed #9851 (FP virtualDestructor - private virtual dtor)
|
2020-09-04 18:56:12 +02:00 |
Daniel Marjamäki
|
040da4ff32
|
astyle formatting
|
2020-09-04 18:43:17 +02:00 |
Daniel Marjamäki
|
7d01ad5b50
|
add test-clang-import that compares symboldatabases
|
2020-09-04 15:29:19 +02:00 |
IOBYTE
|
2db0d2878b
|
fix daca crash in TemplateSimplifier::getNewName (#2772)
Don't add the same template instantiation multiple times.
Co-authored-by: Robert Reif <reif@FX6840>
|
2020-09-04 07:08:28 +02:00 |
shaneasd
|
84dd0c961f
|
False positive dynamic_cast auto variable which has been checked against null (#2769)
|
2020-09-04 07:06:26 +02:00 |
Daniel Marjamäki
|
dba7108832
|
Remove test-clang-import for now so I can fix that
|
2020-09-03 21:43:26 +02:00 |