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 > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
