]> granicus.if.org Git - clang/commitdiff
Update comment to match DR1502.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 17 Oct 2012 23:55:38 +0000 (23:55 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 17 Oct 2012 23:55:38 +0000 (23:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166158 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaInit.cpp

index f7a173fcc08dcc02d6439234a7b87c985ff1af4b..7f3d7ab3599eb7aea0dfeb015b1208ba87e33f27 100644 (file)
@@ -3611,8 +3611,7 @@ static void TryValueInitialization(Sema &S,
       //    user-provided or deleted default constructor, then the object is
       //    zero-initialized and, if T has a non-trivial default constructor,
       //    default-initialized;
-      // FIXME: The 'non-union' here is a defect (not yet assigned an issue
-      // number). Update the quotation when the defect is resolved.
+      // The 'non-union' here was removed by DR1502.
       if (NeedZeroInitialization)
         Sequence.AddZeroInitializationStep(Entity.getType());