Fix a crash that occurs in this C++ case:
struct foo { static bool value; }; bool (foo::value); // crash because of parens llvm-svn: 76538
Loading
Please register or sign in to comment
struct foo { static bool value; }; bool (foo::value); // crash because of parens llvm-svn: 76538