[PATCH] D97496: [Clang][ASan] Correct AsanDtorKindToString to return non-void in default case

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 15:22:40 PST 2021


delcypher added a comment.

@cryptoad Thanks.

LGTM

Originally this code had a `default` case in the switch but clang complained about it being unnecessary because it was exhaustive, so I removed it... It seems this is causing problems with your compiler :(


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97496



More information about the llvm-commits mailing list