Age | Commit message (Collapse) | Author | Files | Lines |
|
This CL moves the test into namespaces based on their directories.
|
|
Re-formatted the source tree with the command:
$ /usr/bin/clang-format -style=file -i \
$(find include source tools test utils -name '*.cpp' -or -name '*.h')
This required a fix to source/val/decoration.h. It was not including
spirv.h, which broke builds when the #include headers were re-ordered by
clang-format.
|
|
This is a recent decision from the SPIR WG. The spec update
has not yet been published.
Khronos SPIR-V internal issue 199
|
|
Also posfixing test files with `_test' to make it more clear.
|