Skip to content
Commit 1a176f0b authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

Fix a crash that occurs in this C++ case:

struct foo {
  static bool value;
};
bool (foo::value); // crash because of parens

llvm-svn: 76538
parent 83423aa2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment