..
check.h
Fixed #3220 (False positive: possible null pointer dereference: 'SwDoc *pDoc = NULL; pDoc->do_something();')
2011-10-18 19:34:14 +02:00
check64bit.cpp
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
check64bit.h
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
checkassignif.cpp
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
checkassignif.h
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
checkautovariables.cpp
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
checkautovariables.h
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
checkbufferoverrun.cpp
Fixed #3198 (Add check for readlink())
2011-10-14 19:45:51 +02:00
checkbufferoverrun.h
Fixed #3198 (Add check for readlink())
2011-10-14 19:45:51 +02:00
checkclass.cpp
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
checkclass.h
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
checkexceptionsafety.cpp
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
checkexceptionsafety.h
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
checkmemoryleak.cpp
fix typos using codespell
2011-10-13 22:04:41 +02:00
checkmemoryleak.h
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
checknonreentrantfunctions.cpp
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
checknonreentrantfunctions.h
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
checknullpointer.cpp
Fixed #3220 (False positive: possible null pointer dereference: 'SwDoc *pDoc = NULL; pDoc->do_something();')
2011-10-18 19:34:14 +02:00
checknullpointer.h
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
checkobsoletefunctions.cpp
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
checkobsoletefunctions.h
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
checkother.cpp
Fixed #3225 (Boolean comparison with string literals)
2011-10-18 21:37:03 +02:00
checkother.h
Fixed #3225 (Boolean comparison with string literals)
2011-10-18 21:37:03 +02:00
checkpostfixoperator.cpp
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
checkpostfixoperator.h
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
checkstl.cpp
Fixed #3223 (Improve check: Check more STL algorithms for missmatching containers check)
2011-10-18 21:55:41 +02:00
checkstl.h
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
checkuninitvar.cpp
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
checkuninitvar.h
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
checkunusedfunctions.cpp
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
checkunusedfunctions.h
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
checkunusedvar.cpp
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
checkunusedvar.h
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
cppcheck.cpp
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
cppcheck.h
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
errorlogger.cpp
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
errorlogger.h
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
executionpath.cpp
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
executionpath.h
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
lib.pri
Move Suppressions class to own source files.
2011-08-22 19:57:28 +03:00
mathlib.cpp
Fixed ticket #3229 (Segfault with goto):
2011-10-18 23:56:35 +02:00
mathlib.h
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
path.cpp
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
path.h
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
pcrerules.pri
put the rules logic in its own .pri file, and allow easier override
2011-08-18 15:42:19 -05:00
preprocessor.cpp
gcc: fixed compiler warnings/errors
2011-10-17 20:32:59 +02:00
preprocessor.h
Preprocessor: Started working on new preprocessing that uses -D information better. Ticket: #2131
2011-10-17 20:12:46 +02:00
settings.cpp
Fixed #2470 (False negative: Possible null pointer dereference (C++0x keyword 'nullptr'))
2011-10-16 12:54:58 +02:00
settings.h
Fixed #2470 (False negative: Possible null pointer dereference (C++0x keyword 'nullptr'))
2011-10-16 12:54:58 +02:00
suppressions.cpp
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
suppressions.h
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
symboldatabase.cpp
Borland: Fixed compiler errors
2011-10-16 07:52:54 +02:00
symboldatabase.h
fixed a few doxygen warnings
2011-10-16 17:16:07 +02:00
timer.cpp
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
timer.h
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
token.cpp
changed the astyle formatting flags
2011-10-13 20:53:06 +02:00
token.h
Token: Updated comments
2011-10-16 08:25:11 +02:00
tokenize.cpp
Fixed ticket #3229 (Segfault with goto):
2011-10-18 23:56:35 +02:00
tokenize.h
- Fixed mispelled function name;
2011-10-17 02:16:49 +02:00