Files
clang-p2996/clang/unittests/Driver/DXCModeTest.cpp
Michael Platings c8a23ec0cb [NFC][Driver] Fix -Wdangling-else warning
GCC emits this warning because the EXPECT_STREQ macro contains an
if-else statement:

  warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else]
2023-05-18 21:16:56 +01:00

9.5 KiB