Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
clang
AST
ASTContext.cpp
Find file
Blame
History
Permalink
Create a new TypeNameType class, which represents typedefs as types. This
· d0342e59
Chris Lattner
authored
Nov 20, 2006
allows us to handle stuff like: typedef int G; .. X = sizeof(G); llvm-svn: 39189
d0342e59
Loading