Author: andersca
Date: Sat Dec 20 18:16:32 2008
New Revision: 61296

URL: http://llvm.org/viewvc/llvm-project?rev=61296&view=rev
Log:
Did not mean to commit this.

Modified:
    cfe/trunk/include/clang/AST/Type.h
    cfe/trunk/lib/AST/Type.cpp

Modified: cfe/trunk/include/clang/AST/Type.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Type.h?rev=61296&r1=61295&r2=61296&view=diff

==============================================================================
--- cfe/trunk/include/clang/AST/Type.h (original)
+++ cfe/trunk/include/clang/AST/Type.h Sat Dec 20 18:16:32 2008
@@ -826,10 +826,6 @@
     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);

Modified: cfe/trunk/lib/AST/Type.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/Type.cpp?rev=61296&r1=61295&r2=61296&view=diff

==============================================================================
--- cfe/trunk/lib/AST/Type.cpp (original)
+++ cfe/trunk/lib/AST/Type.cpp Sat Dec 20 18:16:32 2008
@@ -803,6 +803,7 @@
   return isa<EnumDecl>(TT->getDecl());
 }
 
+
 
//===----------------------------------------------------------------------===//
 // Type Printing
 
//===----------------------------------------------------------------------===//


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to