about summary refs log tree commit diff
path: root/src/rustllvm/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2020-07-11 08:53:13 -0700
committerGitHub <noreply@github.com>2020-07-11 08:53:13 -0700
commit084ac77cf29e786df7251392bed0b6e6c7ea8786 (patch)
tree15255db5e83787345ba5062ead32274a4786c51e /src/rustllvm/CoverageMappingWrapper.cpp
parent90f1d724c8d9b364b4b0c81817484afa04c73009 (diff)
parent24a728a8eb4832568509eb757c2374934a76cb98 (diff)
downloadrust-084ac77cf29e786df7251392bed0b6e6c7ea8786.tar.gz
rust-084ac77cf29e786df7251392bed0b6e6c7ea8786.zip
Rollup merge of #73715 - MaulingMonkey:pr-natvis-tuples, r=Amanieu
debuginfo:  Mangle tuples to be natvis friendly, typedef basic types

These changes are meant to unblock rust-lang/rust#70052 "Update hashbrown to 0.8.0" by allowing the use of `tuple<u64, u64>` as a .natvis expression in MSVC style debuggers (MSVC, WinDbg, CDB, etc.)

* f8eb81b does the actual mangling of `(u64, u64)` -> `tuple<u64, 64>`
* 24a728a allows `u64` to resolve (fixing `$T1` / `$T2` when used to visualize `HashMap<u64, u64, ...>`)
Diffstat (limited to 'src/rustllvm/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions