forked from qt-creator/qt-creator
Clang: Consolidate all ClangCompilerOptionsBuilder into one implementation
We used the same code in different but don't shared it. From a bug fixing perspective it's actually not that smart. Change-Id: Iaaffc883229e259ff77f95b5cf0a8f0d8b5117df Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -79,6 +79,7 @@ HEADERS += \
|
||||
compileroptionsbuilder.h \
|
||||
refactoringengineinterface.h \
|
||||
cppprojectfilecategorizer.h \
|
||||
clangcompileroptionsbuilder.h \
|
||||
cppprojectinterface.h \
|
||||
cppbaseprojectpartbuilder.h \
|
||||
|
||||
@@ -155,6 +156,7 @@ SOURCES += \
|
||||
compileroptionsbuilder.cpp \
|
||||
cppprojectfilecategorizer.cpp \
|
||||
cppbaseprojectpartbuilder.cpp \
|
||||
clangcompileroptionsbuilder.cpp
|
||||
|
||||
FORMS += \
|
||||
clangdiagnosticconfigswidget.ui \
|
||||
|
||||
Reference in New Issue
Block a user