MoritzS added a comment.

Another way to avoid UB in that case is to use value initialization, i.e. 
`PathDiagnosticConsumerOptions options{};`.

Can you commit this, please? I don't have commit access.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92221

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

Reply via email to