Add explicit braces to silence warning about ambiguous 'else' inside the EXPECT_EQ...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 9 Jun 2021 17:19:49 +0000 (18:19 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 10 Jun 2021 09:55:24 +0000 (10:55 +0100)
commit0ce61d47c03df280ce41e226527f8c72fcfa4b13
tree91fc0a003f0a789acd1a75afb45830fbd46a1beb
parent4eb47e3cd4c04a0f1fd8aceacafe2c45b174161f
Add explicit braces to silence warning about ambiguous 'else' inside the EXPECT_EQ macro. NFCI.
clang-tools-extra/clangd/unittests/SelectionTests.cpp