Mangle.cpp - fix implicit Format.h dependency. NFC.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 23 Jun 2020 12:59:05 +0000 (13:59 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 23 Jun 2020 13:42:30 +0000 (14:42 +0100)
commit2168d69d1f304cb2ab5eec2a6c55cf8c1498f08d
treef772d5214c4c89df989ab904ccad2c9535ce427a
parent62c1750ea90f6c42ad8d58d341a405904560db08
Mangle.cpp - fix implicit Format.h dependency. NFC.

ProfileSummary was depending on other headers (notably via WithColor.h) to define format().
clang/lib/AST/Mangle.cpp