summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/class.access/p6.cpp
Commit message (Expand)AuthorAgeFilesLines
* When formatting a C++-only declaration name, enable C++ mode in the formatter'sRichard Smith2014-01-221-1/+1
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-1/+1
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-1/+1
* Tighten test regexes checking for __attribute__((thiscall)) on function types.Hans Wennborg2013-12-131-1/+1
* Switch to the new MingW ABI.Rafael Espindola2013-12-121-1/+1
* Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.Kaelyn Uhrain2013-10-191-2/+2
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* Enforce access control for conversion operators used in contextualJohn McCall2011-09-211-0/+22
* Handle delayed access in local declarations. PR9229.John McCall2011-02-151-0/+15
* Return a declaration to the parser when creating a field in C++ so thatJohn McCall2011-02-151-0/+14
* Treat template parameters as part of the declaration-specifiers for theJohn McCall2010-07-161-0/+20
* Test case for r102578.John McCall2010-04-291-0/+14
* Properly switch into the declaring scope of a template when performingJohn McCall2010-04-291-0/+53
* Turn access control on by default in -cc1.John McCall2010-04-091-1/+1
* Improve access control diagnostics. Perform access control on member-pointerJohn McCall2010-02-101-5/+5
* Access checking for implicit user-defined conversions.John McCall2010-02-011-0/+28
* Implement access-check delays for out-of-line member definitionsJohn McCall2010-01-271-0/+26
OpenPOWER on IntegriCloud