forked from qt-creator/qt-creator
ClangTools: Fix incompatible class/struct forward-declarations
Amends 5dec97ea41
.
Change-Id: I87209ee35fd4f13654a34be57f5bb1e69c1b12b0
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
184fac8a27
commit
dbfdcbad0c
@@ -20,7 +20,7 @@ namespace Utils { class TaskTree; }
|
|||||||
namespace ClangTools {
|
namespace ClangTools {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|
||||||
class AnalyzeOutputData;
|
struct AnalyzeOutputData;
|
||||||
class ClangTool;
|
class ClangTool;
|
||||||
class ProjectBuilder;
|
class ProjectBuilder;
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@ namespace Utils { class TaskTree; }
|
|||||||
namespace ClangTools {
|
namespace ClangTools {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|
||||||
class AnalyzeOutputData;
|
struct AnalyzeOutputData;
|
||||||
class DiagnosticMark;
|
class DiagnosticMark;
|
||||||
|
|
||||||
class DocumentClangToolRunner : public QObject
|
class DocumentClangToolRunner : public QObject
|
||||||
|
Reference in New Issue
Block a user