From: Abramo Bagnara Date: Wed, 23 Apr 2014 21:49:00 +0000 (+0000) Subject: Fixed comments (thanks to Richard Smith). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e7d1f2ef8989afa9aefea9e8388b7a9a749fe74;p=clang Fixed comments (thanks to Richard Smith). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207036 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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: