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

Parse and remember types enough that we can pretty print:

void foo(int X) {
  X = __alignof(int);
  X = sizeof(const int** restrict ** volatile*);
}

as:

x = __alignof(int)
x = sizeof(int const **restrict **volatile *)

llvm-svn: 39181
parent 558cb292
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