Daniel Marjamäki
|
9f1c3cc535
|
refactoring the rest of the classes
|
2009-03-20 18:16:21 +01:00 |
Daniel Marjamäki
|
21dff96e7b
|
refactoring checkbufferoverrun
|
2009-03-20 17:35:53 +01:00 |
Daniel Marjamäki
|
5914af4481
|
refactoring CheckClass
|
2009-03-20 17:30:24 +01:00 |
Daniel Marjamäki
|
3fab99a5cb
|
astyle formatting
|
2009-03-19 19:35:47 +01:00 |
Daniel Marjamäki
|
75171cae08
|
refactoring: fixed the teststl so it is runnable again
|
2009-03-19 19:35:08 +01:00 |
Daniel Marjamäki
|
09ff4fa35f
|
Merge branch 'master' of git@github.com:danmar/cppcheck
|
2009-03-18 22:41:01 +01:00 |
Daniel Marjamäki
|
a573c62cd5
|
refactoring: first step - started with checkstl
|
2009-03-18 22:40:38 +01:00 |
Nicolas Le Cam
|
2b199ffb9b
|
Fix compilation on 64bit systems
|
2009-03-18 22:13:27 +01:00 |
Daniel Marjamäki
|
f37dd4f143
|
Fixed ticket 184 (Tokenizer - Simplification: Split up variable declarations)
|
2009-03-18 20:32:05 +01:00 |
Reijo Tomperi
|
2fb4c52728
|
Fixed tokenizer: "return - 2 ;" --> "return -2 ;"
|
2009-03-18 20:48:06 +02:00 |
Reijo Tomperi
|
ca055dc830
|
Fix ticket #191 (semicolon after #endif stop tokenizing of function)
http://apps.sourceforge.net/trac/cppcheck/ticket/191
|
2009-03-18 01:10:26 +02:00 |
Reijo Tomperi
|
896abcb569
|
Fixed some memory leaks in test cases
|
2009-03-17 21:59:40 +02:00 |
Daniel Marjamäki
|
9c057c707b
|
tokenize negative numbers into a single token
|
2009-03-17 20:50:06 +01:00 |
Daniel Marjamäki
|
128215d692
|
Added test case for detecting false positive in the STL size handling
|
2009-03-17 18:54:50 +01:00 |
Reijo Tomperi
|
c413c8d4b3
|
Fix ticket #179 (preprocessor issues)
http://apps.sourceforge.net/trac/cppcheck/ticket/179
|
2009-03-16 23:20:55 +02:00 |
Daniel Marjamäki
|
f9b481ae3a
|
Ticket #184 (Tokenizer - Simplification: Split up variable declarations), added testcases
|
2009-03-16 19:03:23 +01:00 |
Daniel Marjamäki
|
0cc7672673
|
Fixed Ticket #82 (detect buffer overrun; dynamic memory)
|
2009-03-16 18:11:09 +01:00 |
Reijo Tomperi
|
1c74978a92
|
test case stringify3 added
|
2009-03-15 23:39:58 +02:00 |
Reijo Tomperi
|
21b687b301
|
Improved tokenizer to handle '#' better. Previously everything after # was combined into a single token,
now # is considered more like an alphabet, with few exceptions, e.g. "##" tokens.
|
2009-03-15 23:09:27 +02:00 |
Daniel Marjamäki
|
a6ad972aad
|
Fix Ticket 180 (Templates: Expanding member functions that are not implemented inline)
|
2009-03-15 20:03:29 +01:00 |
Daniel Marjamäki
|
9b06b22053
|
templates: replace constructor/destructor names when expanding template classes
|
2009-03-15 17:07:05 +01:00 |
Reijo Tomperi
|
b26955b9f8
|
Test case stringify2() added.
|
2009-03-15 16:05:23 +02:00 |
Reijo Tomperi
|
ca7870af33
|
Fix ticket #177 (Tokenizer doesn't add braces around if-scope)
http://apps.sourceforge.net/trac/cppcheck/ticket/177
|
2009-03-15 14:44:57 +02:00 |
Reijo Tomperi
|
bb3316a45b
|
Fix ticket #181 (#pragma causes wrong line numbers)
http://apps.sourceforge.net/trac/cppcheck/ticket/181
|
2009-03-15 14:23:12 +02:00 |
Daniel Marjamäki
|
6eadbaae04
|
templates: better handling of templates with multiple type arguments
|
2009-03-14 21:26:32 +01:00 |
Daniel Marjamäki
|
75d0e8687b
|
Memory leak: handle allocation in deallocation list
|
2009-03-14 20:19:36 +01:00 |
Daniel Marjamäki
|
02df14ec37
|
Memory leaks: Refactoring to use Tokenizer::FindClassFunction. Enabled test case, the memory leak is now detected
|
2009-03-14 18:21:37 +01:00 |
Daniel Marjamäki
|
3b29125d65
|
added testcase for 'Tokenizer::FindClassFunction'
|
2009-03-13 22:38:42 +01:00 |
Daniel Marjamäki
|
0a6a0ae46e
|
TestMemleak: added two testcases for checking for leaks in classes
|
2009-03-13 19:52:01 +01:00 |
Reijo Tomperi
|
3c4704a00c
|
Fix ticket #151 (Handling of namespaces)
http://apps.sourceforge.net/trac/cppcheck/ticket/151
|
2009-03-13 01:07:05 +02:00 |
Daniel Marjamäki
|
4c28882a12
|
expanding template classes
|
2009-03-12 22:17:42 +01:00 |
Daniel Marjamäki
|
f96e2deb1a
|
uninitialized const pointer member variables
|
2009-03-12 21:33:10 +01:00 |
Daniel Marjamäki
|
1514e65464
|
astyle style fixes
|
2009-03-11 19:14:45 +01:00 |
Daniel Marjamäki
|
77cf2213fe
|
templates: simplify template functions with 1 type argument
|
2009-03-11 18:50:24 +01:00 |
Reijo Tomperi
|
657495b825
|
astyle fix
|
2009-03-11 00:49:16 +02:00 |
Daniel Marjamäki
|
eac29d151c
|
made the Tokenizer::simplifyCasts more generic
|
2009-03-10 21:26:08 +01:00 |
Daniel Marjamäki
|
cd54a0ed3b
|
Fixed ticket 147 (Invalid line number for error message)
|
2009-03-09 20:29:25 +01:00 |
Daniel Marjamäki
|
f8cd34198b
|
simplify casts
|
2009-03-09 19:47:21 +01:00 |
Reijo Tomperi
|
1c626c53c2
|
Added test case for #147 (Invalid line number for error message)
http://apps.sourceforge.net/trac/cppcheck/ticket/147
macro_linenumbers() in test/testpreprocessor.cpp
|
2009-03-08 22:28:12 +02:00 |
Reijo Tomperi
|
765da17132
|
Astyle fix
|
2009-03-08 09:49:04 +02:00 |
Reijo Tomperi
|
5be85d71a0
|
Fix ticket #145 (Line numbers are invalid if file is included inside #ifdef)
http://apps.sourceforge.net/trac/cppcheck/ticket/145
|
2009-03-08 09:45:53 +02:00 |
Daniel Marjamäki
|
cc8a6168e7
|
astyle formatting
|
2009-03-06 18:13:41 +01:00 |
Daniel Marjamäki
|
d7cd09cb6e
|
added internal support for handling list of classes that are automaticly deallocated
|
2009-03-06 07:22:07 +01:00 |
Reijo Tomperi
|
6fcb89f136
|
Fix segmentation fault that happens with invalid code.
|
2009-03-05 23:22:00 +02:00 |
Reijo Tomperi
|
42a9eb9e53
|
Fix ticket #133 (Segmentation fault when static_cast is in for loop)
|
2009-03-05 21:32:02 +02:00 |
Daniel Marjamäki
|
547f120ee9
|
known variables: better handling of ++ and --
|
2009-03-04 06:03:51 +00:00 |
Reijo Tomperi
|
832275bc37
|
Fix #132 (False positive returning memcpy())
|
2009-03-03 20:39:17 +00:00 |
Reijo Tomperi
|
69c23301db
|
Fix ticket Add/Change #125 (the printout of the token list is wrong)
|
2009-03-03 20:17:23 +00:00 |
Daniel Marjamäki
|
37c889ab30
|
unused private function: better handling of initialization lists in constructors
|
2009-03-02 20:40:24 +00:00 |
Daniel Marjamäki
|
86050cccdb
|
unused private function: fixed false positive (ticket: 129)
|
2009-03-02 17:16:02 +00:00 |