summaryrefslogtreecommitdiff
path: root/source/slang/slang-ast-support-types.h
AgeCommit message (Expand)Author
2020-08-27Clean up the way that lookup "through" a base type is encoded (#1519)Tim Foley
2020-08-25Export witness table and RTTI objects in compiled libraries. (#1514)Yong He
2020-08-13Support property declarations in interfaces (#1494)Tim Foley
2020-07-23Fix the way extension declarations are cached for lookup (#1450)Tim Foley
2020-06-30Initial work on property declarations (#1410)Tim Foley
2020-06-25AST Serialize Reading (#1409)jsmall-nvidia
2020-06-24AST Serialization writing (#1407)jsmall-nvidia
2020-06-18Work on struct inheritance and interfacesTim Foley
2020-06-15Generate IRType for interfaces, and reference them as `operand[0]` in IRWitne...Yong He
2020-06-08Small fixes/improvements based on review. (#1379)jsmall-nvidia
2020-06-05ASTNodes use MemoryArena (#1376)jsmall-nvidia
2020-05-29NodeBase types constructed with astNodeType member set (#1363)jsmall-nvidia
2020-05-29Feature/ast syntax standard (#1360)jsmall-nvidia
2020-05-28WIP: ASTBuilder (#1358)jsmall-nvidia
2020-05-26Improvements around hashing (#1355)jsmall-nvidia
2020-05-22Tidy up around AST nodes (#1353)jsmall-nvidia
2020-05-21Non virtual accept implementation on AST types (#1351)jsmall-nvidia
2020-05-08AST nodes using C++ Extractor (#1341)jsmall-nvidia