]> granicus.if.org Git - clang/commitdiff
Did not mean to commit this.
authorAnders Carlsson <andersca@mac.com>
Sun, 21 Dec 2008 00:16:32 +0000 (00:16 +0000)
committerAnders Carlsson <andersca@mac.com>
Sun, 21 Dec 2008 00:16:32 +0000 (00:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61296 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Type.h
lib/AST/Type.cpp

index 93d31c7e7d179abc31534e4dcd0c8022f709a293..ffcc9f6457b507e51d91a47e111bf9f570ccbe61 100644 (file)
@@ -826,10 +826,6 @@ public:
     assert (0 && "Cannnot unique VariableArrayTypes.");
   }
   
-  /// Returns the innermost element type of a VAT - for example
-  /// will return "int" for int[n][m].
-  QualType getBaseType() const;
-  
 protected:  
   virtual void EmitImpl(llvm::Serializer& S) const;
   static Type* CreateImpl(ASTContext& Context,llvm::Deserializer& D);
index b9d97ced13b5608a520c8b51a814e87f521095ba..5909c976aa6aaf0ca7bd016ff3ad66c8f95c9179 100644 (file)
@@ -803,6 +803,7 @@ bool EnumType::classof(const TagType *TT) {
   return isa<EnumDecl>(TT->getDecl());
 }
 
+
 //===----------------------------------------------------------------------===//
 // Type Printing
 //===----------------------------------------------------------------------===//