DirectXShaderCompiler/tools
Helena Kotas d5608d5ffd
Remove LLVM_C_FALLTHROUGH instances that cause warnings on clang-12 (#6192)
The clang-12 warning is:

error: fallthrough annotation in unreachable code
[-Werror,-Wimplicit-fallthrough]

These LLVM_C_FALLTHROUGH were originally added to silence GCC warnings,
but the GCC PR validation build is has succeeded, so it looks like they
are not needed.

(cherry picked from commit eb4cec4ad1)
2024-01-23 23:27:52 +00:00
..
clang Remove LLVM_C_FALLTHROUGH instances that cause warnings on clang-12 (#6192) 2024-01-23 23:27:52 +00:00
dsymutil
dxexp Cleanup Windows code to conform to stricter C++ 17 compiler (#4804) 2022-11-22 15:31:36 -06:00
llc Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
lli
llvm-as
llvm-bcanalyzer
llvm-c-test
llvm-config
llvm-cov
llvm-cxxdump
llvm-diff
llvm-dis Fix crash for llvm-dis for windows build. (#4471) 2022-05-23 16:53:25 -07:00
llvm-dwarfdump Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
llvm-extract
llvm-link
llvm-lto
llvm-mc Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
llvm-mcmarkup
llvm-nm
llvm-objdump
llvm-pdbdump Make correct/consistent include capitalization (#1269) 2018-05-10 10:47:52 -07:00
llvm-profdata Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
llvm-readobj
llvm-rtdyld Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
llvm-shlib
llvm-size
llvm-stress Fallthrough (#4843) 2022-12-09 10:13:56 -08:00
llvm-symbolizer
lto
macho-dump
msbuild
obj2yaml Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
opt [opt] initialize HLSL passes with SetupRegistryPassForHLSL (#5217) 2023-05-16 13:35:15 -07:00
verify-uselistorder
yaml2obj
CMakeLists.txt Enable building LLVM testing tools (#4023) 2021-10-21 11:31:31 -05:00
LLVMBuild.txt