.. |
CMakeLists.txt
|
Fixed #7660 (cmake build does not handle simplecpp)
|
2016-08-06 18:21:54 +02:00 |
analyzerinfo.cpp
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
analyzerinfo.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
astutils.cpp
|
Fixed #8037 (ValueFlow: global variable might be modified by function call)
|
2017-07-09 12:50:17 +02:00 |
astutils.h
|
Fixed #8037 (ValueFlow: global variable might be modified by function call)
|
2017-07-09 12:50:17 +02:00 |
check.cpp
|
Refactor and rename CHECK_WRONG_DATA
|
2017-06-05 18:41:15 +02:00 |
check.h
|
Refactor and rename CHECK_WRONG_DATA
|
2017-06-05 18:41:15 +02:00 |
check64bit.cpp
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
check64bit.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkassert.cpp
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkassert.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkautovariables.cpp
|
Don't cast bool to bool
|
2017-06-01 01:49:40 +03:00 |
checkautovariables.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkbool.cpp
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkbool.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkboost.cpp
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkboost.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkbufferoverrun.cpp
|
Fix warnings
|
2017-07-17 10:13:11 +03:00 |
checkbufferoverrun.h
|
astyle formatting
|
2017-05-28 15:56:26 +02:00 |
checkclass.cpp
|
Added test cases for catching when assignment comes after an operator, compound assignment, or comparison for ticket #7429 and fixed the tests.
|
2017-05-28 16:00:06 +02:00 |
checkclass.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkcondition.cpp
|
Fixed #7028 (False positive: opposite conditions (const method modifies variable))
|
2017-07-10 23:12:45 +02:00 |
checkcondition.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkexceptionsafety.cpp
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkexceptionsafety.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkfunctions.cpp
|
Fixed #8022 (DacaWrongData: checkIgnoredReturnValue, hana)
|
2017-06-10 08:23:26 +02:00 |
checkfunctions.h
|
astyle formatting
|
2017-05-28 15:56:26 +02:00 |
checkinternal.cpp
|
Spelling fixes
|
2017-05-30 08:03:15 +03:00 |
checkinternal.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkio.cpp
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkio.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkleakautovar.cpp
|
Fixed #8040 (False positive resourceLeak - handle assigned to class instead of scalar)
|
2017-07-08 22:28:31 +02:00 |
checkleakautovar.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkmemoryleak.cpp
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkmemoryleak.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checknullpointer.cpp
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checknullpointer.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkother.cpp
|
Set struct size cutoff in passedByValue check to 2*sizeof_pointer
|
2017-06-06 08:48:11 +02:00 |
checkother.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkpostfixoperator.cpp
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkpostfixoperator.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checksizeof.cpp
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checksizeof.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkstl.cpp
|
ENH: perfomance: using clear() and empty() more faster for stl containers
|
2017-06-02 22:38:00 +04:00 |
checkstl.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkstring.cpp
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkstring.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checktype.cpp
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checktype.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkuninitvar.cpp
|
Fixed #6246 (Defect: False positive due to ignoring struct initialisation when nested in a loop and assigned to a member)
|
2017-06-30 13:41:19 +02:00 |
checkuninitvar.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkunusedfunctions.cpp
|
ENH: perfomance: using clear() and empty() more faster for stl containers
|
2017-06-02 22:38:00 +04:00 |
checkunusedfunctions.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkunusedvar.cpp
|
Fixed #5619 (false positive: unusedVariable - array accessed by pointer variable only)
|
2017-07-09 11:19:00 +02:00 |
checkunusedvar.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkvaarg.cpp
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkvaarg.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
config.h
|
Removed non-standard code annotations with __attribute__
|
2016-01-09 09:33:56 +01:00 |
cppcheck.cpp
|
CppCheck: make sure preprocessor syntax errors are reported
|
2017-05-28 20:34:58 +02:00 |
cppcheck.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
cppcheck.natvis
|
Added cppcheck.natvis file for human readable debug information in Visual Studio.
|
2017-01-22 10:21:29 +01:00 |
cppcheck.vcxproj
|
Updated Visual Studio solution to VS2017.
|
2017-05-14 10:04:25 +02:00 |
cppcheck.vcxproj.filters
|
Fixed travis build by replacing Token::Match by simpleMatch()
|
2017-03-16 21:15:10 +01:00 |
cxx11emu.h
|
Update copyright year to 2007-2016.
|
2016-01-01 15:34:45 +02:00 |
errorlogger.cpp
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
errorlogger.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
importproject.cpp
|
importSln: Handle absolute paths for vcxproj
|
2017-07-10 11:12:48 +02:00 |
importproject.h
|
import solution: Support system environment variables
|
2017-06-27 12:41:25 +02:00 |
lib.pri
|
Added --cppcheck-build-dir flag
|
2016-10-29 12:18:11 +02:00 |
library.cpp
|
ENH: perfomance: using clear() and empty() more faster for stl containers
|
2017-06-02 22:38:00 +04:00 |
library.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
matchcompiler.h
|
Update copyright year to 2007-2016.
|
2016-01-01 15:34:45 +02:00 |
mathlib.cpp
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
mathlib.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
path.cpp
|
Add OpenCL support
|
2017-06-22 17:34:07 -07:00 |
path.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
pathmatch.cpp
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
pathmatch.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
pcrerules.pri
|
…
|
|
platform.cpp
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
platform.h
|
Add missing types to Platform::platformString(). Add another pattern to Tokenizer::findGarbageCode() to avoid potential crash in Valueflow
|
2017-06-06 22:15:11 +02:00 |
preprocessor.cpp
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
preprocessor.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
settings.cpp
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
settings.h
|
#define HIDE_WRONG_DATA to get release mode build (hiding crashes on invalid AST/symboldatabase). Fix doxygen syntax.
|
2017-06-01 23:38:02 +02:00 |
standards.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
suppressions.cpp
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
suppressions.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
symboldatabase.cpp
|
Fix #8020 (ValueType: no value type for iterator + constant)
|
2017-07-16 11:27:32 -04:00 |
symboldatabase.h
|
Don't cast bool to bool
|
2017-06-01 01:49:40 +03:00 |
templatesimplifier.cpp
|
Fixed #6570 (False positive unusedFunction - function called from within template function)
|
2017-06-30 14:34:28 +02:00 |
templatesimplifier.h
|
TemplateSimplifier: Broke out code into separate function
|
2017-06-08 00:16:43 +02:00 |
timer.cpp
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
timer.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
token.cpp
|
astyle formatting
|
2017-07-21 09:17:25 +02:00 |
token.h
|
Don't cast bool to bool
|
2017-06-01 01:49:40 +03:00 |
tokenize.cpp
|
Fixed #8059 (Tokenizer::simplifyWhile0: for loop that modifies local variable)
|
2017-07-09 22:44:10 +02:00 |
tokenize.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
tokenlist.cpp
|
AST: Better handling of C++11 initializer lists
|
2017-06-09 22:35:46 +02:00 |
tokenlist.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
utils.h
|
Fix warnings
|
2017-07-17 10:13:11 +03:00 |
valueflow.cpp
|
Fixed #8037 (ValueFlow: global variable might be modified by function call)
|
2017-07-09 12:50:17 +02:00 |
valueflow.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
version.h
|
Set version to 1.79.99/1.80 dev
|
2017-05-14 10:07:38 +02:00 |
version.rc
|
…
|
|