summaryrefslogtreecommitdiff
path: root/source/slang/slang.natjmc
AgeCommit message (Collapse)Author
2023-07-25Add slang.natjmc. (#3018)Yong He
This allows Visual Studio debugger to skip over AST visitor dispatch functions and stop directly at the `visit*` functions when stepping into a `dispatch*` call. Co-authored-by: Yong He <yhe@nvidia.com>