Allow Link time constant array length sizing, warn on unsupported functionality
/format
🌈 Formatted, please merge the changes from this PR
Falcor test is breaking?
We should also test declaring link time constants inside a namespace and a __included file.
We now warn instead of segfaulting on link time constant sized arrays, however the reflection API is still incomplete, we can tackle this in a follow up PR
We should add more test cases here.
- reflection test
TEST:REFLECTION - thread local array:
static int a[link_time_const]; - group shared array
I'm OK with the change itself.