Skip to content
Commit 06b575ca authored by Manuel Klimek's avatar Manuel Klimek
Browse files

Fix dereference of pointers in throw statements.

Before:
  throw * x;

After:
  throw *x;

Patch by Erik Uhlmann.

llvm-svn: 308185
parent 8d0ecbed
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment