Skip to content
Commit d5650bdc authored by Nico Weber's avatar Nico Weber
Browse files

Formatter: Add tests for try/catch. Let 'throw' start an expression.

Before:
  throw a *b;

Now:
  throw a * b;

llvm-svn: 171754
parent e89c42f4
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