[cfe-commits] r61296 - in /cfe/trunk: include/clang/AST/Type.h lib/AST/Type.cpp

Fariborz Jahanian fjahanian at apple.com
Mon Dec 22 09:30:41 PST 2008


I see all these test staring to fail:

---- /Volumes/sandbox/llvm/tools/clang/test/CodeGen//cfstring2.c  
failed ----
.................................................................................................................................................................................................................................................................................................................................................................................
---- /Volumes/sandbox/llvm/tools/clang/test/Sema//carbon.c failed ----
.................................................................................................
---- /Volumes/sandbox/llvm/tools/clang/test/SemaCXX//carbon.cpp failed  
----
....................................................................
---- /Volumes/sandbox/llvm/tools/clang/test/SemaObjC//cocoa.m failed  
----
.......................................................................................................
---- /Volumes/sandbox/llvm/tools/clang/test/SemaObjCXX//cocoa.mm  
failed ----

Typically with this message:

/System/Library/Frameworks/CoreServices.framework/Frameworks/ 
CarbonCore.framework/Headers/MachineExceptions.h:217:3: error: type  
name requires a specifier or qualifier
   __m128i             si;

- Fariborz





On Dec 20, 2008, at 4:16 PM, Anders Carlsson wrote:

> 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
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits




More information about the cfe-commits mailing list