cppcheck/test/cfg
Valentin Batz 078e967ab2
qt library: Make Q_PROPERTY a variadic macro to avoid preprocessorErrorDirective (#5370)
Treat Q_PROPERTY as variadic macro to avoid preprocessorErrorDirective
with associative container templates itroducing a "," like for example
`QHash<QString, int>`. Using templates is totally fine in the context of
a moc compiler.

The macro Q_PROPERTY is defined as variadic in
qobjectdefs.h/qtmetaobject.h when not compiling using the moc compiler.

See following references:
* For Qt 5.15
https://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/kernel/qobjectdefs.h?h=5.15#n104
* For Qt 6.6
https://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/kernel/qtmetamacros.h?h=6.6#n5
2023-08-26 00:36:47 +02:00
..
boost.cpp fixed some CLion inspection warnings (#4688) 2023-04-28 16:02:41 +02:00
bsd.c Fix FN constVariablePointer (#5076) 2023-05-22 19:53:51 +02:00
cairo.c refs #11603 - deprecated `--enable=information` implicitly enabling `missingInclude` (#4865) 2023-03-09 20:04:20 +01:00
cppunit.cpp refs #11603 - deprecated `--enable=information` implicitly enabling `missingInclude` (#4865) 2023-03-09 20:04:20 +01:00
gnu.c Fix #11842 FN constParameterPointer with library function (#5257) 2023-08-05 18:48:43 +02:00
googletest.cpp refs #11603 - deprecated `--enable=information` implicitly enabling `missingInclude` (#4865) 2023-03-09 20:04:20 +01:00
gtk.c Fix #11842 FN constParameterPointer with library function (#5257) 2023-08-05 18:48:43 +02:00
kde.cpp Fix #11842 FN constParameterPointer with library function (#5257) 2023-08-05 18:48:43 +02:00
libcurl.c Fix #11842 FN constParameterPointer with library function (#5257) 2023-08-05 18:48:43 +02:00
libsigc++.cpp refs #11603 - deprecated `--enable=information` implicitly enabling `missingInclude` (#4865) 2023-03-09 20:04:20 +01:00
lua.c refs #11603 - deprecated `--enable=information` implicitly enabling `missingInclude` (#4865) 2023-03-09 20:04:20 +01:00
opencv2.cpp Fix #11842 FN constParameterPointer with library function (#5257) 2023-08-05 18:48:43 +02:00
openmp.c Fix #11842 FN constParameterPointer with library function (#5257) 2023-08-05 18:48:43 +02:00
openssl.c Fix #11842 FN constParameterPointer with library function (#5257) 2023-08-05 18:48:43 +02:00
posix.c Fix #11842 FN constParameterPointer with library function (#5257) 2023-08-05 18:48:43 +02:00
python.c Fix #11842 FN constParameterPointer with library function (#5257) 2023-08-05 18:48:43 +02:00
qt.cpp qt library: Make Q_PROPERTY a variadic macro to avoid preprocessorErrorDirective (#5370) 2023-08-26 00:36:47 +02:00
runtests.sh refs #11603 - deprecated `--enable=information` implicitly enabling `missingInclude` (#4865) 2023-03-09 20:04:20 +01:00
sqlite3.c Fix #11842 FN constParameterPointer with library function (#5257) 2023-08-05 18:48:43 +02:00
std.c Fix #11872 FN unusedVariable with multidimensional array (#5334) 2023-08-20 11:08:17 +02:00
std.cpp Fix #11881 FP returnStdMoveLocal / Fix FP incorrectStringBooleanError / Support std::string::starts/ends_with() (#5347) 2023-08-21 10:43:54 +02:00
windows.cpp Fix argument direction in windows.cfg, missing Qt macros (#5302) 2023-08-08 22:55:55 +02:00
wxwidgets.cpp Fix #11842 FN constParameterPointer with library function (#5257) 2023-08-05 18:48:43 +02:00