[Lldb-commits] [PATCH] D13678: [libstdc++ data-formatters] Remove size limits and loop detector.
Siva Chandra via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 12 15:20:58 PDT 2015
sivachandra added a comment.
How can there be loops in an std::list?
1. If the implementation is flawed.
2. If someone messes with its implementation.
Should we protect for such cases at all? If #1, don't use that library in the first place. If #2, that is an unsupported use case :)
http://reviews.llvm.org/D13678
More information about the lldb-commits
mailing list