.. |
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
|
Fixed #6930 (Token: need function that says if the token comes from instantiated template argument)
|
2018-01-11 09:41:22 +01:00 |
astutils.h
|
Refactoring, reuse and improve isVariableChangedByFunction()
|
2017-11-18 11:02:52 +01:00 |
check.cpp
|
Use nullptr instead of 0 or NULL (#936)
|
2017-08-09 20:00:26 +02:00 |
check.h
|
Fixed #7502 (Correct exit code if never used function is found) (#1026)
|
2018-01-12 08:24:01 +01: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
|
Fixed crash on garbage code (#8317)
|
2018-01-07 12:52:28 +01: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
|
Fixed #7502 (Correct exit code if never used function is found) (#1026)
|
2018-01-12 08:24:01 +01:00 |
checkbufferoverrun.h
|
Fixed #7502 (Correct exit code if never used function is found) (#1026)
|
2018-01-12 08:24:01 +01:00 |
checkclass.cpp
|
Fixed #7987 (FP copyCtorAndEqOperator - class with a move constructor and move assignment operator)
|
2017-12-23 10:35:14 +01:00 |
checkclass.h
|
changed id for new checker to unsafeClassDivZero
|
2017-10-21 21:45:04 +02:00 |
checkcondition.cpp
|
Omit unneeded computations
|
2017-12-26 02:07:24 +03:00 |
checkcondition.h
|
Fixed #8250 (New check: Pointer calculation result cant be NULL unless there is overflow)
|
2017-10-22 14:32:54 +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
|
Fixed #8263 (check-library incorrectly reports missing configuration for case when value is in parentheses)
|
2017-11-17 22:10:39 +01:00 |
checkfunctions.h
|
astyle formatting
|
2017-05-28 15:56:26 +02:00 |
checkinternal.cpp
|
oops, remove some leftover commented-out debug code and run astyle.
|
2018-01-01 05:04:59 +01:00 |
checkinternal.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkio.cpp
|
astyle formatting
|
2017-11-27 23:32:20 +01:00 |
checkio.h
|
Remove duplicate error reporting function
|
2017-11-14 21:46:17 +03:00 |
checkleakautovar.cpp
|
Fix for conditional memory allocation inside if-condition (#986)
|
2017-10-26 19:11:00 +02:00 |
checkleakautovar.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkmemoryleak.cpp
|
Reorder checks, remove duplicate check
|
2017-12-20 13:16:59 +03:00 |
checkmemoryleak.h
|
Use nullptr instead of 0 or NULL (#936)
|
2017-08-09 20:00:26 +02:00 |
checknullpointer.cpp
|
Remove redundant parts of conditional expressions (#988)
|
2017-11-03 10:39:57 +01:00 |
checknullpointer.h
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
checkother.cpp
|
CheckOther::accessMovedError() / accessMoved, accessForwarded warnings: put variable name into single quotes.
|
2018-01-07 10:57:19 +01:00 |
checkother.h
|
Add errorpath for accessMoved message
|
2017-10-10 15:49:15 +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
|
Only check pointer that can be null at that point
|
2017-10-14 19:09:42 +03:00 |
checksizeof.h
|
Name all params (#956)
|
2017-09-07 12:59:53 +02:00 |
checkstl.cpp
|
Function isIterator() did not to set returned parameter always
|
2018-01-12 09:36:14 +01:00 |
checkstl.h
|
#6572 False positive eraseDereference - in iterator class - flag error inconclusive if iterator is not STL type
|
2018-01-10 09:37:21 +01:00 |
checkstring.cpp
|
Try again to clarify warning message for new strcmp() checker
|
2017-12-13 15:28:50 +01:00 |
checkstring.h
|
Try again to clarify warning message for new strcmp() checker
|
2017-12-13 15:28:50 +01:00 |
checktype.cpp
|
Use MathLib::bigint_bits
|
2017-10-21 22:08:34 +02:00 |
checktype.h
|
checkTooBigBitwiseShift: Separate id for signed shift overflow
|
2017-09-19 09:21:20 +02:00 |
checkuninitvar.cpp
|
Fixed #4903 (Improve check: allocated but not initialized (condition))
|
2018-01-02 23:20:46 +01:00 |
checkuninitvar.h
|
Fixed #7663 (False positive: uninitialized variable (multi variables in inner scopes))
|
2017-09-07 23:08:55 +02:00 |
checkunusedfunctions.cpp
|
Fixed #7502 (Correct exit code if never used function is found) (#1026)
|
2018-01-12 08:24:01 +01:00 |
checkunusedfunctions.h
|
Fixed #7502 (Correct exit code if never used function is found) (#1026)
|
2018-01-12 08:24:01 +01:00 |
checkunusedvar.cpp
|
Fixed #6508 (False positive unusedStructMember - brace initializer)
|
2017-11-12 22:33:17 +01: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
|
Fixed #7502 (Correct exit code if never used function is found) (#1026)
|
2018-01-12 08:24:01 +01:00 |
cppcheck.h
|
Fixed #7502 (Correct exit code if never used function is found) (#1026)
|
2018-01-12 08:24:01 +01: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
|
also generate debug information when building for release. This makes (#1003)
|
2017-11-29 08:31:30 +01: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
|
astyle formatting
|
2017-12-26 22:12:30 +01:00 |
importproject.h
|
Fix define parsing from compile_command.json (#1013)
|
2017-12-26 13:04:27 +01:00 |
lib.pri
|
Added --cppcheck-build-dir flag
|
2016-10-29 12:18:11 +02:00 |
library.cpp
|
Revert changes I committed by mistake
|
2017-10-11 17:15:28 +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
|
Add an ability to use address sanitizer (#979)
|
2017-10-21 21:04:14 +02:00 |
mathlib.h
|
Fix compiler errors
|
2017-10-20 17:38:15 +02:00 |
path.cpp
|
#8240 Fix test error due to path handling
|
2017-10-11 08:45:29 +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
|
astyle formatting
|
2017-10-20 01:53:20 +02:00 |
preprocessor.cpp
|
remove outputlist since its not moved and all subfunction check for (#1001)
|
2017-11-29 08:29:19 +01: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
|
Fixed #8331 (stack overflow: daca: firefox-58.0b14) (#1027)
|
2018-01-12 08:19:21 +01:00 |
symboldatabase.h
|
Add support for simple c++ 11 type ailases like: using INT = int; (#1024)
|
2018-01-10 22:16:18 +01:00 |
templatesimplifier.cpp
|
Fixed #6930 (Token: need function that says if the token comes from instantiated template argument)
|
2018-01-11 09:41:22 +01:00 |
templatesimplifier.h
|
Fixed #7868 (TemplateSimplifier: template specialization fails)
|
2017-12-30 22:14:48 +01: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
|
Refactor Token::findClosingBracket()
|
2018-01-01 12:22:04 +01:00 |
token.h
|
Fixed #6930 (Token: need function that says if the token comes from instantiated template argument)
|
2018-01-11 09:41:22 +01:00 |
tokenize.cpp
|
Add support for simple c++ 11 type ailases like: using INT = int; (#1024)
|
2018-01-10 22:16:18 +01:00 |
tokenize.h
|
Refactoring: moved method from Tokenizer to TokenList
|
2018-01-07 14:07:34 +01:00 |
tokenlist.cpp
|
Refactoring: moved method from Tokenizer to TokenList
|
2018-01-07 14:07:34 +01:00 |
tokenlist.h
|
Refactoring: moved method from Tokenizer to TokenList
|
2018-01-07 14:07:34 +01:00 |
utils.h
|
Improved const correctness of local variables.
|
2017-10-01 14:24:37 +02:00 |
valueflow.cpp
|
ValueFlow: Template arguments have 'possible' values
|
2018-01-11 14:22:27 +01: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
|
Set version to 1.81.99/1.82 dev
|
2017-10-07 23:22:31 +02:00 |
version.rc
|
…
|
|