summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/lsan/lsan_common.cpp
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2019-09-12 02:20:36 +0000
committerVitaly Buka <vitalybuka@google.com>2019-09-12 02:20:36 +0000
commitd2af368aee56abf77f4a6ca3fd57ebdb697c48f2 (patch)
tree36057b4d4b1e3fd38d33027438c81834e88e100d /compiler-rt/lib/lsan/lsan_common.cpp
parent6e8c21857ecb49b282c2ee4df434f27469647e5e (diff)
downloadbcm5719-llvm-d2af368aee56abf77f4a6ca3fd57ebdb697c48f2.tar.gz
bcm5719-llvm-d2af368aee56abf77f4a6ca3fd57ebdb697c48f2.zip
[compiler-rt] Remove some cpplint filters
llvm-svn: 371704
Diffstat (limited to 'compiler-rt/lib/lsan/lsan_common.cpp')
-rw-r--r--compiler-rt/lib/lsan/lsan_common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/lsan/lsan_common.cpp b/compiler-rt/lib/lsan/lsan_common.cpp
index 529daee4368..86bd120e776 100644
--- a/compiler-rt/lib/lsan/lsan_common.cpp
+++ b/compiler-rt/lib/lsan/lsan_common.cpp
@@ -535,7 +535,7 @@ static void ReportIfNotSuspended(ThreadContextBase *tctx, void *arg) {
if (i >= suspended_threads.size() || suspended_threads[i] != tctx->os_id)
Report("Running thread %d was not suspended. False leaks are possible.\n",
tctx->os_id);
- };
+ }
}
static void ReportUnsuspendedThreads(
OpenPOWER on IntegriCloud