diff options
author | Zequan Wu <zequanwu@google.com> | 2022-04-19 20:11:44 -0700 |
---|---|---|
committer | Zequan Wu <zequanwu@google.com> | 2022-04-20 10:33:00 -0700 |
commit | 2fa2734690ff6debf2d678dc9f94fa14e0cbd227 (patch) | |
tree | 3fc7f43c2a22f1805fe6f872b0ca1992f0f9a43f /clang/lib/Lex/ModuleMap.cpp | |
parent | 0f5dbfd29ae0df215a01aff80d29255bb799fed0 (diff) | |
download | llvm-2fa2734690ff6debf2d678dc9f94fa14e0cbd227.zip llvm-2fa2734690ff6debf2d678dc9f94fa14e0cbd227.tar.gz llvm-2fa2734690ff6debf2d678dc9f94fa14e0cbd227.tar.bz2 |
[LLDB][NativePDB] Fix the case when S_DEFRANGE_SUBFIELD_REGISTERs are out of order.
Previously, I was assuming that S_DEFRANGE_SUBFIELD_REGISTERs are always in the
increasing order of offset_in_parent until I saw a counter example.
Using `std::map` so that they are sorted by offset_in_parent.
Differential Revision: https://reviews.llvm.org/D124061
Diffstat (limited to 'clang/lib/Lex/ModuleMap.cpp')
0 files changed, 0 insertions, 0 deletions