.. |
CMakeLists.txt
|
some small cleanups and refactorings (#4488)
|
2022-09-24 11:59:13 +02:00 |
analyzer.h
|
…
|
|
analyzerinfo.cpp
|
Fix sense of test (.analyzerinfo files get placed in wrong directory) (#4486)
|
2022-09-21 17:38:23 +02:00 |
analyzerinfo.h
|
…
|
|
astutils.cpp
|
return `SmallVector` from `followAllReferences()` (#3925)
|
2022-09-29 21:41:32 +02:00 |
astutils.h
|
astutils.h: use pre-sized SmallVector in visitAstNodes() (#3919)
|
2022-09-29 21:52:42 +02:00 |
calculate.h
|
…
|
|
check.cpp
|
iwyu.yml: use `debian:unstable` to always get latest include-what-you-use / cleaned up includes (#4466)
|
2022-09-16 07:15:49 +02:00 |
check.h
|
mitigated some clang-tidy warnings in headers (#4472)
|
2022-09-16 18:59:15 +02:00 |
check64bit.cpp
|
…
|
|
check64bit.h
|
…
|
|
checkassert.cpp
|
…
|
|
checkassert.h
|
…
|
|
checkautovariables.cpp
|
Fix #10993 danglingTemporaryLifetime reported in two different locati… (#4462)
|
2022-09-14 07:28:04 +02:00 |
checkautovariables.h
|
Fix #10993 danglingTemporaryLifetime reported in two different locati… (#4462)
|
2022-09-14 07:28:04 +02:00 |
checkbool.cpp
|
…
|
|
checkbool.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
…
|
|
checkbufferoverrun.h
|
…
|
|
checkclass.cpp
|
Fix FP with std::array (#4497)
|
2022-09-23 20:18:49 +02:00 |
checkclass.h
|
Fix #1655 wrong usage of std::string in memcpy (#4460)
|
2022-09-13 15:14:25 +02:00 |
checkcondition.cpp
|
Fix duplicateConditionalAssign FP (#4484)
|
2022-09-20 21:57:27 +02:00 |
checkcondition.h
|
Fix #9406 FN redundant assignment of Boolean variable (#4482)
|
2022-09-20 07:30:12 +02:00 |
checkexceptionsafety.cpp
|
Typos fix (#4509)
|
2022-09-27 06:48:06 +02:00 |
checkexceptionsafety.h
|
…
|
|
checkfunctions.cpp
|
Fix #9653 FP leakReturnValNotUsed although (void) is specified (#4431)
|
2022-09-27 20:09:04 +02:00 |
checkfunctions.h
|
…
|
|
checkinternal.cpp
|
…
|
|
checkinternal.h
|
cleaned up includes based on include-what-you-use (#4502)
|
2022-09-25 09:20:34 +02:00 |
checkio.cpp
|
iwyu.yml: use `debian:unstable` to always get latest include-what-you-use / cleaned up includes (#4466)
|
2022-09-16 07:15:49 +02:00 |
checkio.h
|
…
|
|
checkleakautovar.cpp
|
replaced `static const`/fixed `std::vector` containers with `std::array` (#4440)
|
2022-09-27 20:06:15 +02:00 |
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
Fix leakNoVarFunctionCall FP (#4523)
|
2022-09-29 21:58:11 +02:00 |
checkmemoryleak.h
|
Fix #9653 FP leakReturnValNotUsed although (void) is specified (#4431)
|
2022-09-27 20:09:04 +02:00 |
checknullpointer.cpp
|
some small cleanups and refactorings (#4488)
|
2022-09-24 11:59:13 +02:00 |
checknullpointer.h
|
…
|
|
checkother.cpp
|
Fix #10057 "statement without effect" / #4779 FN unusedScopedObject does not work for classes in different namespace (#4500)
|
2022-09-24 12:49:37 +02:00 |
checkother.h
|
Fix 9755: false negative: access of moved variable in conditional code (#4459)
|
2022-09-11 12:32:01 +02:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
…
|
|
checksizeof.h
|
…
|
|
checkstl.cpp
|
…
|
|
checkstl.h
|
…
|
|
checkstring.cpp
|
…
|
|
checkstring.h
|
…
|
|
checktype.cpp
|
iwyu.yml: use `debian:unstable` to always get latest include-what-you-use / cleaned up includes (#4466)
|
2022-09-16 07:15:49 +02:00 |
checktype.h
|
…
|
|
checkuninitvar.cpp
|
some small cleanups and refactorings (#4488)
|
2022-09-24 11:59:13 +02:00 |
checkuninitvar.h
|
…
|
|
checkunusedfunctions.cpp
|
avoid some unnecessary object creations and copies (#4493)
|
2022-09-29 21:47:17 +02:00 |
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
Fix #11315 FP zerodivcond from enum definition / #11310 FP unassignedVariable with static variable (#4476)
|
2022-09-17 18:50:07 +02:00 |
checkunusedvar.h
|
…
|
|
checkvaarg.cpp
|
iwyu.yml: use `debian:unstable` to always get latest include-what-you-use / cleaned up includes (#4466)
|
2022-09-16 07:15:49 +02:00 |
checkvaarg.h
|
…
|
|
clangimport.cpp
|
mitigated and enabled more clang-tidy warnings (#4470)
|
2022-09-16 18:58:59 +02:00 |
clangimport.h
|
…
|
|
color.cpp
|
…
|
|
color.h
|
…
|
|
config.h
|
…
|
|
cppcheck.cpp
|
avoid some unnecessary object creations and copies (#4493)
|
2022-09-29 21:47:17 +02:00 |
cppcheck.h
|
cleaned up includes based on include-what-you-use (#4502)
|
2022-09-25 09:20:34 +02:00 |
cppcheck.natvis
|
…
|
|
cppcheck.vcxproj
|
…
|
|
cppcheck.vcxproj.filters
|
…
|
|
ctu.cpp
|
iwyu.yml: use `debian:unstable` to always get latest include-what-you-use / cleaned up includes (#4466)
|
2022-09-16 07:15:49 +02:00 |
ctu.h
|
mitigated some clang-tidy warnings in headers (#4472)
|
2022-09-16 18:59:15 +02:00 |
errorlogger.cpp
|
iwyu.yml: use `debian:unstable` to always get latest include-what-you-use / cleaned up includes (#4466)
|
2022-09-16 07:15:49 +02:00 |
errorlogger.h
|
avoid some unnecessary object creations and copies (#4493)
|
2022-09-29 21:47:17 +02:00 |
errortypes.cpp
|
…
|
|
errortypes.h
|
…
|
|
forwardanalyzer.cpp
|
avoid some unnecessary object creations and copies (#4493)
|
2022-09-29 21:47:17 +02:00 |
forwardanalyzer.h
|
…
|
|
importproject.cpp
|
iwyu.yml: use `debian:unstable` to always get latest include-what-you-use / cleaned up includes (#4466)
|
2022-09-16 07:15:49 +02:00 |
importproject.h
|
fixed and enabled some Clang compiler warnings (#4517)
|
2022-09-29 21:59:02 +02:00 |
infer.cpp
|
…
|
|
infer.h
|
…
|
|
lib.pri
|
…
|
|
library.cpp
|
avoid some unnecessary object creations and copies (#4493)
|
2022-09-29 21:47:17 +02:00 |
library.h
|
avoid some unnecessary object creations and copies (#4493)
|
2022-09-29 21:47:17 +02:00 |
matchcompiler.h
|
…
|
|
mathlib.cpp
|
…
|
|
mathlib.h
|
…
|
|
path.cpp
|
iwyu.yml: use `debian:unstable` to always get latest include-what-you-use / cleaned up includes (#4466)
|
2022-09-16 07:15:49 +02:00 |
path.h
|
…
|
|
pathanalysis.cpp
|
…
|
|
pathanalysis.h
|
…
|
|
pathmatch.cpp
|
…
|
|
pathmatch.h
|
…
|
|
pcrerules.pri
|
…
|
|
platform.cpp
|
…
|
|
platform.h
|
…
|
|
precompiled.h
|
…
|
|
preprocessor.cpp
|
replaced `static const`/fixed `std::vector` containers with `std::array` (#4440)
|
2022-09-27 20:06:15 +02:00 |
preprocessor.h
|
…
|
|
programmemory.cpp
|
…
|
|
programmemory.h
|
mitigated some clang-tidy warnings in headers (#4472)
|
2022-09-16 18:59:15 +02:00 |
reverseanalyzer.cpp
|
…
|
|
reverseanalyzer.h
|
…
|
|
settings.cpp
|
…
|
|
settings.h
|
…
|
|
smallvector.h
|
return `SmallVector` from `followAllReferences()` (#3925)
|
2022-09-29 21:41:32 +02:00 |
sourcelocation.h
|
lib/sourcelocation.h: add missing <cstdint> include (#4474)
|
2022-09-16 21:36:37 +02:00 |
standards.h
|
…
|
|
summaries.cpp
|
iwyu.yml: use `debian:unstable` to always get latest include-what-you-use / cleaned up includes (#4466)
|
2022-09-16 07:15:49 +02:00 |
summaries.h
|
…
|
|
suppressions.cpp
|
iwyu.yml: use `debian:unstable` to always get latest include-what-you-use / cleaned up includes (#4466)
|
2022-09-16 07:15:49 +02:00 |
suppressions.h
|
mitigated some clang-tidy warnings in headers (#4472)
|
2022-09-16 18:59:15 +02:00 |
symboldatabase.cpp
|
avoid some unnecessary object creations and copies (#4493)
|
2022-09-29 21:47:17 +02:00 |
symboldatabase.h
|
mitigated some clang-tidy warnings in headers (#4472)
|
2022-09-16 18:59:15 +02:00 |
templatesimplifier.cpp
|
iwyu.yml: use `debian:unstable` to always get latest include-what-you-use / cleaned up includes (#4466)
|
2022-09-16 07:15:49 +02:00 |
templatesimplifier.h
|
…
|
|
timer.cpp
|
…
|
|
timer.h
|
fixed #11249 (potential hang with -j and --showtime= when using threads) - synchronized access to `TimerResults::mResults` / added TSAN to CI (#4355)
|
2022-08-23 20:30:45 +02:00 |
token.cpp
|
Typos fix (#4509)
|
2022-09-27 06:48:06 +02:00 |
token.h
|
mitigated some clang-tidy warnings in headers (#4472)
|
2022-09-16 18:59:15 +02:00 |
tokenize.cpp
|
Fix #11332 Function::addArguments found argument 'b' with varid 0 wit… (#4506)
|
2022-09-26 18:21:21 +02:00 |
tokenize.h
|
…
|
|
tokenlist.cpp
|
Fix #10839 internalAstError with function returning a function (#4514)
|
2022-09-29 21:56:26 +02:00 |
tokenlist.h
|
mitigated some clang-tidy warnings in headers (#4472)
|
2022-09-16 18:59:15 +02:00 |
tokenrange.h
|
cleaned up includes based on include-what-you-use (#4502)
|
2022-09-25 09:20:34 +02:00 |
utils.cpp
|
…
|
|
utils.h
|
replaced `static const`/fixed `std::vector` containers with `std::array` (#4440)
|
2022-09-27 20:06:15 +02:00 |
valueflow.cpp
|
avoid some unnecessary object creations and copies (#4493)
|
2022-09-29 21:47:17 +02:00 |
valueflow.h
|
cleaned up includes based on include-what-you-use (#4502)
|
2022-09-25 09:20:34 +02:00 |
valueptr.h
|
cleaned up includes based on include-what-you-use (#4502)
|
2022-09-25 09:20:34 +02:00 |
version.h
|
added missing version bumps to 2.10 (#4420)
|
2022-09-09 21:02:04 +02:00 |
version.rc
|
…
|
|