Age | Commit message (Expand) | Author |
2009-03-04 | Finish up some fixes related to <rdar://problem/6497631> Message lookup is so... | Steve Naroff |
2009-03-03 | Implement an important missing warning when a selector | Fariborz Jahanian |
2009-03-03 | Fix <rdar://problem/6497242> Inherited overridden protocol declared objects d... | Steve Naroff |
2009-03-01 | Fix <rdar://problem/6248764> parser rejects: bad receiver type 'CFStringRef'. | Steve Naroff |
2009-02-26 | Fix <rdar://problem/6614945> method not found. | Steve Naroff |
2009-02-26 | Fix http://llvm.org/bugs/show_bug.cgi?id=3544. | Steve Naroff |
2009-02-24 | first wave of fixes for @encode sema support. This is part of PR3648. | Chris Lattner |
2009-02-23 | Remove isSuperExpr(), which ignores any casts on 'super'. | Steve Naroff |
2009-02-23 | Sema::ActOnInstanceMessage(): Tighen up the lookup rules for handling message... | Steve Naroff |
2009-02-22 | Minor cleanup, replace bool with qual_empty(). | Steve Naroff |
2009-02-22 | Contains the following (related to problems found while investigting <rdar://... | Steve Naroff |
2009-02-22 | Remove debugging statement. | Steve Naroff |
2009-02-21 | More work to integrate newly added ObjCQualifiedClassType into the type system. | Steve Naroff |
2009-02-20 | remove some more methods from objc decls, using the iterator | Chris Lattner |
2009-02-18 | Downgrade complaints about calling unavailable functions to a warning | Douglas Gregor |
2009-02-18 | fix the ownership issues and location tracking in | Chris Lattner |
2009-02-18 | privatize all of the string literal memory allocation/creation | Chris Lattner |
2009-02-18 | add some comments describing what is happening here. | Chris Lattner |
2009-02-18 | simplify the code used to compute the type of an objc string. This makes | Chris Lattner |
2009-02-18 | rename CheckBuiltinCFStringArgument -> CheckObjCString | Chris Lattner |
2009-02-18 | change the StringLiteral AST node to track all of the SourceLocations of | Chris Lattner |
2009-02-15 | Refactor the deprecated and unavailable checks into a new | Chris Lattner |
2009-02-15 | implement support for attribute(unavailable) on objc methods. | Chris Lattner |
2009-02-14 | Add support for deprecated Obj-C methods. The semantics mostly match what gcc... | Anders Carlsson |
2009-02-14 | Pass the location of the start of the selector to ActOnClassMessage/ActOnInst... | Anders Carlsson |
2009-02-12 | Several cleanups: | Steve Naroff |
2009-02-07 | Overhaul of Stmt allocation: | Ted Kremenek |
2009-02-06 | Move StringLiteral to allocate its internal string data using the allocator in | Ted Kremenek |
2009-02-04 | Some name-lookup-related fixes, from Piotr Rak! | Douglas Gregor |
2009-01-30 | Eliminated LookupCriteria, whose creation was causing a bottleneck for | Douglas Gregor |
2009-01-29 | move library-specific diagnostic headers into library private dirs. Reduce | Chris Lattner |
2009-01-29 | Refactor Sema::LookupDecl() into 2 functions: LookupDeclInScope() and LookupD... | Steve Naroff |
2009-01-28 | Remove 'NamespaceNameOnly' argument to Sema::LookupDecl(). It is unused. | Steve Naroff |
2009-01-27 | Split the single monolithic DiagnosticKinds.def file into one | Chris Lattner |
2009-01-26 | Some micro-optimizations for DISABLE_SMART_POINTERS: | Douglas Gregor |
2009-01-16 | Don't ICE (issue diagnostics) when receiver is a non-objc | Fariborz Jahanian |
2009-01-16 | Use a single function for doing vararg argument promotion. Also, make sure to... | Anders Carlsson |
2009-01-13 | Warn when someone tries to pass a variable with a non-POD type to a varargs f... | Anders Carlsson |
2009-01-09 | Provide a new kind of iterator, the specific_decl_iterator, that | Douglas Gregor |
2009-01-07 | Don't ICE when messaging on 'super' receiver when class | Fariborz Jahanian |
2008-12-16 | Silence a couple more operator precedence warnings; this shouldn't | Eli Friedman |
2008-11-24 | Change a whole lot of diagnostics to take QualType's directly | Chris Lattner |
2008-11-24 | Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of | Chris Lattner |
2008-11-24 | Rename Selector::getName() to Selector::getAsString(), and add | Chris Lattner |
2008-11-23 | Convert IdentifierInfo's to be printed the same as DeclarationNames | Chris Lattner |
2008-11-21 | merge some simple call diagnostics. | Chris Lattner |
2008-11-20 | remove the last old-fashioned Diag method. Transition complete! | Chris Lattner |
2008-11-20 | instead of looking up super at startup time, | Chris Lattner |
2008-11-19 | Fix <rdar://problem/6150376> [sema] crash on invalid message send. | Steve Naroff |
2008-11-19 | stop calling II::getName() unnecesarily in sema | Chris Lattner |