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

Create a new TypeNameType class, which represents typedefs as types. This

allows us to handle stuff like:

typedef int G;
 ..
  X = sizeof(G);

llvm-svn: 39189
parent 2ebe4bb6
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