llvm-project/clang/test/CXX/temp
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
..
temp.arg From Philippe Canal: 2012-06-29 07:30:33 +00:00
temp.decls Check access to friend declarations. There's a number of different 2012-08-10 03:15:35 +00:00
temp.fct.spec C++11 [temp.deduct.call]p6 tweak: when given a set of overlaoded 2012-03-12 21:09:16 +00:00
temp.names Whenever we have a BalancedDelimiterTracker, we have a 'nested' scope 2012-06-06 21:18:07 +00:00
temp.param Implement [temp.param]p5: the top-level cv-qualifiers on a non-type template 2012-03-13 07:21:50 +00:00
temp.res Some tests missed from r144056. 2011-11-08 02:18:13 +00:00
temp.spec Allow CorrectTypo to add/modify nested name qualifiers to typos that 2012-06-06 20:54:51 +00:00
temp.type Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
p3.cpp Unify and fix our checking of C++ [dcl.meaning]p1's requirements 2012-03-28 16:01:27 +00:00