summaryrefslogtreecommitdiff
path: root/source/slang/slang-ast-support-types.cpp
AgeCommit message (Expand)Author
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-07-07Do not use member function of incomplete SemanticsVisitor (#2968)Ellie Hermaszewska
2023-05-12Add finalized keywords for autodiff. (#2882)Yong He
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-03-07Reuse higher-order `ResolveInvoke` logic to resolve func refs in `[*Derivativ...Yong He
2022-11-30Fix missing semantic highlighting in attributes and ExtractExitentialValueExp...Yong He
2022-11-16Clean up type checking of higher order expressions. (#2519)Yong He
2022-11-09Add `[ForwardDerivativeOf]` attribute. (#2501)Yong He
2022-11-04Higher order differentiation. (#2487)Yong He
2022-08-03Basic pointer usages. (#2342)Yong He