forked from qt-creator/qt-creator
C++: moved the CppPreprocessor into its own file.
Change-Id: I399d667a1fccb376fadbd6ab8fbba243e86d8f4b Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
committed by
Nikolai Kosjar
parent
516116c5a5
commit
09ea0d235a
@@ -38,7 +38,7 @@
|
||||
#include <QList>
|
||||
#include <QTextCursor>
|
||||
|
||||
#undef DEBUG_AST_PATH
|
||||
#undef WITH_AST_PATH_DUMP
|
||||
|
||||
namespace CPlusPlus {
|
||||
|
||||
@@ -56,7 +56,7 @@ public:
|
||||
/// line and column are 1-based!
|
||||
QList<AST *> operator()(int line, int column);
|
||||
|
||||
#ifdef DEBUG_AST_PATH
|
||||
#ifdef WITH_AST_PATH_DUMP
|
||||
static void dump(const QList<AST *> nodes);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user