47
I Use This!
High Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected 2 days ago.
Sep 23, 2025 — Sep 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
unused private function: Added test1 (assert that error message is given for simple case) More... almost 18 years ago
Memory leak: Fixed one more unit test More... almost 18 years ago
Refactoring: Don't use the TOKEN::str directly More... almost 18 years ago
Refactoring: Use 'Match' instead of direct comparisons More... almost 18 years ago
Refactoring: Following new classes were created: CheckBufferOverrunClass CheckClass CheckHeaders CheckMemoryLeakClass CheckOther Preprocessor More... almost 18 years ago
unused struct member: Added checks More... almost 18 years ago
testmemleak: Added todo 'forwhile7' More... almost 18 years ago
Memory leak: Handle "goto" a little differently More... almost 18 years ago
cleanup More... almost 18 years ago
todo: added memory leak examples More... almost 18 years ago
Memory leaks: Added tests and handling for 'throw' and linux lists More... almost 18 years ago
todo: added 'check operator=' More... almost 18 years ago
Memory leak: Minor updates in the notvar function More... almost 18 years ago
Memory Leak: Improved checking of subfunctions. Simplify their code. More... almost 18 years ago
Memory leak: Ensure that simple memory leak is detected More... almost 18 years ago
Memory leak: Began work for parsing into subfunctions. More... almost 18 years ago
Memory leak: Removed false positives. 'use ; use ;' is not always the same as 'use ;' More... almost 18 years ago
Memory Leak: Stronger checking. Ignore 'if use ;' and 'if dealloc;'. A leak could occur if it's not executed. More... almost 18 years ago
Refactoring: Tokenizer class added, functions still mostly static and using globals More... almost 18 years ago
GPL: Added comment in testsuite.h More... almost 18 years ago
Unused private function: Added test More... almost 18 years ago
Memory leak: remove the dealloc in "if dealloc ;" if it's not followed by an "else". This makes the checking stronger. More... almost 18 years ago
- Fixed compiling on Debian with gcc ( missing includes and std:: ) - Removed c-style include for Borland compiler. More... almost 18 years ago
Memory Leak: Added checking More... almost 18 years ago
cleanup the files More... almost 18 years ago
Visual C++: Fixed compiler error for "strdup" More... almost 18 years ago
Memory Leaks: Convert "do-while" blocks to "while" blocks to make the handling for that the same. More... almost 18 years ago
Memory Leaks: Improved the checking of loops. More... almost 18 years ago
Borland C++: Fixed compiler error (couldn't find the function 'free') More... almost 18 years ago
FileLister.* and testtokenize.cpp, changed encoding to utf-8 More... almost 18 years ago