https://bugs.kde.org/show_bug.cgi?id=389473
Bug ID: 389473 Summary: Clang plugin error with latest versions Product: clazy Version: unspecified Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: unassigned-b...@kde.org Reporter: jetr...@sbcglobal.net CC: smart...@kde.org Target Milestone: --- Clazy 1.3 with Clang 7.0 produces a plugin-related error when I try to run using the non-standalone (i.e. QMAKE_CXX=clazy) version: clazy -c -pipe -O2 -std=c++1y -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/home/jet/Qt5.5.1.clang/include -I/home/jet/Qt5.5.1.clang/include/QtGui -I/home/jet/Qt5.5.1.clang/include/QtCore -I. -I/home/jet/Qt5.5.1.clang/mkspecs/linux-clang -o foo.o ../../foo.cpp : CommandLine Error: Option 'static-func-full-module-prefix' registered more than once! fatal error: error in backend: inconsistency in registered CommandLine options clang-7.0: error: clang frontend command failed with exit code 70 (use -v to see invocation) Clang runs fine on its own. -- You are receiving this mail because: You are watching all bug changes.