llvm-project/clang/test/CXX
John McCall a0a9689550 Check access to friend declarations. There's a number of different
things going on here that were problematic:
  - We were missing the actual access check, or rather, it was suppressed
    on account of being a redeclaration lookup.
  - The access check would naturally happen during delay, which isn't
    appropriate in this case.
  - We weren't actually emitting dependent diagnostics associated with
    class templates, which was unfortunate.
  - Access was being propagated incorrectly for friend method declarations
    that couldn't be matched at parse-time.

llvm-svn: 161652
2012-08-10 03:15:35 +00:00
..
basic We don't need a lengthy quote from the wrong standard. 2012-05-01 20:44:16 +00:00
class Update source location in test. 2012-07-30 16:51:34 +00:00
class.access Check access to friend declarations. There's a number of different 2012-08-10 03:15:35 +00:00
class.derived PR13499: Don't try to check whether 'override' has been validly applied until 2012-08-06 03:25:17 +00:00
conv Compute the promoted integer type of fixed-width enums correctly. Found by inspection. 2011-10-26 07:38:19 +00:00
dcl.dcl PR13293: Defer deduction of an auto type with a dependent declarator, such as "auto (*f)(T t)". 2012-07-08 04:13:07 +00:00
dcl.decl Explicitly defaulted constructors cannot be used for default initialization. 2012-07-31 22:40:31 +00:00
except PR13381: consider cv-qualifiers on a class member's type when determining which 2012-07-18 03:36:00 +00:00
expr PR12057: Allow variadic template pack expansions to cross lambda boundaries. 2012-07-25 03:56:55 +00:00
lex Improve diagnostics for UCNs referring to control characters and members of the 2012-03-09 22:27:51 +00:00
over When computing the conversion sequence in overload resolution 2012-04-04 02:40:27 +00:00
special PR13381, part 2: when determining if a defaulted special member function should 2012-07-18 03:51:16 +00:00
stmt.stmt Fix PR12960 by not attempting to correct cases when we're not actually instantiatiating a template. 2012-05-28 01:26:45 +00:00
temp Check access to friend declarations. There's a number of different 2012-08-10 03:15:35 +00:00