.. |
check.h
|
…
|
|
check64bit.cpp
|
…
|
|
check64bit.h
|
…
|
|
checkassignif.cpp
|
…
|
|
checkassignif.h
|
…
|
|
checkautovariables.cpp
|
…
|
|
checkautovariables.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
Change every 'tokAt(...)->str()' to 'strAt(...)'.
|
2011-11-13 13:10:59 +01:00 |
checkbufferoverrun.h
|
…
|
|
checkclass.cpp
|
Change every 'tokAt(...)->str()' to 'strAt(...)'.
|
2011-11-13 13:10:59 +01:00 |
checkclass.h
|
removed 'explicit constructors' check. see comments in pull request #51 for the reasons.
|
2011-11-02 17:12:46 +01:00 |
checkexceptionsafety.cpp
|
Change every 'tokAt(...)->str()' to 'strAt(...)'.
|
2011-11-13 13:10:59 +01:00 |
checkexceptionsafety.h
|
…
|
|
checkinternal.cpp
|
Conforming style: always use 'std::' namespace where needed. This removes the mixing style inside the code.
|
2011-11-07 00:54:00 +01:00 |
checkinternal.h
|
…
|
|
checkmemoryleak.cpp
|
Change every 'tokAt(...)->str()' to 'strAt(...)'.
|
2011-11-13 13:10:59 +01:00 |
checkmemoryleak.h
|
…
|
|
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
…
|
|
checknullpointer.cpp
|
Fix false positives for delete of known nulls
|
2011-11-13 22:38:34 +01:00 |
checknullpointer.h
|
…
|
|
checkobsoletefunctions.cpp
|
Change: 'next()->next()'->'tokAt(2)', 'previous()->previous()'->'tokAt(-2)'.
|
2011-11-12 22:33:03 +01:00 |
checkobsoletefunctions.h
|
…
|
|
checkother.cpp
|
Change every 'tokAt(...)->str()' to 'strAt(...)'.
|
2011-11-13 13:10:59 +01:00 |
checkother.h
|
Improved same expression check for ticket #3274
|
2011-11-08 21:54:42 +01:00 |
checkpostfixoperator.cpp
|
Change: 'next()->next()'->'tokAt(2)', 'previous()->previous()'->'tokAt(-2)'.
|
2011-11-12 22:33:03 +01:00 |
checkpostfixoperator.h
|
…
|
|
checkstl.cpp
|
Change every 'tokAt(...)->str()' to 'strAt(...)'.
|
2011-11-13 13:10:59 +01:00 |
checkstl.h
|
Fixed #3266 (False positive on dangerous usage of .c_str())
|
2011-11-04 19:21:19 +01:00 |
checkuninitvar.cpp
|
Change every 'tokAt(...)->str()' to 'strAt(...)'.
|
2011-11-13 13:10:59 +01:00 |
checkuninitvar.h
|
…
|
|
checkunusedfunctions.cpp
|
Visual Studio: Fixed compiler error
|
2011-10-30 09:53:14 +01:00 |
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
Change every 'tokAt(...)->str()' to 'strAt(...)'.
|
2011-11-13 13:10:59 +01:00 |
checkunusedvar.h
|
…
|
|
cppcheck.cpp
|
Optimize handling of --append=<file> option (execution time, memory)
|
2011-11-15 19:27:36 +01:00 |
cppcheck.h
|
…
|
|
errorlogger.cpp
|
…
|
|
errorlogger.h
|
…
|
|
executionpath.cpp
|
…
|
|
executionpath.h
|
…
|
|
lib.pri
|
…
|
|
mathlib.cpp
|
Remove duplicate expressions on both sides of ||
|
2011-11-08 21:56:54 +01:00 |
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
…
|
|
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
Fixed #3285 (wrong #elif behaviour)
|
2011-11-03 19:05:48 +01:00 |
preprocessor.h
|
Preprocessor: Bailout #include if it is recursive
|
2011-10-30 19:00:11 +01:00 |
settings.cpp
|
support any number of --append=<file> options
|
2011-11-15 19:27:36 +01:00 |
settings.h
|
Optimize handling of --append=<file> option (execution time, memory)
|
2011-11-15 19:27:36 +01:00 |
standards.h
|
Add newline at end of file!
|
2011-10-31 15:12:29 +01:00 |
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
Change every 'tokAt(...)->str()' to 'strAt(...)'.
|
2011-11-13 13:10:59 +01:00 |
symboldatabase.h
|
Fix some complainted choices made in my older commits.
|
2011-11-01 13:23:47 +01:00 |
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
Adapt Token::strAt() to return a const reference like Token::str() does
|
2011-11-14 09:19:46 +01:00 |
token.h
|
Adapt Token::strAt() to return a const reference like Token::str() does
|
2011-11-14 09:19:46 +01:00 |
tokenize.cpp
|
Run astyle
|
2011-11-14 09:21:42 +01:00 |
tokenize.h
|
Fixed #3188 (Function parser false positive)
|
2011-11-05 12:23:05 +01:00 |