[PATCH] D23672: Start reifying error descriptions
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 19 11:15:32 PDT 2016
kcc added inline comments.
================
Comment at: lib/asan/asan_errors.h:51
@@ +50,3 @@
+ union {
+ ErrorStackOverflow stack_overflow;
+ };
----------------
Errr. This looks like a part of change...
What's going to be next?
And why enum? Can we use C++ here (inheritance)?
https://reviews.llvm.org/D23672
More information about the llvm-commits
mailing list