summaryrefslogtreecommitdiff
path: root/ast_type.cpp
AgeCommit message (Collapse)Author
2010-03-29Add parser support for texture rectangle typesIan Romanick
2010-03-15Trivial clean-ups to ast_type_specifier(int) constructorIan Romanick
2010-03-15Ensure that ast_type always has type_name setIan Romanick
For built-in types, type_name would be NULL. This ensures that type_name is set even for the built-in types. This simplifies code in a few places and centralizes the name setting code.
2010-03-15Factor ast_type_specifier code out to ast_type.cppIan Romanick