aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineOperand.cpp
diff options
context:
space:
mode:
authorSterling Augustine <saugustine@google.com>2020-03-25 18:09:25 -0700
committerSterling Augustine <saugustine@google.com>2020-03-26 11:20:09 -0700
commit6c6fba8808e6e576ee8259b7699e3e4fd545d0bb (patch)
tree8f0348731c5bd2a9efaed109786446a65c921742 /llvm/lib/CodeGen/MachineOperand.cpp
parentb727aabcb8c67f4b6fd2de31adc9374ff72571d4 (diff)
downloadllvm-6c6fba8808e6e576ee8259b7699e3e4fd545d0bb.zip
llvm-6c6fba8808e6e576ee8259b7699e3e4fd545d0bb.tar.gz
llvm-6c6fba8808e6e576ee8259b7699e3e4fd545d0bb.tar.bz2
Correctly handle using foo = std::foo inside namespaces.
Summary: The gdb pretty printer misprints variables declared via using declarations of the form: namespace foo { using string_view = std::string_view; string_view bar; } This change fixes that, by deferring the decision to ignore types not inside std until after desugaring. Reviewers: #libc! Subscribers: broadwaylamb, libcxx-commits Tags: #libc Differential Revision: https://reviews.llvm.org/D76816
Diffstat (limited to 'llvm/lib/CodeGen/MachineOperand.cpp')
0 files changed, 0 insertions, 0 deletions