summaryrefslogtreecommitdiff
path: root/ast_type.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-03-29Add parser support for texture rectangle typesIan Romanick1-0/+2
2010-03-15Trivial clean-ups to ast_type_specifier(int) constructorIan Romanick1-1/+2
2010-03-15Ensure that ast_type always has type_name setIan Romanick1-55/+59
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 Romanick1-0/+103