]> granicus.if.org Git - clang/commitdiff
Fixed comments (thanks to Richard Smith).
authorAbramo Bagnara <abramo.bagnara@bugseng.com>
Wed, 23 Apr 2014 21:49:00 +0000 (21:49 +0000)
committerAbramo Bagnara <abramo.bagnara@bugseng.com>
Wed, 23 Apr 2014 21:49:00 +0000 (21:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207036 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/Analyses/ThreadSafetyTIL.h

index b5e2d526cc57b87bc2cb0b53b73368e9f558eedf..252eb7566ea7713311da5ab45340a8232dc46c66 100644 (file)
@@ -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: