Skip to content
Commit e0c4ae1f authored by Chris Lattner's avatar Chris Lattner
Browse files

Generalize this to support printing any valuedecl, e.g. function definitions.

We now print:
  extern void blah();
as:
  void (blah)();

Strange, but ok :)

llvm-svn: 39549
parent d1c1c946
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