llvm-project/clang/test/CXX
Douglas Gregor 46841e1bd9 Implement crazy destructor name lookup semantics differently in
C++98/03 and C++0x, since the '0x semantics break valid C++98/03
code. This new mess is tracked by core issue 399, which is still
unresolved.

Fixes PR6358 and PR6359.

llvm-svn: 96836
2010-02-23 00:15:22 +00:00
..
basic Implement crazy destructor name lookup semantics differently in 2010-02-23 00:15:22 +00:00
class Make Decl::isOutOfLine() virtual, and use that to determine when definitions 2010-02-21 07:08:09 +00:00
class.access Improve access control diagnostics. Perform access control on member-pointer 2010-02-10 09:31:12 +00:00
class.derived Fix for PR5840: fix the kind of name lookup used for classes in 2009-12-21 01:42:38 +00:00
conv Improve access control diagnostics. Perform access control on member-pointer 2010-02-10 09:31:12 +00:00
dcl.dcl Switch CodeGen's "is this variable declaration a definition?" logic 2010-02-06 05:15:45 +00:00
dcl.decl Migrate the mish-mash of declaration checks in 2010-02-09 07:26:29 +00:00
expr Migrate the mish-mash of declaration checks in 2010-02-09 07:26:29 +00:00
lex Fix for PR6220: compute the correct type for multicharacter literals. 2010-02-03 18:21:45 +00:00
over Initialization improvements: addition of string initialization and a few 2009-12-19 08:11:05 +00:00
special Reimplement constructor declarator parsing to cope with template-ids 2010-01-13 17:31:36 +00:00
temp Do not require a complete type when checking for a pointer conversion 2010-02-22 17:06:41 +00:00