]> granicus.if.org Git - clang/commitdiff
Add forward declaration of Token. Thanks to Martin Doucha for pointing this out
authorDouglas Gregor <dgregor@apple.com>
Thu, 14 May 2009 15:47:53 +0000 (15:47 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 14 May 2009 15:47:53 +0000 (15:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71772 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Lex/PPCallbacks.h

index ec29eec13a89ab36f56f95f746a7917fc630b707..e5cbeebd22aa02a5e4142df407e17fef03d0abba 100644 (file)
@@ -20,6 +20,7 @@
 
 namespace clang {
   class SourceLocation;
+  class Token;
   class IdentifierInfo;
   class MacroInfo;