forked from qt-creator/qt-creator
Some cleanup in the diagnostic client.
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
#include "CPlusPlusForwardDeclarations.h"
|
||||
#include "ASTfwd.h"
|
||||
#include "Token.h"
|
||||
#include "DiagnosticClient.h"
|
||||
#include <cstdio>
|
||||
#include <vector>
|
||||
|
||||
@@ -108,6 +109,9 @@ public:
|
||||
void error(unsigned index, const char *fmt, ...);
|
||||
void fatal(unsigned index, const char *fmt, ...);
|
||||
|
||||
void message(DiagnosticClient::Level level, unsigned index,
|
||||
const char *format, va_list ap);
|
||||
|
||||
bool isTokenized() const;
|
||||
void tokenize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user