[PATCH] D19627: [scan-build] fix logic error warning emitted on compiler-rt code base
Apelete Seketeli via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 27 23:44:56 PDT 2016
apelete marked an inline comment as done.
================
Comment at: lib/asan/asan_suppressions.cc:21
@@ -20,2 +20,3 @@
#include "sanitizer_common/sanitizer_symbolizer.h"
+#include <cassert>
----------------
If the changes are good for you, could you please check this in the main repository for me ?
Thanks for your review.
http://reviews.llvm.org/D19627
More information about the llvm-commits
mailing list