aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-05-14 15:47:53 +0000
committerDouglas Gregor <dgregor@apple.com>2009-05-14 15:47:53 +0000
commit7633ab80454147ab4892b8de5fd16582a1f221e8 (patch)
treee2f76a868d9a07d1161fccb85c4f173f1be1b82e
parent9bc093c9309e04ebfff4123790405241513da1b4 (diff)
Add forward declaration of Token. Thanks to Martin Doucha for pointing this out
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71772 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Lex/PPCallbacks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Lex/PPCallbacks.h b/include/clang/Lex/PPCallbacks.h
index ec29eec13a..e5cbeebd22 100644
--- a/include/clang/Lex/PPCallbacks.h
+++ b/include/clang/Lex/PPCallbacks.h
@@ -20,6 +20,7 @@
namespace clang {
class SourceLocation;
+ class Token;
class IdentifierInfo;
class MacroInfo;