spvDiagnosticDestroy is safe to call on nullptr
authorDavid Neto <dneto@google.com>
Mon, 11 Jan 2016 17:28:19 +0000 (12:28 -0500)
committerDavid Neto <dneto@google.com>
Mon, 11 Jan 2016 19:26:46 +0000 (14:26 -0500)
commit5d30edb36d8ee92ea0e37d0c21e4a46b7b5f4607
tree53240e0f4be90e988b33194a6ffe5e0ce315cfe1
parent3b69d05086b991eefd585a6032659194e5c63000
spvDiagnosticDestroy is safe to call on nullptr

Fixes https://github.com/KhronosGroup/SPIRV-Tools/issues/62
CMakeLists.txt
include/libspirv/libspirv.h
test/DiagnosticDestroy.cpp [new file with mode: 0644]