Skip to content
Commit da1c68ab authored by Daniel Jasper's avatar Daniel Jasper
Browse files

Understand unary operators after "return" and "case".

This fixes llvm.org/PR14746.

Before: return - 1;
After:  return -1;
llvm-svn: 171389
parent ac5c1c28
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