cppcheck/lib
Daniel Marjamäki cebf34e718 1.81: Set versions 2017-10-07 12:55:36 +02:00
..
CMakeLists.txt Fixed #7660 (cmake build does not handle simplecpp) 2016-08-06 18:21:54 +02:00
analyzerinfo.cpp Removed XML version 1 2017-07-29 18:56:22 +02:00
analyzerinfo.h iwyu - include what you use 2017-05-27 04:33:47 +02:00
astutils.cpp Improve 'opposite inner condition' check 2017-09-22 14:01:20 +02:00
astutils.h Refactoring, reuse code to skip lambda functions 2017-08-29 22:35:55 +02:00
check.cpp Use nullptr instead of 0 or NULL (#936) 2017-08-09 20:00:26 +02:00
check.h Correctify explicit usage (#951) 2017-09-07 13:03:45 +02:00
check64bit.cpp Use nullptr instead of 0 or NULL (#936) 2017-08-09 20:00:26 +02:00
check64bit.h iwyu - include what you use 2017-05-27 04:33:47 +02:00
checkassert.cpp Refactoring: Use continue in loop 2017-07-26 21:13:49 +02:00
checkassert.h iwyu - include what you use 2017-05-27 04:33:47 +02:00
checkautovariables.cpp Don't use static where not needed (#952) 2017-09-07 13:01:07 +02:00
checkautovariables.h iwyu - include what you use 2017-05-27 04:33:47 +02:00
checkbool.cpp Modernize: make use of 'nullptr' and added a rule-file for finding non-nullptr (zero) initializations. 2017-07-28 15:20:43 +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 Use nullptr instead of 0 or NULL (#936) 2017-08-09 20:00:26 +02:00
checkbufferoverrun.cpp ValueFlow: Put 'inconclusive' state in the ValueKind. A value can't be both known and inconclusive. 2017-09-20 22:41:36 +02:00
checkbufferoverrun.h astyle formatting 2017-05-28 15:56:26 +02:00
checkclass.cpp Extract repeating checks, break loop early 2017-09-05 00:04:48 +03:00
checkclass.h Use nullptr instead of 0 or NULL (#936) 2017-08-09 20:00:26 +02:00
checkcondition.cpp Reduce duplication, omit building unneeded string 2017-09-18 03:06:35 +03:00
checkcondition.h Rephraze /Same/Identical/ 2017-09-08 12:41:33 +02:00
checkexceptionsafety.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
checkexceptionsafety.h Use nullptr instead of 0 or NULL (#936) 2017-08-09 20:00:26 +02:00
checkfunctions.cpp --check-library: Report unconfigured scoped functions also 2017-10-06 11:27:01 +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 Simplify code for finding string format token 2017-10-02 18:03:55 +03: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 Use nullptr instead of 0 or NULL (#936) 2017-08-09 20:00:26 +02:00
checkmemoryleak.h Use nullptr instead of 0 or NULL (#936) 2017-08-09 20:00:26 +02:00
checknullpointer.cpp ValueFlow: Put 'inconclusive' state in the ValueKind. A value can't be both known and inconclusive. 2017-09-20 22:41:36 +02:00
checknullpointer.h iwyu - include what you use 2017-05-27 04:33:47 +02:00
checkother.cpp Refactoring, use early continue in loop 2017-09-21 22:53:15 +02:00
checkother.h Use nullptr instead of 0 or NULL (#936) 2017-08-09 20:00:26 +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 Use nullptr instead of 0 or NULL (#936) 2017-08-09 20:00:26 +02:00
checksizeof.h Name all params (#956) 2017-09-07 12:59:53 +02:00
checkstl.cpp ValueFlow: Put 'inconclusive' state in the ValueKind. A value can't be both known and inconclusive. 2017-09-20 22:41:36 +02:00
checkstl.h Fixed #1693 (false negative: std::vector, negative index) 2017-08-22 11:04:02 +02:00
checkstring.cpp iwyu - include what you use 2017-05-27 04:33:47 +02:00
checkstring.h Use nullptr instead of 0 or NULL (#936) 2017-08-09 20:00:26 +02:00
checktype.cpp ValueFlow: Put 'inconclusive' state in the ValueKind. A value can't be both known and inconclusive. 2017-09-20 22:41:36 +02:00
checktype.h checkTooBigBitwiseShift: Separate id for signed shift overflow 2017-09-19 09:21:20 +02:00
checkuninitvar.cpp ValueFlow: Put 'inconclusive' state in the ValueKind. A value can't be both known and inconclusive. 2017-09-20 22:41:36 +02:00
checkuninitvar.h Fixed #7663 (False positive: uninitialized variable (multi variables in inner scopes)) 2017-09-07 23:08:55 +02:00
checkunusedfunctions.cpp Simplify code, read attribute once 2017-08-24 18:23:44 +03:00
checkunusedfunctions.h Name all params (#956) 2017-09-07 12:59:53 +02:00
checkunusedvar.cpp Cache and reuse values 2017-09-27 00:51:04 +03: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 bump simplecpp 2017-09-12 22:42:10 +02:00
cppcheck.h Fix doxygen comments 2017-08-21 21:13:01 +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 add "internalAstError" id so we can easily track ast errors on daca. 2017-09-05 22:49:16 +02:00
errorlogger.h add "internalAstError" id so we can easily track ast errors on daca. 2017-09-05 22:49:16 +02:00
importproject.cpp ImportProject: Macro names in visual studio solutions/projects are case insensitive 2017-09-24 22:36:20 +02:00
importproject.h Fix includes 2017-09-30 12:45:25 +02:00
lib.pri Added --cppcheck-build-dir flag 2016-10-29 12:18:11 +02:00
library.cpp Fixed #8208 (CheckCondition: Use Library to determine if function is const) 2017-09-08 18:08:32 +02:00
library.h --check-library: improved function name output 2017-10-05 21:50:24 +02:00
matchcompiler.h Update copyright year to 2007-2016. 2016-01-01 15:34:45 +02:00
mathlib.cpp Use nullptr instead of 0 or NULL (#936) 2017-08-09 20:00:26 +02:00
mathlib.h iwyu - include what you use 2017-05-27 04:33:47 +02:00
path.cpp Code cleanup 2017-10-06 22:45:37 +02:00
path.h pull request for ticket 8180 (better diagnostic output for bailouts) (#964) 2017-10-05 23:03:13 +02:00
pathmatch.cpp GUI: Rename methods in FileList and PathMatch 2017-07-28 10:55:51 +02:00
pathmatch.h GUI: Rename methods in FileList and PathMatch 2017-07-28 10:55:51 +02:00
pcrerules.pri
platform.cpp Fix GCC compiler warning about missing enum constant PlatformFile in switch 2017-08-12 00:17:55 +02:00
platform.h Removed hard coded avr8 platform and moved it into a platform file (avr8.xml). 2017-08-09 11:58:27 +02:00
preprocessor.cpp bump simplecpp 2017-09-12 22:42:10 +02:00
preprocessor.h Correctify explicit usage (#951) 2017-09-07 13:03:45 +02:00
settings.cpp ValueFlow: Put 'inconclusive' state in the ValueKind. A value can't be both known and inconclusive. 2017-09-20 22:41:36 +02:00
settings.h GUI: save dumpfiles in buildDir if possible 2017-08-03 22:54:38 +02:00
standards.h Added C++14 option 2017-09-22 22:00:00 +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 missed simplification in parsing of std function declaration resulted in (#967) 2017-10-03 22:10:13 +02:00
symboldatabase.h Unify variable names 2017-09-15 00:44:59 +03:00
templatesimplifier.cpp Use nullptr instead of 0 or NULL (#936) 2017-08-09 20:00:26 +02:00
templatesimplifier.h TemplateSimplifier: Broke out code into separate function 2017-06-08 00:16:43 +02:00
timer.cpp Remove and disallow unused copy constructor 2017-08-23 17:54:20 +03:00
timer.h Remove and disallow unused copy constructor 2017-08-23 17:54:20 +03:00
token.cpp ValueFlow: Put 'inconclusive' state in the ValueKind. A value can't be both known and inconclusive. 2017-09-20 22:41:36 +02:00
token.h Refactor Token::deleteThis() 2017-08-25 23:30:04 +02:00
tokenize.cpp missed simplification in parsing of std function declaration resulted in (#967) 2017-10-03 22:10:13 +02:00
tokenize.h missed simplification in parsing of std function declaration resulted in (#967) 2017-10-03 22:10:13 +02:00
tokenlist.cpp missed simplification in parsing of std function declaration resulted in (#967) 2017-10-03 22:10:13 +02:00
tokenlist.h missed simplification in parsing of std function declaration resulted in (#967) 2017-10-03 22:10:13 +02:00
utils.h Improved const correctness of local variables. 2017-10-01 14:24:37 +02:00
valueflow.cpp pull request for ticket 8180 (better diagnostic output for bailouts) (#964) 2017-10-05 23:03:13 +02:00
valueflow.h ValueFlow: Put 'inconclusive' state in the ValueKind. A value can't be both known and inconclusive. 2017-09-20 22:41:36 +02:00
version.h 1.81: Set versions 2017-10-07 12:55:36 +02:00
version.rc