[cfe-commits] r146764 - /cfe/trunk/include/clang/AST/DeclObjC.h

Douglas Gregor dgregor at apple.com
Fri Dec 16 14:40:58 PST 2011


Author: dgregor
Date: Fri Dec 16 16:40:58 2011
New Revision: 146764

URL: http://llvm.org/viewvc/llvm-project?rev=146764&view=rev
Log:
Add missing header change

Modified:
    cfe/trunk/include/clang/AST/DeclObjC.h

Modified: cfe/trunk/include/clang/AST/DeclObjC.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/DeclObjC.h?rev=146764&r1=146763&r2=146764&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/DeclObjC.h (original)
+++ cfe/trunk/include/clang/AST/DeclObjC.h Fri Dec 16 16:40:58 2011
@@ -589,7 +589,8 @@
   };
 
   ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id,
-                    SourceLocation CLoc, bool isInternal);
+                    SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl,
+                    bool isInternal);
 
   void LoadExternalDefinition() const;
 





More information about the cfe-commits mailing list