DirectXShaderCompiler/include
Greg Roth 72e46b3709
Fix crashing from null elements producing errors (#3487)
Under certain rare circumstances, it is possible for errors to be
reported for function or global variables that are null.

This eliminates the absolute necessity for a non-null function or GV by
passing in the context needed to report any error. It also avoids some
of the cases where trying to get a debug function would give a null
which would replace the non-null function.
2021-02-22 14:56:54 -08:00
..
dxc Fix crashing from null elements producing errors (#3487) 2021-02-22 14:56:54 -08:00
llvm Added option to not generate nops (#3419) 2021-02-01 15:57:53 -08:00
llvm-c [linux-port] Introduce Windows "adapter" headers (#1314) 2018-06-17 11:31:21 -04:00
miniz Removed source from debug module. Support slim PDB. (#3348) 2021-01-20 12:25:28 -08:00