[PATCH] D23766: DebugInfo: use strongly typed enum for debug info flags

Victor via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 6 02:19:39 PDT 2016


vleschuk added a comment.

In https://reviews.llvm.org/D23766#534316, @mehdi_amini wrote:

> (Ran `git clang-format` and fixed a warning before committing)




  	​  default:
  	​    return "";

The test failed because this change removed "default" case from getFlagsString() function.


Repository:
  rL LLVM

https://reviews.llvm.org/D23766





More information about the llvm-commits mailing list