- Mar 01, 2009
-
-
Chris Lattner authored
stuff like %A = type { %A*} instead of an upref. llvm-svn: 65748
-
Bob Wilson authored
method in a BuildVectorSDNode "pseudo-class". llvm-svn: 65747
-
Anders Carlsson authored
llvm-svn: 65746
-
Chris Lattner authored
llvm-svn: 65745
-
Chris Lattner authored
"This patch uses the new ObjCImplDecl class to merge Sema::ImplMethodsVsClassMethods and Sema::ImplCategoryMethodsVsIntfMethods methods. And now, when clang check a class implementation to find unimplemented methods, it also checks all methods from the class extensions (unnamed categories). There is also a test case to check this warning. This patch contains also a minor update for ObjCImplDecl . getNameAsCString and getNameAsString now returns an empty string instead of crashing for unnamed categories." Patch by Jean-Daniel Dupas! llvm-svn: 65744
-
Chris Lattner authored
types. This was reading the uint for the keyword after the token was advanced. llvm-svn: 65743
-
Chris Lattner authored
type opaque ; type %0 %C = type { %0, %0 } instead of: %C = type { opaque, opaque } when appropriate. llvm-svn: 65742
-
Chris Lattner authored
llvm-svn: 65741
-
Chris Lattner authored
llvm-svn: 65740
-
Chris Lattner authored
llvm-svn: 65739
-
Chris Lattner authored
stripped .bc file, it didn't make any attempt to try to reuse anonymous types. This causes an amazing type explosion due to types getting duplicated everywhere they are referenced and other problems. This also caused correctness issues, because opaque types are unique for each time they are uttered in the file. This means that stripping a .bc file could produce a .ll file that could not be assembled (e.g. 2009-02-28-StripOpaqueName.ll). This patch fixes both of these issues. llvm-svn: 65738
-
Anders Carlsson authored
llvm-svn: 65737
-
Chris Lattner authored
AsmWriter.cpp method. llvm-svn: 65736
-
Chris Lattner authored
llvm-svn: 65735
-
Chris Lattner authored
stuff in AsmWriter.cpp for Type::getDescription(). llvm-svn: 65734
-
Chris Lattner authored
llvm-svn: 65733
-
- Feb 28, 2009
-
-
Gabor Greif authored
llvm-svn: 65732
-
Chris Lattner authored
class a nice default ctor. llvm-svn: 65731
-
Chris Lattner authored
llvm-svn: 65730
-
Chris Lattner authored
llvm-svn: 65729
-
Chris Lattner authored
llvm-svn: 65728
-
Bill Wendling authored
llvm-svn: 65727
-
Anders Carlsson authored
Fix invalid VLAs/VMs in Sema::ActOnVariableDeclarator, so that the variable will have the right type by the time the initializer is checked. This ensures that code like int a[(int)(1.0 / 1.0) = { 1 } will work. Eli, please review. llvm-svn: 65725
-
Chris Lattner authored
llvm-svn: 65724
-
Chris Lattner authored
llvm-svn: 65723
-
Chris Lattner authored
llvm-svn: 65722
-
Chris Lattner authored
llvm-svn: 65721
-
Chris Lattner authored
the old std::ostream version. llvm-svn: 65720
-
Steve Naroff authored
llvm-svn: 65718
-
Ted Kremenek authored
llvm-svn: 65717
-
Chris Lattner authored
eliminate redundant opaque handling code. llvm-svn: 65716
-
Chris Lattner authored
llvm-svn: 65715
-
Chris Lattner authored
llvm-svn: 65714
-
Chris Lattner authored
be a smallvector instead of vector. llvm-svn: 65713
-
Chris Lattner authored
llvm-svn: 65712
-
Chris Lattner authored
llvm-svn: 65711
-
Chris Lattner authored
and move all related stuff to it. llvm-svn: 65710
-
Fariborz Jahanian authored
message to 'super' in a class method declared in cateogy (darwin specific). llvm-svn: 65709
-
Chris Lattner authored
notice because it was a negative test with a fix suggested by Jean-Daniel Dupas. Convert the test from a negative to a positive test to catch stuff like this. llvm-svn: 65708
-
Chris Lattner authored
llvm-svn: 65707
-