| Commit message (Expand) | Author | Age | Files | Lines |
| * | Several cleanups: | Steve Naroff | 2009-02-12 | 1 | -2/+2 |
| * | Overhaul of Stmt allocation: | Ted Kremenek | 2009-02-07 | 1 | -20/+21 |
| * | Move StringLiteral to allocate its internal string data using the allocator in | Ted Kremenek | 2009-02-06 | 1 | -3/+3 |
| * | Some name-lookup-related fixes, from Piotr Rak! | Douglas Gregor | 2009-02-04 | 1 | -3/+3 |
| * | Eliminated LookupCriteria, whose creation was causing a bottleneck for | Douglas Gregor | 2009-01-30 | 1 | -3/+3 |
| * | move library-specific diagnostic headers into library private dirs. Reduce | Chris Lattner | 2009-01-29 | 1 | -1/+0 |
| * | Refactor Sema::LookupDecl() into 2 functions: LookupDeclInScope() and LookupD... | Steve Naroff | 2009-01-29 | 1 | -3/+3 |
| * | Remove 'NamespaceNameOnly' argument to Sema::LookupDecl(). It is unused. | Steve Naroff | 2009-01-28 | 1 | -2/+2 |
| * | Split the single monolithic DiagnosticKinds.def file into one | Chris Lattner | 2009-01-27 | 1 | -1/+1 |
| * | Some micro-optimizations for DISABLE_SMART_POINTERS: | Douglas Gregor | 2009-01-26 | 1 | -2/+2 |
| * | Don't ICE (issue diagnostics) when receiver is a non-objc | Fariborz Jahanian | 2009-01-16 | 1 | -2/+3 |
| * | Use a single function for doing vararg argument promotion. Also, make sure to... | Anders Carlsson | 2009-01-16 | 1 | -9/+2 |
| * | Warn when someone tries to pass a variable with a non-POD type to a varargs f... | Anders Carlsson | 2009-01-13 | 1 | -1/+8 |
| * | Provide a new kind of iterator, the specific_decl_iterator, that | Douglas Gregor | 2009-01-09 | 1 | -1/+1 |
| * | Don't ICE when messaging on 'super' receiver when class | Fariborz Jahanian | 2009-01-07 | 1 | -3/+6 |
| * | Silence a couple more operator precedence warnings; this shouldn't | Eli Friedman | 2008-12-16 | 1 | -2/+2 |
| * | Change a whole lot of diagnostics to take QualType's directly | Chris Lattner | 2008-11-24 | 1 | -1/+1 |
| * | Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of | Chris Lattner | 2008-11-24 | 1 | -1/+1 |
| * | Rename Selector::getName() to Selector::getAsString(), and add | Chris Lattner | 2008-11-24 | 1 | -12/+14 |
| * | Convert IdentifierInfo's to be printed the same as DeclarationNames | Chris Lattner | 2008-11-23 | 1 | -2/+1 |
| * | merge some simple call diagnostics. | Chris Lattner | 2008-11-21 | 1 | -1/+1 |
| * | remove the last old-fashioned Diag method. Transition complete! | Chris Lattner | 2008-11-20 | 1 | -4/+4 |
| * | instead of looking up super at startup time, | Chris Lattner | 2008-11-20 | 1 | -1/+1 |
| * | Fix <rdar://problem/6150376> [sema] crash on invalid message send. | Steve Naroff | 2008-11-19 | 1 | -17/+34 |
| * | stop calling II::getName() unnecesarily in sema | Chris Lattner | 2008-11-19 | 1 | -1/+1 |
| * | Switch several more Sema Diag methods over. This simplifies the | Chris Lattner | 2008-11-19 | 1 | -17/+15 |
| * | Fix <rdar://problem/6333904> [sema] message lookup on super is incorrect | Steve Naroff | 2008-11-17 | 1 | -1/+17 |
| * | Add a new expression class, ObjCSuperExpr, to handle the Objective-C 'super'.... | Douglas Gregor | 2008-11-04 | 1 | -2/+1 |
| * | Fix <rdar://problem/6191148> [sema] Objective-C method lookup (at global scop... | Steve Naroff | 2008-09-30 | 1 | -6/+9 |
| * | Fix <rdar://problem/6251012> clang: Blocks are objects too. | Steve Naroff | 2008-09-29 | 1 | -1/+2 |
| * | Fix <rdar://problem/6252129> implementation of method in category doesn't eff... | Steve Naroff | 2008-09-28 | 1 | -0/+8 |
| * | Fix two bugs exposed by array passing assert: | Daniel Dunbar | 2008-09-11 | 1 | -8/+26 |
| * | Bug fix, apply default argument promotion in message sends for which | Daniel Dunbar | 2008-09-11 | 1 | -0/+4 |
| * | Refactor common Obj-C message send checking code into | Daniel Dunbar | 2008-09-11 | 1 | -45/+27 |
| * | Change Parser & Sema to use interned "super" for comparions. | Daniel Dunbar | 2008-08-14 | 1 | -1/+1 |
| * | Minor #include cleaning | Daniel Dunbar | 2008-08-11 | 1 | -0/+1 |
| * | rename PreDefinedExpr -> PredefinedExpr | Chris Lattner | 2008-08-10 | 1 | -2/+2 |
| * | change more instances of QualType::getCanonicalType to call | Chris Lattner | 2008-07-26 | 1 | -9/+9 |
| * | Cleaunup Sema::ActOnClassMessage(). This commit: | Steve Naroff | 2008-07-25 | 1 | -15/+24 |
| * | Fix Sema::ActOnClassMessage() to pass through the identifier for "super". | Steve Naroff | 2008-07-24 | 1 | -3/+9 |
| * | move two more lists of protocols over to use ObjCList<ObjCProtocolDecl>, | Chris Lattner | 2008-07-21 | 1 | -7/+6 |
| * | introduce a new ObjCList templated class and start moving | Chris Lattner | 2008-07-21 | 1 | -6/+8 |
| * | when in the context of an @implementation, look for private methods in the | Chris Lattner | 2008-07-21 | 1 | -3/+2 |
| * | don't pass in null as the Name for GenerateClassStructure, | Chris Lattner | 2008-07-21 | 1 | -2/+1 |
| * | improve diagnostics about problems with receivers to highlight the receiver. | Chris Lattner | 2008-07-21 | 1 | -3/+3 |
| * | continue cleaning up code, and disable sending a message directly to an | Chris Lattner | 2008-07-21 | 1 | -18/+14 |
| * | simplify control flow a bit, reducing indentation. No functionality change. | Chris Lattner | 2008-07-21 | 1 | -70/+79 |
| * | tighten up some checks, don't allow sending a message to NSString**** | Chris Lattner | 2008-07-21 | 1 | -5/+6 |
| * | merge a bunch of code that is now common between qual interfaces and interfaces. | Chris Lattner | 2008-07-21 | 1 | -24/+22 |
| * | rename getProtocols -> getProtocol, as it only returns a single | Chris Lattner | 2008-07-21 | 1 | -1/+1 |