From: Erich Keane Date: Wed, 12 Dec 2018 15:13:00 +0000 (+0000) Subject: Remove TODO leftover from my devleopment branch X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8d12672d7ac62ee04baade9f8385928a70d1d8a;p=clang Remove TODO leftover from my devleopment branch Accidentially checked in a TODO line from r348899. This removes it. Change-Id: I74b59c0ecfe147af8a08dd7fd10893a4ca351d6d git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348932 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaExpr.cpp b/lib/Sema/SemaExpr.cpp index 29a2f05aea..3ea9c7c8f9 100644 --- a/lib/Sema/SemaExpr.cpp +++ b/lib/Sema/SemaExpr.cpp @@ -11118,7 +11118,6 @@ static void DiagnoseRecursiveConstFields(Sema &S, const ValueDecl *VD, std::vector RecordTypeList; RecordTypeList.push_back(Ty); unsigned NextToCheckIndex = 0; - // TODO: MAKE THIS NOT RECURSIVE // We walk the record hierarchy breadth-first to ensure that we print // diagnostics in field nesting order. while (RecordTypeList.size() > NextToCheckIndex) {