Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-02-23 | Add context note to diagnostics that occur while declaring an implicit specia... | Richard Smith | 1 | -1/+2 |
2014-01-11 | Use the appropriate SourceLocation for the template backtrace when doing | Nick Lewycky | 1 | -1/+1 |
2012-11-29 | The declaration of a special member can require overload resolution to be | Richard Smith | 1 | -1/+68 |
2011-05-10 | Re-do R131114 without breaking code. | Alexis Hunt | 1 | -1/+1 |
2010-07-08 | When looking for an entity's Scope, don't consider scopes that can't contain ... | Sebastian Redl | 1 | -0/+11 |
2010-04-13 | Allow classes to befriend implicitly-declared members. Fixes PR6207 for | John McCall | 1 | -4/+4 |
2010-04-12 | When creating the implicitly-declared special member functions, be | Douglas Gregor | 1 | -0/+27 |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 1 | -1/+1 |
2009-12-04 | Diagnose declarations of implicit member functions. | Anders Carlsson | 1 | -0/+14 |