r207036 - Fixed comments (thanks to Richard Smith).

Abramo Bagnara abramo.bagnara at bugseng.com
Wed Apr 23 14:49:00 PDT 2014


Author: abramo
Date: Wed Apr 23 16:49:00 2014
New Revision: 207036

URL: http://llvm.org/viewvc/llvm-project?rev=207036&view=rev
Log:
Fixed comments (thanks to Richard Smith).

Modified:
    cfe/trunk/include/clang/Analysis/Analyses/ThreadSafetyTIL.h

Modified: cfe/trunk/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Analysis/Analyses/ThreadSafetyTIL.h?rev=207036&r1=207035&r2=207036&view=diff
==============================================================================
--- cfe/trunk/include/clang/Analysis/Analyses/ThreadSafetyTIL.h (original)
+++ cfe/trunk/include/clang/Analysis/Analyses/ThreadSafetyTIL.h Wed Apr 23 16:49:00 2014
@@ -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:





More information about the cfe-commits mailing list