r348932 - Remove TODO leftover from my devleopment branch
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 12 07:13:00 PST 2018
Author: erichkeane
Date: Wed Dec 12 07:13:00 2018
New Revision: 348932
URL: http://llvm.org/viewvc/llvm-project?rev=348932&view=rev
Log:
Remove TODO leftover from my devleopment branch
Accidentially checked in a TODO line from r348899. This removes it.
Change-Id: I74b59c0ecfe147af8a08dd7fd10893a4ca351d6d
Modified:
cfe/trunk/lib/Sema/SemaExpr.cpp
Modified: cfe/trunk/lib/Sema/SemaExpr.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaExpr.cpp?rev=348932&r1=348931&r2=348932&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaExpr.cpp (original)
+++ cfe/trunk/lib/Sema/SemaExpr.cpp Wed Dec 12 07:13:00 2018
@@ -11118,7 +11118,6 @@ static void DiagnoseRecursiveConstFields
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) {
More information about the cfe-commits
mailing list