- b33f3ad Check for method type conflict between declaration in by Fariborz Jahanian · 16 years ago
- e2f2c16 Use of super class ivar to synthesize property is back to being error. by Fariborz Jahanian · 16 years ago
- 9cd6f0f Change to warning when property uses an ivar in super class by Fariborz Jahanian · 16 years ago
- 6e5201b use of an ivar specified on a property @synthesize by Fariborz Jahanian · 16 years ago
- d0d4599 fix PR4021, array and functions decay in the receiver position of an objc message send. by Chris Lattner · 16 years ago
- c7c11b1 rdar://6827200 - [sema] reject statically allocated arrays of interface types by Chris Lattner · 16 years ago
- 5153ee6 Change SemaType's "GetTypeForDeclarator" and "ConvertDeclSpecToType" to by Chris Lattner · 16 years ago
- b5f1562 reject explicit pointer arithmetic on interface pointers in 64-bit objc ABI by Chris Lattner · 16 years ago
- ced1e28 Avoid issuing spurious errors as side-effect of diagnosing by Fariborz Jahanian · 16 years ago
- 38ee7ff We don't accept this test anymore in a non-fragile ABI. by Daniel Dunbar · 16 years ago
- 1efaa95 Fix rdar://6821047 - clang crashes on subscript of interface in 64-bit mode by Chris Lattner · 16 years ago
- 77a6be4 Diagnose if an implementation implements a forward class by Fariborz Jahanian · 16 years ago
- a7503a7 Sema::ActOnStartClassInterface(): Use PushOnScopeChains(). by Steve Naroff · 16 years ago
- f09f03c rename test by Chris Lattner · 16 years ago
- 4d00f2a Fix a problem with objc foreach loop. It turns out that objc mode changes by Chris Lattner · 16 years ago
- 25efa10 Tighten up blocks type checking. This was discussed back in the by Mike Stump · 16 years ago
- 293b4d6 force a 32-bit triple. by Chris Lattner · 16 years ago
- 5bd0939 Force triple (test case fails for platforms with the non-fragile ABI). by Daniel Dunbar · 16 years ago
- f365d5b temporarily downgrade to a warning. by Chris Lattner · 16 years ago
- 0468fb9 Patch to diagnose use of objc's @defs in nonfragile abi. by Fariborz Jahanian · 16 years ago
- ca79092 reject sizeof(itf) when itf is a forward declared interface, or when by Chris Lattner · 16 years ago
- 69667a0 Fix test typo. by Daniel Dunbar · 16 years ago
- ff89666 Use an ASTRecordLayout to compute the sizeof an interface, not by Daniel Dunbar · 16 years ago
- a868a20 implement semantic analysis for @synchronized, fixing a crash on invalid by Chris Lattner · 16 years ago
- 46c3c4b add support for goto checking and @synchronized blocks, rdar://6810106 by Chris Lattner · 16 years ago
- 4f9c06a test that vlas are checked in an objc method context. by Chris Lattner · 16 years ago
- 5223af8 the scope checker does work with objc methods, add testcase. by Chris Lattner · 16 years ago
- dabbad0 I didn't understand how @catches were chained. Now that I get it, fix by Chris Lattner · 16 years ago
- 07e775d reject invalid jumps among pieces of @try blocks. This seems to work by Chris Lattner · 16 years ago
- 5ce71c9 improve wording of scope violation error messages. by Chris Lattner · 16 years ago
- 6a22a9f rename test by Chris Lattner · 16 years ago
- a5251fc rewrite the goto scope checking code to be more efficient, simpler, by Chris Lattner · 16 years ago
- c8d2e77 Fix decl type merges when they have __string/__weak attributes. by Fariborz Jahanian · 16 years ago
- 50c314c Patch to remove a bogus warning which pointed to underlying AST by Fariborz Jahanian · 16 years ago
- 3bf4497 Fixup http://llvm.org/viewvc/llvm-project?rev=69165&view=rev (based on feedback from Eli). by Steve Naroff · 16 years ago
- 1b6823d Revert previous patch (will commit a fix soon). by Steve Naroff · 16 years ago
- b25ddfb Fix <rdar://problem/6791490> [clang10 regression] [sema] invalid illegal jump diagnostic. by Steve Naroff · 16 years ago
- 12bac25 Diagnose properties which have no implementations; by Fariborz Jahanian · 16 years ago
- 1fc5194 Fix <rdar://problem/6252084> [sema] jumps into Obj-C exception blocks should be disallowed. by Steve Naroff · 16 years ago
- d824c9c ASTContext::mergeTypes(): Loosen up the type checking for 'Class' (treating it like 'id'). by Steve Naroff · 16 years ago
- 29da66e In objc2's None-Fragile ABI, one cannot use the super class ivar for by Fariborz Jahanian · 16 years ago
- 8745416 Change diagnostic as a result of researching <rdar://problem/6779809> missing interface name in "error: cannot declare variable inside a class, protocol or category ''. by Steve Naroff · 16 years ago
- 16ede0e fix PR3932: [ObjC]Type defined as 'id' is not recognized as a valid object type. by Chris Lattner · 16 years ago
- d0c649f rename test by Chris Lattner · 16 years ago
- aec2002 add some more coverage. by Chris Lattner · 16 years ago
- d07f54f clean up test. by Chris Lattner · 16 years ago
- 94ad08d rename test by Chris Lattner · 16 years ago
- 93c4945 if we already know that a decl is invalid in an @catch, don't verify its type. by Chris Lattner · 16 years ago
- c199ab3 Implement the first set of changes for PR3963 and rdar://6759604, by Chris Lattner · 16 years ago
- 36dc958 rename test by Chris Lattner · 16 years ago
- 2c4463f Fix rdar://6770142 - Class and qualified id's are compatible, just like by Chris Lattner · 16 years ago
- 34f2435 rename test by Chris Lattner · 16 years ago
- 9257db5 merge protocol-test-1.m -> protocol-test-2.m by Chris Lattner · 16 years ago
- a2b4d65 Merge forward-circular into protocol-test-2 by Chris Lattner · 16 years ago
- e2ac07a this test is subsumed by protocol-test-2.m by Chris Lattner · 16 years ago
- 58fe03b Fix rdar://6771034: don't warn on use of forward declared protocol in protocol by Chris Lattner · 16 years ago
- cf70641 fix typo in test name. by Chris Lattner · 16 years ago
- 05af262 call objc interfaces just "interfaces" in diagnostics, not "Objective-C types" by Chris Lattner · 16 years ago
- 312531a implement rdar://6780761, making sema reject some code that otherwise by Chris Lattner · 16 years ago
- 3aff919 improve the 'conflicting types' diagnostics to include correct location info, now by Chris Lattner · 16 years ago
- 9097af1 fix blocks to reject objc interfaces returned by value. Also, by Chris Lattner · 16 years ago
- 30bdc87 fix test by Chris Lattner · 16 years ago
- bb74982 diagnose attempts to return objc interfaces by-value from C functions. by Chris Lattner · 16 years ago
- 2dd979f Improve the 'cannot pass objc interface by value' diagnostic: by Chris Lattner · 16 years ago
- 0a9217f Fix another fallout from defining __weak unconditionally. by Fariborz Jahanian · 16 years ago
- 02022f4 Force triple for a number of tests that rely on __weak. by Daniel Dunbar · 16 years ago
- a0c3e9c Fix <rdar://problem/6770998> make cast of super illegal (again:-) by Steve Naroff · 16 years ago
- d286992 Fixed a problem using property syntax on a 'super' used as receiver. by Fariborz Jahanian · 16 years ago
- 93a2595 Fix <rdar://problem/6764172> [sema] crash on invalid. by Steve Naroff · 16 years ago
- c8bafd7 Now that we have __weak defined as attribute in all modes, by Fariborz Jahanian · 16 years ago
- ef79bc9 Fixes method name lookup when method appears in by Fariborz Jahanian · 16 years ago
- ebaa768 Tweak Sema::ActOnInstanceMessage() to look for a class method when dealing with qualified id's. This change is motivated by our desire to not support the "Class<foo>" idiom. Note that the change makes perfect sense (since all ObjC classes are also id/instances). by Steve Naroff · 16 years ago
- 939ab47 Fix typo in newly added test case. by Steve Naroff · 16 years ago
- d9fd764 Change the type of ObjC @ string constants (from NSConstantString->NSString). by Steve Naroff · 16 years ago
- e2573e5 Warn instead of error on duplicate protocol definitions. by Fariborz Jahanian · 16 years ago
- fc479d7 Make casting 'super' a deprecated warning (instead of a hard error). by Steve Naroff · 16 years ago
- 50efe04 writable property in a category of class's superclass by Fariborz Jahanian · 16 years ago
- b072b71 Real corener case of a method declared in a protocol by Fariborz Jahanian · 16 years ago
- 95f49fb improve the string literal comparison warning to not call @encode's "string literals". by Chris Lattner · 16 years ago
- 2d06612 Tweak test (now that http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090330/015001.html is fixed). by Steve Naroff · 16 years ago
- d09a456 Fix up lookup rules for properties declared in objc's continuation class. by Fariborz Jahanian · 16 years ago
- ed91f90 Fix http://llvm.org/bugs/show_bug.cgi?id=3907. by Steve Naroff · 16 years ago
- faa435a Update test case and comment. by Steve Naroff · 16 years ago
- b59212a CodeGenModule::GetAddrOfConstantCFString(): by Steve Naroff · 16 years ago
- 2acddeb Forgot to remove trailing && by Daniel Dunbar · 16 years ago
- 32c6093 Ted & I crossed paths here, these tests are in cocoa-pth.m now. by Daniel Dunbar · 16 years ago
- cb5a955 Add cocoa-pth.c test case, this got lost in shuffling PTH test cases. by Daniel Dunbar · 16 years ago
- 8d69a57 Re-enable PTH testing for cocoa.h and carbon.h. This tests that PTH works on by Ted Kremenek · 16 years ago
- 0b5b0da Pull clang-cc code for generating PTH files based on the input type. by Daniel Dunbar · 16 years ago
- aab0f7a Fix block comparisons. Radar 6732116. by Mike Stump · 16 years ago
- af3e722 fe support for objc2's nonfragile-abi synthesized ivars. by Fariborz Jahanian · 16 years ago
- 8bfd1b8 Fix <rdar://problem/6697053> instance variable is protected. by Steve Naroff · 16 years ago
- d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
- b31cb7f Issue error if variables are defined inside an objc class, category or protocol. by Fariborz Jahanian · 16 years ago
- 2ce1be0 When looking for property name (or getter method) in a by Fariborz Jahanian · 16 years ago
- 862a2c5 Ignore weak import on properties. by Mike Stump · 16 years ago
- 0d794b2 Force triple for a couple test cases. by Daniel Dunbar · 16 years ago
- 335c680 Implement FIXME related to <rdar://problem/6496506> Implement class setter/getter for properties. by Steve Naroff · 16 years ago
- f178728 Fix <rdar://problem/6655054> clang issues bogus error on property usage in a dot-syntax. by Steve Naroff · 16 years ago
- 1ca6694 Fix <rdar://problem/6578665> user declared setter method should be used when using property syntx. by Steve Naroff · 16 years ago