luzpaz
65ecfd1093
Fix various source comment (doxygen) typos ( #4680 )
...
Found via `codespell -q 3 -L fo,lod,parm
2022-01-26 15:13:08 -05:00
Steven Perron
106c98d0fa
Validate sign of int types. ( #2549 )
...
Fixes https://crbug.com/959011 .
2019-05-06 13:05:31 -04:00
Steven Perron
464111eaef
Remove use of deprecated googletest macro ( #2286 )
...
* Remove use of deprecated googletest macro
INSTANTIATE_TEST_CASE_P has been deprecated. We need to use
INSTANTIATE_TEST_SUITE_P instead.
* Remove extra commas from test suites.
2019-01-29 18:56:52 -05:00
dan sinclair
eda2cfbe12
Cleanup includes. ( #1795 )
...
This Cl cleans up the include paths to be relative to the top level
directory. Various include-what-you-use fixes have been added.
2018-08-03 15:06:09 -04:00
dan sinclair
2cce2c5b97
Move tests into namespaces ( #1689 )
...
This CL moves the test into namespaces based on their directories.
2018-07-11 09:24:49 -04:00
Jesus Carabano
4dbcef62ee
validate & test of literal's upper bits
...
Fixes https://github.com/KhronosGroup/SPIRV-Tools/issues/660
2017-12-19 13:19:56 -05:00