clang-1/test/CXX
Richard Smith e531001b7e PR12688: ParseCXXClassMemberDeclaration's sometimes-null ThisDecl takes another
victim. Don't crash if we have a delay-parsed exception specification for a
class member which is invalid in a way which precludes building a FunctionDecl.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155788 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-29 07:31:09 +00:00
..
basic If a type is non-literal by virtue of being incomplete produce notes 2012-04-25 23:23:48 +00:00
class PR12688: ParseCXXClassMemberDeclaration's sometimes-null ThisDecl takes another 2012-04-29 07:31:09 +00:00
class.access My original patch missed the virtual-base case for destroying 2012-04-09 21:51:56 +00:00
class.derived Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +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 Disambiguation of '[[': 2012-04-10 01:32:12 +00:00
dcl.decl Dependent-sequence initialization of a single element can be direct 2012-04-04 04:06:51 +00:00
except Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. 2012-04-17 00:58:00 +00:00
expr Implement the last part of C++ [class.mem]p2, delaying the parsing of 2012-04-16 18:27:27 +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 [class.copy]p23: Fix an assertion caused by incorrect argument numbering in a 2012-04-29 06:32:34 +00:00
stmt.stmt Support decltype as a simple-type-specifier. 2012-01-24 05:47:35 +00:00
temp Implement the last part of C++ [class.mem]p2, delaying the parsing of 2012-04-16 18:27:27 +00:00