Age | Commit message (Expand) | Author |
2010-04-12 | Implement C++ [temp.local]p4, which specifies how we eliminate | Douglas Gregor |
2010-04-12 | fix PR6819 | Chris Lattner |
2010-04-12 | When creating the implicitly-declared special member functions, be | Douglas Gregor |
2010-04-12 | Issue warning when 'weak_import' attribute is applied on a class only | Fariborz Jahanian |
2010-04-12 | Fix a crash-on-invalid involving name lookup of tag names, where we | Douglas Gregor |
2010-04-12 | Be sure to instantiate the parameters of a function, even when the | Douglas Gregor |
2010-04-12 | change Scope::WithinElse to be a normal scope flag, widen the | Chris Lattner |
2010-04-12 | Have the parser decide whether a message to super is a variable or | Chris Lattner |
2010-04-12 | fix a fixme, stop evaluating getCurMethodDecl() repeatedly | Chris Lattner |
2010-04-12 | Have the CXXBaseOrMemberInitializer keep track of whether an initializer init... | Anders Carlsson |
2010-04-11 | fix PR6811 by not parsing 'super' as a magic expression in | Chris Lattner |
2010-04-11 | actually the interface grossness in the previous patch was due to | Chris Lattner |
2010-04-11 | factor the code that handles "expr.field" when expr is a | Chris Lattner |
2010-04-11 | fix a problem causing us to lose the ''s around objc interface names | Chris Lattner |
2010-04-10 | When a member pointer is dereferenced, the class it points into must be compl... | Sebastian Redl |
2010-04-10 | Diagnose more cases of initializing distinct members of an anonymous union | John McCall |
2010-04-10 | Diagnose misordered initializers in constructor templates immediately instead of | John McCall |
2010-04-09 | When upgrading an Objective-C class from a forward declaration to a | Douglas Gregor |
2010-04-09 | Only complain about explicit instantiations following explicit | Douglas Gregor |
2010-04-09 | Remove fixit for string literal comparison. Telling the user to use 'strcmp'... | Ted Kremenek |
2010-04-09 | Suppress access control diagnostics when looking up a base or member name | John McCall |
2010-04-09 | Remove all "used" static functions *after* we have performed all of | Douglas Gregor |
2010-04-09 | Instantiate default argument expressions even if their associated parameter | John McCall |
2010-04-09 | Don't warn about unused static functions if they are marked with | Chris Lattner |
2010-04-09 | Fixes a regression caused by implementing cstyle methods | Fariborz Jahanian |
2010-04-09 | Improve diagnostics when we fail to convert from a source type to a | Douglas Gregor |
2010-04-08 | Downgrade the "declaration does not declare anything" error to a | Douglas Gregor |
2010-04-08 | Implement method type encoding in the presense | Fariborz Jahanian |
2010-04-08 | Explain that a template needs arguments to make it into a type, for | Jeffrey Yasskin |
2010-04-08 | Set access properly on instantiated friend class template declarations. | John McCall |
2010-04-08 | Remove micro-optimization for not issueing CFG-based warnings for 'static inl... | Ted Kremenek |
2010-04-08 | Introduce an egregious hack to work around a bug in libstdc++ 4.2.x's | Douglas Gregor |
2010-04-08 | Make CXXScopeSpec invalid when incomplete, and propagate that into any | Jeffrey Yasskin |
2010-04-08 | Implement dependent friend function template specializations. | John McCall |
2010-04-08 | Removed unused object. | Ted Kremenek |
2010-04-08 | Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-l... | Daniel Dunbar |
2010-04-08 | Patch to implement gcc's cstyle arguments in objc | Fariborz Jahanian |
2010-04-08 | Fix a (bogus) uninitialized-member-of-local warning. | John McCall |
2010-04-08 | Use SmallVector instead of an std::queue. | Ted Kremenek |
2010-04-08 | When a template (without arguments) is passed as a template type | Jeffrey Yasskin |
2010-04-07 | Fix some redundant errors by changing CXXScopeSpec::isSet calls into | Jeffrey Yasskin |
2010-04-07 | Implement checking for template literal operator functions. This | Sean Hunt |
2010-04-07 | Updated comment to reflect changes made in the most recent draft. | Sean Hunt |
2010-04-07 | Fixed 80-cols violation | Sean Hunt |
2010-04-07 | Return early from Sema::MarkDeclarationReferenced when we know there | Douglas Gregor |
2010-04-07 | Improve handling of friend types in several ways: | Douglas Gregor |
2010-04-07 | Split Sema::ActOnFriendTypeDecl into Sema::CheckFriendTypeDecl (for | Douglas Gregor |
2010-04-07 | Teach -Wsign-compare to treat 1 << blah as "idiomatically non-negative". | John McCall |
2010-04-07 | Check access for the implicit calls to destructors that occur when we | John McCall |
2010-04-07 | Implement code completion for Objective-C method declarations and | Douglas Gregor |