Age | Commit message (Expand) | Author |
2013-02-27 | Don't crash when diagnosing path-constrained protected | John McCall |
2013-02-22 | Only suppress instance context if a member is actually | John McCall |
2013-02-06 | Don't check whether a friend declaration is correctly formed when instantiating, | Nick Lewycky |
2012-10-19 | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs |
2012-09-20 | Per C++11 [class.friend]p3, the 'friend' keyword must appear first in a | Richard Smith |
2012-08-24 | When computing the effective context for access control, | John McCall |
2012-08-23 | When disambiguating an expression-statement from a declaraton-statement, if the | Richard Smith |
2012-08-10 | Check access to friend declarations. There's a number of different | John McCall |
2012-04-09 | My original patch missed the virtual-base case for destroying | John McCall |
2012-04-09 | Fix the access check performed as part of the determination of whether | John McCall |
2012-04-07 | Fix several problems with protected access control: | John McCall |
2012-03-17 | Diagnose tag and class template declarations with qualified | Douglas Gregor |
2011-12-15 | Modify how the -verify flag works. Currently, the verification string and | Richard Trieu |
2011-10-13 | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith |
2011-10-12 | Switch diagnostic text from "C++0x" over to "C++11". | Douglas Gregor |
2011-10-10 | Implement the restrictions in C++ [class.friend]p6, which disallow | Douglas Gregor |
2011-10-09 | The effective context of a friend function is its lexical | Douglas Gregor |
2011-09-21 | Enforce access control for conversion operators used in contextual | John McCall |
2011-05-25 | Update our diagnostics to properly account for move operations. | Sean Hunt |
2011-05-19 | Undo enough of r131143 to make private copy ctor diags say "copy constructor"... | Matt Beaumont-Gay |
2011-05-10 | Tweak the diagnostics for the C++0x extensions to friend types to note | Douglas Gregor |
2011-05-10 | Re-do R131114 without breaking code. | Sean Hunt |
2011-02-28 | Add -fcxx-exceptions to all tests that use C++ exceptions. | Anders Carlsson |
2011-02-19 | Pass -fexceptions to all tests that use try/catch/throw. | Anders Carlsson |
2011-02-15 | Handle delayed access in local declarations. PR9229. | John McCall |
2011-02-15 | Return a declaration to the parser when creating a field in C++ so that | John McCall |
2011-02-14 | Don't crash on hierarchy static_casts which appear in variable initializers. | John McCall |
2011-02-14 | Change the context correctly when instantiating a static data member definition. | John McCall |
2011-02-14 | When parsing an out-of-line member function declaration, we must delay | John McCall |
2011-01-20 | When building a user-defined conversion sequence, keep track of the | Douglas Gregor |
2010-10-20 | Access control polish: drop the note on the original declaration and | John McCall |
2010-10-13 | Support friend function declarations in local classes correctly. | John McCall |
2010-10-12 | PR8325: don't do destructor checking when a pointer is thrown. | Eli Friedman |
2010-09-03 | Add a quick-and-dirty hack to give a better diagnostic for [class.protected] | John McCall |
2010-08-28 | That's not the right direction to compute notional accessibility in at all. | John McCall |
2010-08-28 | When checking access control for an instance member access on | John McCall |
2010-08-13 | Work around a crash when checking access to injected class names | John McCall |
2010-08-13 | Perform access control when template lookup finds a class template. | John McCall |
2010-07-16 | Treat template parameters as part of the declaration-specifiers for the | John McCall |
2010-07-08 | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor |
2010-07-07 | Revert r107828 and r107827, the fix for PR7556, which seems to be | Douglas Gregor |
2010-07-07 | Do not use CXXZeroValueInitExpr for class types. Instead, use | Douglas Gregor |
2010-06-25 | A bug I've introduced in STDIN handling surfaced a few broken tests, fix them. | Benjamin Kramer |
2010-06-03 | Make sure to check the accessibility of and mark the destructor for the | Eli Friedman |
2010-05-28 | When we complain about a member being inaccessible due to a constraint | Douglas Gregor |
2010-05-28 | When filtering out previous declarations of friend functions, consider the | John McCall |
2010-05-18 | I hate this commit. | Douglas Gregor |
2010-05-17 | C++98/03 [temp.friend]p4 requires that inline function definitions | Douglas Gregor |
2010-05-12 | When we emit an error during the implicit definition of a special | Douglas Gregor |
2010-05-11 | Speculatively revert r103497, "Do not mark the virtual members of an | Daniel Dunbar |