From 2e7d1f2ef8989afa9aefea9e8388b7a9a749fe74 Mon Sep 17 00:00:00 2001 From: Abramo Bagnara Date: Wed, 23 Apr 2014 21:49:00 +0000 Subject: [PATCH] Fixed comments (thanks to Richard Smith). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207036 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Analysis/Analyses/ThreadSafetyTIL.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/clang/Analysis/Analyses/ThreadSafetyTIL.h b/include/clang/Analysis/Analyses/ThreadSafetyTIL.h index b5e2d526cc..252eb7566e 100644 --- a/include/clang/Analysis/Analyses/ThreadSafetyTIL.h +++ b/include/clang/Analysis/Analyses/ThreadSafetyTIL.h @@ -105,9 +105,8 @@ public: } // SExpr objects cannot be deleted. - // This declaration is public to avoid breaking gcc compilation + // This declaration is public to workaround a gcc bug that breaks building // with REQUIRES_EH=1. - // The access check is also mandated by C++11 5.3.4p17 and former standards. void operator delete(void *) LLVM_DELETED_FUNCTION; protected: -- 2.40.0