Nipun Garg
Nipun Garg
This PR creates the AbstractRange and StaticRange DOM interfaces. It also refactors the Range DOM interface so that it inherits from the Abstract Range DOM interface. All the tests in...
**Description** The `[[vk::ext_capability(...)]]` tag doesn't propagate if it isn't attached to a `[[vk::ext_instruction(...)]]` tag. It should either work on every method/function or give errors/warnings on the ones its not supposed...
**Is your feature request related to a problem? Please describe.** I have created an intentionally broken program here. https://godbolt.org/z/1MxWvPP6E This problem is easy to run into if you pass a...
Is there any plan to add support for the C++11 std::thread api in the future?