DirectXShaderCompiler/lib/DxilCompression
Xiang Li 039094228e
[ClangCL] Fix warning for rest part except clang. (#5705)
1. add noexcept for methods with __declspec(nothrow)
2. add override for override methods.
3. add const when cast const ptr for a const argument.
4. change 0 to 0u for immediate to avoid signed unsigned mismatch.
2023-10-09 16:59:01 -04:00
..
CMakeLists.txt Pulled the zlib compression code into a library (#4660) 2022-09-15 22:43:07 -07:00
DxilCompression.cpp [NFC] Clang-format DXC sources (#5602) 2023-09-19 07:49:22 -05:00
LICENSE.TXT Pulled the zlib compression code into a library (#4660) 2022-09-15 22:43:07 -07:00
LLVMBuild.txt Pulled the zlib compression code into a library (#4660) 2022-09-15 22:43:07 -07:00
miniz.c [ClangCL] Fix warning for rest part except clang. (#5705) 2023-10-09 16:59:01 -04:00
miniz.h [NFC] Clang-format DXC sources (#5602) 2023-09-19 07:49:22 -05:00