Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.15.0
-
None
-
6f5e20bf6419899238f9b8283b6463a323f5c12b (qt-creator/qt-creator/5.0)
Description
the "diagnostic configuration" allows users to add options to clang-tidy passes (select pass -> "options" -> add key/value pair.
however this option doesn't seem to be applied. e.g. if i add `AllowedTypes` value to `performance-unnecessary-copy-initialisation` with a type that i want to exclude, i still get warnings with exactly this type.