[all-commits] [llvm/llvm-project] 53929d: [llvm] Don't include STLForwardCompat.h (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Wed Dec 7 20:34:56 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 53929d824da28d7765c53ede0f449413cd9724a9
https://github.com/llvm/llvm-project/commit/53929d824da28d7765c53ede0f449413cd9724a9
Author: Kazu Hirata <kazu at google.com>
Date: 2022-12-07 (Wed, 07 Dec 2022)
Changed paths:
M llvm/include/llvm/ADT/Optional.h
M llvm/include/llvm/AsmParser/Parser.h
M llvm/include/llvm/CodeGen/MIRParser/MIRParser.h
M llvm/include/llvm/IRReader/IRReader.h
Log Message:
-----------
[llvm] Don't include STLForwardCompat.h (NFC)
STLForwardCompat.h defines remove_cvref and remove_cvref_t. These
source files use neither one of those.
More information about the All-commits
mailing list