.. |
CMakeLists.txt
|
Determination of rule support in CMake scripts (bug #2679, #2524)
|
2011-04-02 13:25:18 +02:00 |
check.h
|
Inconclusive checking: Report inconclusive errors with reportInconclusiveError. It takes the same parameters as reportError.
|
2011-04-14 18:02:01 +02:00 |
checkautovariables.cpp
|
refactor symbol database and checks to use list of Scope rather than list of Scope pointers
|
2011-03-10 19:43:29 -05:00 |
checkautovariables.h
|
…
|
|
checkbufferoverrun.cpp
|
Renamed Settings::stupid to Settings::experimental
|
2011-04-10 15:55:08 +02:00 |
checkbufferoverrun.h
|
…
|
|
checkclass.cpp
|
run astyle
|
2011-04-20 19:07:28 -04:00 |
checkclass.h
|
change CheckClass::operatorEqToSelf to make better use of the symbol database
|
2011-03-31 19:53:35 -04:00 |
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkmemoryleak.cpp
|
Memory leaks: Fixed TODO test case. Ticket: #2733
|
2011-04-20 17:16:09 +02:00 |
checkmemoryleak.h
|
Fixed #2662 (Segfault: overloaded function call function with same name)
|
2011-03-23 18:45:47 +01:00 |
checknullpointer.cpp
|
Refactoring: Use %op%
|
2011-04-09 18:44:07 +02:00 |
checknullpointer.h
|
…
|
|
checkobsoletefunctions.cpp
|
…
|
|
checkobsoletefunctions.h
|
Obsolete functions: Fix messages for gethostbyaddr, gethostbyname
|
2011-04-07 00:33:54 +02:00 |
checkother.cpp
|
astyle formatting
|
2011-04-20 06:41:26 +02:00 |
checkother.h
|
add check for same expression on both sides of an operator (part of #2700)
|
2011-04-10 10:25:02 -04:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checkstl.cpp
|
Spell checks
|
2011-03-30 16:45:31 +02:00 |
checkstl.h
|
add support for checking struct/class member container in CheckStl::size()
|
2011-03-28 19:31:23 -04:00 |
checkuninitvar.cpp
|
CheckUninitVar: Use %op%
|
2011-04-10 11:28:18 +02:00 |
checkuninitvar.h
|
…
|
|
checkunusedfunctions.cpp
|
Inconclusive checking: Report inconclusive errors with reportInconclusiveError. It takes the same parameters as reportError.
|
2011-04-14 18:02:01 +02:00 |
checkunusedfunctions.h
|
…
|
|
cppcheck.cpp
|
Inconclusive checking: Report inconclusive errors with reportInconclusiveError. It takes the same parameters as reportError.
|
2011-04-14 18:02:01 +02:00 |
cppcheck.h
|
…
|
|
errorlogger.cpp
|
ErrorLogger: Refactoring/fixing the serializer/deserializer for inconclusive messages
|
2011-04-16 13:42:48 +02:00 |
errorlogger.h
|
Inconclusive checking: Report inconclusive errors with reportInconclusiveError. It takes the same parameters as reportError.
|
2011-04-14 18:02:01 +02:00 |
executionpath.cpp
|
…
|
|
executionpath.h
|
…
|
|
lib.pri
|
…
|
|
library_sources.cmake
|
Added CMake files
|
2011-03-25 07:14:53 +01:00 |
mathlib.cpp
|
…
|
|
mathlib.h
|
…
|
|
path.cpp
|
Improve/cleanup Path::removeQuotationMarks().
|
2011-03-30 21:46:41 +03:00 |
path.h
|
Add Path::removeQuotationMarks() to clean path.
|
2011-03-28 22:14:19 +03:00 |
preprocessor.cpp
|
Fixed #2676 (setVarId: variables with global scope qualification :: don't get varids)
|
2011-04-18 06:56:39 +02:00 |
preprocessor.h
|
fixed doxygen warnings about undocumented function parameters
|
2011-03-31 19:16:43 +02:00 |
settings.cpp
|
Renamed Settings::stupid to Settings::experimental
|
2011-04-10 15:55:08 +02:00 |
settings.h
|
Renamed Settings::stupid to Settings::experimental
|
2011-04-10 15:55:08 +02:00 |
symboldatabase.cpp
|
Inconclusive checking: Report inconclusive errors with reportInconclusiveError. It takes the same parameters as reportError.
|
2011-04-14 18:02:01 +02:00 |
symboldatabase.h
|
symbol database: improve function argument count and default argument count
|
2011-03-30 21:59:43 -04:00 |
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
Fixed #2676 (setVarId: variables with global scope qualification :: don't get varids)
|
2011-04-18 06:56:39 +02:00 |
token.h
|
Refactoring: add Token::isAssignmentOp and use it in CheckClass::checkConstFunc
|
2011-04-09 14:36:05 -04:00 |
tokenize.cpp
|
fix #2738 (syntax error on valid code)
|
2011-04-20 19:09:28 -04:00 |
tokenize.h
|
Fixed #2713 (False positive (Redundant assignment))
|
2011-04-16 12:07:56 +02:00 |