Age | Commit message (Expand) | Author |
2010-04-24 | Teach clang -fixit to modify files in-place, or -fixit=suffix to create new | Nick Lewycky |
2010-04-24 | Revert accidental check-in. | Devang Patel |
2010-04-24 | Revert r102215. This causes clang crash while compiling a test case from gdb ... | Devang Patel |
2010-04-23 | With -fno-constant-cfstrrings, class NSConstantString | Fariborz Jahanian |
2010-04-23 | Rework Parser-Sema interface for Objective-C @catch exception object | Douglas Gregor |
2010-04-23 | Improve the AST representation of Objective-C @try/@catch/@finally | Douglas Gregor |
2010-04-23 | More -fno-constant-cfstrings API work. | Fariborz Jahanian |
2010-04-23 | Add an InheritancePath parameter to the ImplicitCastExpr constructor. | Anders Carlsson |
2010-04-23 | Transition the last acceptable-result filter kind in LookupResult over to use | John McCall |
2010-04-23 | Make Parser::ConsumeAndStoreUntil() more consistent with Parser::SkipUntil(). | Argyrios Kyrtzidis |
2010-04-23 | Destroy the inheritance path. | Anders Carlsson |
2010-04-23 | Turn CXXMethodVector into a generic class template. | Anders Carlsson |
2010-04-23 | NeXT/EH: When generating the rethrow code for a finally block, make sure to | Daniel Dunbar |
2010-04-23 | NeXT/EH: Tidy up EH code a bit, don't emit the catch block EH handler if it i... | Daniel Dunbar |
2010-04-23 | Recommit my change to how C++ does elaborated type lookups, now with | John McCall |
2010-04-23 | More work toward implementing | Fariborz Jahanian |
2010-04-23 | Implement PR6845. We allow matching constraints to have different | Chris Lattner |
2010-04-23 | Require a complete type for the lhs of member pointer dereference operations ... | Sebastian Redl |
2010-04-23 | david conrad points out that {|} in inline assembly on arm are not asm | Chris Lattner |
2010-04-23 | When instantiating a typedef of an anonymous tag type, note in the tag | Douglas Gregor |
2010-04-23 | Cleanup. | Anders Carlsson |
2010-04-23 | Handle copy initialization in BuildImplicitMemberInitializer. Not used yet. | Anders Carlsson |
2010-04-23 | add GNU C++ include paths for Fedora 11,12 x86_64, | Chris Lattner |
2010-04-23 | Revert "C++ doesn't really use "namespaces" for different kinds of names the ... | Daniel Dunbar |
2010-04-23 | Handle compound assignment expressions (i += j) as lvalues, which is | Douglas Gregor |
2010-04-23 | Add another 'catch all' access diagnostic. | Anders Carlsson |
2010-04-23 | Emit a lame diagnostic when we can't mangle operator names | Douglas Gregor |
2010-04-23 | Mangle dependent template names such as the nested-name-specifier in | Douglas Gregor |
2010-04-23 | Add an ImplicitInitializerKind enum and pass it to BuildImplicitBaseInitializ... | Anders Carlsson |
2010-04-23 | Fix a think-o that broke self-host. | Anders Carlsson |
2010-04-23 | C++ doesn't really use "namespaces" for different kinds of names the same | John McCall |
2010-04-23 | Factor code to initialize an implicit member out into a separate function. | Anders Carlsson |
2010-04-23 | When parsing a cast-expression that starts with a scope annotation, | Douglas Gregor |
2010-04-23 | I hate default statements. Fixes PR6874. | Douglas Gregor |
2010-04-23 | Remove calls to isDependentContext, since we handle that case earlier in the ... | Anders Carlsson |
2010-04-22 | Template instantiation for @try and @finally (but not @catch, yet). | Douglas Gregor |
2010-04-22 | Make TemplateDecl and ObjCContainerDecl abstract | Douglas Gregor |
2010-04-22 | Kill off IDNS_ObjCImplementation and IDNS_ObjCCategoryName; they | Douglas Gregor |
2010-04-22 | Template instantiation for the Objective-C "fast enumeration" | Douglas Gregor |
2010-04-22 | Template instantiation for Objective-C++ @synchronized statements. | Douglas Gregor |
2010-04-22 | Implement template instantiation for Objective-C++ @throw statements. | Douglas Gregor |
2010-04-22 | Check for -fno-constant-cfstrings consistency | Fariborz Jahanian |
2010-04-22 | Support for -fno-constant-cfstrings option - wip. | Fariborz Jahanian |
2010-04-22 | Use the naming class from the overloaded lookup when access-checking an | John McCall |
2010-04-22 | another tweak for haiku support, patch by Paul Davey! | Chris Lattner |
2010-04-22 | Some Objective-C++ types and expressions will never change during | Douglas Gregor |
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 | Expand the one use of TransformPointerLikeType and eliminate this macro. No f... | Douglas Gregor |
2010-04-22 | Implement template instantiation for Objective-C++ message sends. We | Douglas Gregor |