[PATCH] D38986: [Analyzer] Better unreachable message in enumeration
Devin Coughlin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 20 10:19:20 PDT 2017
dcoughlin added a comment.
What is the workflow where this is needed? Is it when an end-user is running a build with assertions and can't provide a reproducer but can provide the console output?
Does llvm_unreachable() guarantee that the string construction code is completely removed from release builds?
https://reviews.llvm.org/D38986
More information about the cfe-commits
mailing list