preprocessor: add some helper function to dump Environment state

Change-Id: I5e1d549f96e899aadd5c94a5d7ef7f3169f45806
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-04-19 11:48:16 +02:00
committed by hjk
parent a9a894558f
commit ef09a67c6b
2 changed files with 10 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ public:
void addMacros(const QList<Macro> &macros);
static bool isBuiltinMacro(const ByteArrayRef &name);
void dump() const;
private:
static unsigned hashCode(const QByteArray &s);