[PATCH] D112044: [DebugInfo][InstrRef] Fix Wdangling-else warning in InstrRefLDVTest

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 19 02:11:08 PDT 2021


jmorse accepted this revision.
jmorse added a comment.
This revision is now accepted and ready to land.

Nice catch, thanks -- I suppose googletest or wherever EXPECT_EQ comes from should have the do {...}while(0) construct wrapping it, but that's way outside my wheelhouse.

(Landing this as you suggested elsewhere).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112044/new/

https://reviews.llvm.org/D112044



More information about the llvm-commits mailing list