forked from qt-creator/qt-creator
Clang: Fix build with clang-8
Clang-Tidy checks and Clazy flags updated. CLANG-UPGRADE-CHECK done. Change-Id: I1ca585c5c3c77a7f183719df9c262603150914e8 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -527,14 +527,14 @@ private:
|
||||
return;
|
||||
|
||||
m_options.append(CppTools::XclangArgs({"-add-plugin",
|
||||
"clang-lazy",
|
||||
"-plugin-arg-clang-lazy",
|
||||
"clazy",
|
||||
"-plugin-arg-clazy",
|
||||
"enable-all-fixits",
|
||||
"-plugin-arg-clang-lazy",
|
||||
"-plugin-arg-clazy",
|
||||
"no-autowrite-fixits",
|
||||
"-plugin-arg-clang-lazy",
|
||||
"-plugin-arg-clazy",
|
||||
checks,
|
||||
"-plugin-arg-clang-lazy",
|
||||
"-plugin-arg-clazy",
|
||||
"ignore-included-files"}));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user