MyDeveloperDay added a comment.

did you consider a case where the case falls through? (i.e. no return)

  "case log::info :    return \"info\";\n"
  "case log::warning :\n"
  "default :           return \"default\";\n"


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

https://reviews.llvm.org/D151761

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to