Daniel Marjamäki
|
2a884446be
|
Library: document not-null and not-uninit argument configuration
|
2013-07-15 21:58:29 +02:00 |
Daniel Marjamäki
|
a01e54fdd9
|
astyle formatting
|
2013-07-15 21:57:10 +02:00 |
Daniel Marjamäki
|
7b5c58d286
|
astyle formatting
|
2013-07-15 21:56:31 +02:00 |
Daniel Marjamäki
|
7443883b9c
|
Library: Improved handling in CheckNullPointer::parseFunctionCall for Library data
|
2013-07-15 18:55:40 +02:00 |
Daniel Marjamäki
|
66d8fa62d1
|
Library: added init attribute to <alloc>
|
2013-07-15 08:44:00 +02:00 |
Daniel Marjamäki
|
b2f6e9e3eb
|
library: improved handling of noreturn. The Tokenizer::isScopeNoReturn will now try to use the library to determine if scope is noreturn.
|
2013-07-14 10:10:11 +02:00 |
Daniel Marjamäki
|
8285510996
|
Rules: Make it possible to write rules that check #define macros
|
2013-07-12 16:09:00 +02:00 |
Lucas Manuel Rodriguez
|
cfd697d6d4
|
Fixed #4042 (False Positive : Same expression on both sides of '&')
|
2013-07-11 07:13:47 +02:00 |
Daniel Marjamäki
|
8f332af849
|
Uninitialized variables: Avoid FP when using '?:'
|
2013-07-10 16:44:35 +02:00 |
Lucas Manuel Rodriguez
|
040c1e3a13
|
Fixed #4906 (False positive: void * calculation (cast))
|
2013-07-10 06:40:09 +02:00 |
Daniel Marjamäki
|
4106972fdc
|
Merge pull request #148 from JustRamires/master
Fixed segmentation fault in SymbolDatabase::SymbolDatabase(Ticket #4892)
|
2013-07-09 02:55:46 -07:00 |
Roman Zaytsev Borisovich
|
295869a866
|
Fixed segmentation fault in SymbolDatabase::SymbolDatabase(Ticket #4892)
|
2013-07-09 13:10:03 +04:00 |
Daniel Marjamäki
|
8ba14edb51
|
dmake: fixed lib.pri for gui (tinyxml)
|
2013-07-08 21:56:09 +02:00 |
Daniel Marjamäki
|
7d47fd65a2
|
Renamed --environment to --library. Added --check-library. Renamed Environment to Library
|
2013-07-08 18:26:18 +02:00 |
Alexander Mai
|
b7bb16ea77
|
Fixed #4897 (callStackToString is not available when using custom message template)
|
2013-07-08 06:44:25 +02:00 |
Lucas Manuel Rodriguez
|
d177c8fd03
|
Fixed #4824 (False positive: (warning) Member variable 'Foo::m_state' is not initialized in the constructor.)
|
2013-07-08 06:38:33 +02:00 |
Daniel Marjamäki
|
c74b74da0d
|
Merge pull request #151 from simartin/xcode_build_environment
Add environment.h,cpp to XCode project and restore build from XCode.
|
2013-07-07 08:13:09 -07:00 |
Simon Martin
|
60b244af81
|
Add environment.h,cpp to XCode project and restore build from XCode.
|
2013-07-07 11:33:25 +02:00 |
Daniel Marjamäki
|
2875ee1ecf
|
astyle formatting
|
2013-07-07 10:26:20 +02:00 |
Daniel Marjamäki
|
2ef0a40aec
|
Fixed #4893 (FP Uninitialized variable on sizeof of itself)
|
2013-07-06 08:52:47 +02:00 |
Lucas Manuel Rodriguez
|
00886b4d06
|
Fixed #4876 (Checking for sizeof(void))
|
2013-07-05 21:07:07 +02:00 |
Daniel Marjamäki
|
61e1dd5096
|
Environment: Refactoring and cleanup
|
2013-07-05 20:55:31 +02:00 |
vBm
|
2ba337faf7
|
Fix GUI compilation after d96fb577
Fixes ticket #4895
Thanks to PKEuS for telling me what to do :-)
|
2013-07-04 15:31:27 +02:00 |
PKEuS
|
14c3b390a4
|
Fixed version number
|
2013-07-04 13:32:45 +02:00 |
PKEuS
|
6494d9ac7f
|
Make cppcheck compile with VS again.
|
2013-07-04 13:09:34 +02:00 |
Daniel Marjamäki
|
ef83525cd0
|
CheckUninitVar: Fixed GCC warning
|
2013-07-04 07:58:30 +02:00 |
Roman Zaytsev Borisovich
|
e37587aed5
|
Ticket #4801
|
2013-07-02 15:28:44 +04:00 |
Daniel Marjamäki
|
d96fb577cd
|
CLI: Added --environment flag
|
2013-07-02 07:18:19 +02:00 |
Simon Martin
|
e2deb59f8a
|
Improved handling of syntax errors in Tokenizer::simplifyAddBracesPair.
|
2013-06-29 14:05:49 +02:00 |
Daniel Marjamäki
|
6b2bab535b
|
CLI,LIB: Added --std setting for GTK
|
2013-06-29 12:55:24 +02:00 |
Daniel Marjamäki
|
ba23b65179
|
Fixed #4885 (FP Uninitialized variable when using comma)
|
2013-06-29 09:33:51 +02:00 |
Daniel Marjamäki
|
6997d38881
|
Uninitialized variables: fixed false positive in while loop
|
2013-06-27 18:28:00 +02:00 |
Daniel Marjamäki
|
6b01d2d5a8
|
Fixed #4747 (Can not find uninitialized variable (variable used in rhs in assignment))
|
2013-06-27 16:53:15 +02:00 |
Daniel Marjamäki
|
9624a89b34
|
Uninitialized variables: improved debug warning when bailing out
|
2013-06-26 20:59:08 +02:00 |
Daniel Marjamäki
|
c389e08353
|
Fixed #4728 (simplify known variables better (%var% & %num%, bitwise and))
|
2013-06-26 18:13:28 +02:00 |
Daniel Marjamäki
|
2265c61734
|
Fixed #4879 (false positive: uninitialized variable in inner for inside while (regression))
|
2013-06-26 17:02:57 +02:00 |
Zachary Blair
|
a381170886
|
Fixed #4874 (Minor spelling corrections)
|
2013-06-26 00:47:02 -07:00 |
Daniel Marjamäki
|
7dd07472c1
|
Fixed #4530 (Tokenizer: improved simplification of strlen in calculation)
|
2013-06-25 20:10:40 +02:00 |
Daniel Marjamäki
|
cfd960d794
|
Fixed #3765 (false negative: unitialized variable)
|
2013-06-25 18:40:41 +02:00 |
Simon Martin
|
75c8dcc664
|
Fixed #4873 (Preprocessor: Cppcheck is unable to scan a file with a single quote in a comment inside assembler section)
|
2013-06-25 06:45:11 +02:00 |
Lucas Manuel Rodriguez
|
d6be4559cd
|
Fixed #4840 (false negative: buffer access out of bounds)
|
2013-06-25 06:37:51 +02:00 |
Alexander Mai
|
5a9975bbdd
|
Fixed #4869 (segmentation fault in Tokenizer::simplifyStructDecl (invalid code))
|
2013-06-22 14:05:49 +02:00 |
Daniel Marjamäki
|
bfc40ffe9f
|
Fixed #4868 (Segmentation fault in Preprocessor::handleIncludes())
|
2013-06-21 20:10:46 +02:00 |
Daniel Marjamäki
|
e4270bab78
|
Fixed #4863 (macros not propagated)
|
2013-06-19 21:29:39 +02:00 |
Daniel Marjamäki
|
a5636d55bc
|
Preprocessor: Reuse help function that converts string to map
|
2013-06-19 17:42:55 +02:00 |
Daniel Marjamäki
|
2fb8133e90
|
Fixed #4862 (False positive: Comma is used in return statement (template))
|
2013-06-18 00:13:45 +02:00 |
Alexander Mai
|
0be1892b92
|
Fixed #4806 (Crash in Type::initBaseInfo() in clang testcode)
|
2013-06-16 21:46:01 +02:00 |
Alexander Mai
|
38ecdda076
|
Fixed #4859 (Update doxygen support)
|
2013-06-16 19:25:05 +02:00 |
Daniel Marjamäki
|
d3d7808a06
|
Fixed #4834 (FreeType: incorrect array boundary analysis)
|
2013-06-16 15:41:13 +02:00 |
Daniel Marjamäki
|
210f2ab352
|
Tokenizer: refactoring; use Token::link() instead of loop
|
2013-06-16 15:27:59 +02:00 |