DirectXShaderCompiler/projects/dxilconv
Xiang Li 956fa34b4f
[ClangCL] Cleanup rest clang-cl warnings (#5847)
1. printf format mismatch.
2. avoid cast from CComPtr<IncludeHandlerVFSOverlayForTest> to
CComPtr<IDxcIncludeHandler>.
3. fix signed unsigned mismatch.
4. fix order of fields in constructor.
5. add override for override methods.
6. port
01f4209631
7. add copy assignment operator to avoid
-Wdeprecated-copy-with-user-provided-copy
8. disable -Wignored-qualifiers for taef header WexTestClass.h.
9. remove unused fields.
10. add -clang-cl for hctbuild.
2023-10-16 19:40:51 +00:00
..
include [ClangCL] Cleanup rest clang-cl warnings (#5847) 2023-10-16 19:40:51 +00:00
lib [ClangCL] fix warning in DxbcConverter (#5694) 2023-10-09 16:58:37 -04:00
test [lit] allow for spaces in taef commands (#5720) 2023-09-18 19:58:04 +00:00
tools [ClangCL] fix warning in DxbcConverter (#5694) 2023-10-09 16:58:37 -04:00
unittests [ClangCL] fix warning in DxbcConverter (#5694) 2023-10-09 16:58:37 -04:00
CMakeLists.txt Support taef run in lit. (#4762) 2022-11-14 10:33:16 -08:00