Age | Commit message (Expand) | Author |
2011-01-11 | Ensure that the result type of an Objective-C class message send is | Douglas Gregor |
2010-12-22 | Complain on missing property getter method only | Fariborz Jahanian |
2010-12-21 | Warn when message is sent to receiver of | Fariborz Jahanian |
2010-12-16 | Improve diagnostics when property being looked up | Fariborz Jahanian |
2010-12-10 | Keep the source location of the selector in ObjCMessageExpr. | Argyrios Kyrtzidis |
2010-12-04 | Although we currently have explicit lvalue-to-rvalue conversions, they're | John McCall |
2010-12-03 | Diagnose when accessing property in a class method and | Fariborz Jahanian |
2010-12-02 | Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope... | John McCall |
2010-12-01 | When unknown method is sent to a receiver of | Fariborz Jahanian |
2010-11-18 | Add an assertion, fix a whole bunch of bugs, comment the assertion | John McCall |
2010-11-18 | Calculate the value kind of an expression when it's created and | John McCall |
2010-11-13 | Introduce a null-to-pointer implicit cast kind. | John McCall |
2010-10-26 | No really, we don't have a retain/release system for statements/expressions | John McCall |
2010-10-19 | This patch implements Next's IRGen for -fconstant-string-class=class-name. | Fariborz Jahanian |
2010-10-14 | When performing typo correction, look through the set of known | Douglas Gregor |
2010-10-14 | Eliminate usage of ObjCSuperExpr used for | Fariborz Jahanian |
2010-09-24 | Patch implements passing arrays to functions expecting | Fariborz Jahanian |
2010-09-16 | Implement automatic bracket insertion for Objective-C class message | Douglas Gregor |
2010-09-15 | Handle bracket insertion for Objective-C class messages in a very | Douglas Gregor |
2010-09-15 | Implement bracket insertion for Objective-C instance message sends as | Douglas Gregor |
2010-08-26 | One who seeks knowledge learns something new every day. | John McCall |
2010-08-25 | Split out a header to hold APIs meant for the Sema implementation from Sema.h. | John McCall |
2010-08-25 | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall |
2010-08-24 | More header elimination. The goal of all this is to allow Parser to | John McCall |
2010-08-24 | OwningExprResult -> ExprResult. This patch brought to you by | John McCall |
2010-08-24 | Abstract out passing around types and kill off ActionBase. | John McCall |
2010-08-23 | Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*). | John McCall |
2010-08-17 | Convert all uses of StringLiteral::getStrData() to StringLiteral::getString() | Benjamin Kramer |
2010-08-12 | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor |
2010-08-10 | Fix a spurious warning when message sent to qualified-id | Fariborz Jahanian |
2010-08-09 | Implements gcc's -Wstrict-selector-match. | Fariborz Jahanian |
2010-08-02 | Simplify global method pool implementation in Sema. No functionality change. | Sebastian Redl |
2010-07-25 | Remove the vast majority of the Destroy methods from the AST library, | Douglas Gregor |
2010-07-23 | Vectors are not integer types, so the type system should not classify | Douglas Gregor |
2010-07-22 | atch for implementation of objective-c's -Wselector | Fariborz Jahanian |
2010-07-13 | When forming a function call or message send expression, be sure to | Douglas Gregor |
2010-06-16 | C return types must be complete as well. | Fariborz Jahanian |
2010-06-16 | Make sure result type of objc++ message expression is | Fariborz Jahanian |
2010-05-22 | Improve our handling of reference binding for subobjects of | Douglas Gregor |
2010-05-20 | Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan... | Abramo Bagnara |
2010-05-16 | fix rdar://7985267 - Don't emit an error about a non-pod argument | Chris Lattner |
2010-05-15 | Substantially alter the design of the Objective C type AST by introducing | John McCall |
2010-05-13 | Objective-C++ Sema. Fix a bug in instantiation of receivers. | Fariborz Jahanian |
2010-05-12 | Objective-C++ Sema. Support for conversion of a C++ | Fariborz Jahanian |
2010-04-23 | With -fno-constant-cfstrrings, class NSConstantString | Fariborz Jahanian |
2010-04-22 | When a dependent Objective-C++ message send was able to resolve the | Douglas Gregor |
2010-04-22 | Remove the SelectorLoc argument to Sema::BuildInstanceMesssage and | Douglas Gregor |
2010-04-22 | Implement template instantiation for Objective-C++ message sends. We | Douglas Gregor |
2010-04-21 | Switch the initialization of Objective-C message parameters (as occurs | Douglas Gregor |
2010-04-21 | Migrate the responsibility for turning the receiver name in an | Douglas Gregor |