llvm-project/clang/test/CXX
Sebastian Redl f184291fec Check for redefinitions in MergeVarDecl. This finds redefinitions of globals without an initializer in C++ and thus fixes PR5451.
llvm-svn: 95098
2010-02-02 18:35:11 +00:00
..
basic Check for redefinitions in MergeVarDecl. This finds redefinitions of globals without an initializer in C++ and thus fixes PR5451. 2010-02-02 18:35:11 +00:00
class Initialization improvements: addition of string initialization and a few 2009-12-19 08:11:05 +00:00
class.access Access control for implicit destructor calls. Diagnostic could be orders of 2010-02-02 08:45:54 +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
dcl.dcl Improve handling of enumerator values for C and C++, including: 2010-02-01 23:36:03 +00:00
dcl.decl Rework base and member initialization in constructors, with several 2010-01-31 09:12:51 +00:00
expr Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
lex/lex.trigraph Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +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 FIXME complete. 2010-02-02 03:10:28 +00:00