]> granicus.if.org Git - clang/commitdiff
Remove TODO leftover from my devleopment branch
authorErich Keane <erich.keane@intel.com>
Wed, 12 Dec 2018 15:13:00 +0000 (15:13 +0000)
committerErich Keane <erich.keane@intel.com>
Wed, 12 Dec 2018 15:13:00 +0000 (15:13 +0000)
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

lib/Sema/SemaExpr.cpp

index 29a2f05aea1e4afb8416caa44c1dee076ff694b5..3ea9c7c8f95350a865ff4ff7c479e2dfd6e6ad21 100644 (file)
@@ -11118,7 +11118,6 @@ static void DiagnoseRecursiveConstFields(Sema &S, const ValueDecl *VD,
   std::vector<const RecordType *> 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) {