aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2020-01-31 16:44:07 -0800
committerReid Kleckner <rnk@google.com>2020-01-31 16:50:11 -0800
commit4b606b4af5da3553bf027d456689d2e10b17869b (patch)
tree73b433528dc01972d7724279860c5c1b8a555ed5 /clang/lib/Frontend/CompilerInvocation.cpp
parent5b14abf0c1d0b64cbdba0c42957d55956374e5b8 (diff)
downloadllvm-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