llvm-project/clang/test/CXX/class/class.friend
Nico Weber d89e6f79f7 Don't crash if a declarator in a friend decl doesn't have a name.
There was already an explicit check for that for the first decl.  Move that
to a different place so that it's called for the following decls too.  Also
don't randomly set the BitfieldSize ExprResult to true (this sets a pointer to
true internally).

Found by SLi's bot.

llvm-svn: 226306
2015-01-16 19:34:13 +00:00
..
p1-ambiguous.cpp
p1-cxx11.cpp
p1.cpp Don't crash if a declarator in a friend decl doesn't have a name. 2015-01-16 19:34:13 +00:00
p2.cpp
p6.cpp C++11: don't warn about the deprecated 'register' keyword if it's combined with 2013-06-17 01:34:01 +00:00