aboutsummaryrefslogtreecommitdiff
path: root/test/val/val_type_unique_test.cpp
AgeCommit message (Expand)Author
2022-11-04Switch SPIRV-Tools to use spirv.hpp11 internally (#4981)alan-baker
2019-09-24Remove validate_datarules.cpp (#2911)alan-baker
2018-08-03Cleanup includes. (#1795)dan sinclair
2018-08-01Remove using std::<foo> statements. (#1756)dan sinclair
2018-07-11Move tests into namespaces (#1689)dan sinclair
2018-05-31Allow duplicate pointer typesAlan Baker
2017-11-27Re-format source tree - NFC.Diego Novillo
2017-10-12Reenable validate type unique passAndrey Tuganov
2017-09-01Extension allows multiple same OpTypePointer typesAndrey Tuganov
2017-05-25Added extension SPV_VALIDATOR_ignore_type_decl_uniqueAndrey Tuganov
2017-03-02Validator: unique type check allows runtime arraysAndrey Tuganov
2017-03-01Validator: downgraded dupl type decl to warningAndrey Tuganov
2017-02-28Issue 559: check type declaration uniquenessAndrey Tuganov