[PATCH] D52223: [dwarfdump] Verify DW_AT_type.

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 28 12:00:51 PDT 2018


xbolva00 added a comment.

DWARFVerifier.cpp:477:5: warning: this statement may fall through [-Wimplicit-fallthrough=]

  }
  ^

note: here

  case DW_AT_type: {
  ^~~~


Repository:
  rL LLVM

https://reviews.llvm.org/D52223





More information about the llvm-commits mailing list