Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.9.0-beta2
-
b6346369eb9c4b10ea6ca7735b58cd1c6cf73074 (qt-creator/qt-creator/4.10)
Description
Then select menu "Analize" - "Clang-Tidy and Clazy", and then some "Diagnostic configuration" and press "Analyse" - the process started and finished with message like "Clang-Tidy and Clazy finished: Processed xxx files successfully, 0 failed."
But there is no any line of diagnostic message in window "Clang-Tidy and Clazy".
On small projects diagnostic messages are present ok, but on hudreds files are nothing.
Is diagnostics crash or produce too many errors ?
Files in editior are contains diagnistics messages for example^ "warning: inclusion of deprecated C++ header 'inttypes.h'; consider using 'cinttypes' instead" so my code contains warnings, and they must be in "Clang-Tidy and Clazy" window after full analize.