[PATCH] D27012: [asan] Provide bug descriptions for all reports (not just ErrorGeneric)
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 23 10:53:16 PST 2016
rnk added a comment.
Isn't this somewhat redundant with the buffer in ScarinessScoreBase?
struct ScarinessScoreBase {
...
int score;
char descr[1024];
};
https://reviews.llvm.org/D27012
More information about the llvm-commits
mailing list