diff options
author | Reid Kleckner <rnk@google.com> | 2020-01-31 16:44:07 -0800 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2020-01-31 16:50:11 -0800 |
commit | 4b606b4af5da3553bf027d456689d2e10b17869b (patch) | |
tree | 73b433528dc01972d7724279860c5c1b8a555ed5 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 5b14abf0c1d0b64cbdba0c42957d55956374e5b8 (diff) | |
download | llvm-4b606b4af5da3553bf027d456689d2e10b17869b.zip llvm-4b606b4af5da3553bf027d456689d2e10b17869b.tar.gz llvm-4b606b4af5da3553bf027d456689d2e10b17869b.tar.bz2 |
Move DenseMapInfo traits to TypeSize.h
Saves 2427 unneeded includes of TypeSize.h, which instantiates
std::tie<uint64_t, bool>, which instantiates std::tuple<uint64_t, bool>,
which is slow.
I'll remove the tie in a follow-up, since it's just for operator==.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions