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
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) {