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

Improve understanding of unary operators.

Before: int x = ** a;
After:  int x = **a;
llvm-svn: 172619
parent ced17f8c
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