[all-commits] [llvm/llvm-project] 18d199: Stop including llvm/ADT/STLFunctionalExtras.h (NFC)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Fri Oct 13 20:51:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 18d199116fe2150549110da68ac0ca8cfd80f9c8
https://github.com/llvm/llvm-project/commit/18d199116fe2150549110da68ac0ca8cfd80f9c8
Author: Kazu Hirata <kazu at google.com>
Date: 2023-10-13 (Fri, 13 Oct 2023)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/Formula.h
M clang/lib/ExtractAPI/API.cpp
M llvm/include/llvm/IRReader/IRReader.h
M llvm/include/llvm/Support/ThreadSafeAllocator.h
M llvm/tools/llvm-readobj/ObjDumper.h
M openmp/libomptarget/include/Utilities.h
Log Message:
-----------
Stop including llvm/ADT/STLFunctionalExtras.h (NFC)
These source files do not use function_ref.
Commit: 643b2ccd8296a3f8a2950421e72aa5ca59e4fecc
https://github.com/llvm/llvm-project/commit/643b2ccd8296a3f8a2950421e72aa5ca59e4fecc
Author: Kazu Hirata <kazu at google.com>
Date: 2023-10-13 (Fri, 13 Oct 2023)
Changed paths:
M llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
M llvm/tools/llvm-exegesis/lib/BenchmarkResult.cpp
M llvm/tools/llvm-exegesis/lib/BenchmarkResult.h
M llvm/tools/llvm-exegesis/lib/LlvmState.h
M llvm/tools/llvm-readobj/ObjDumper.h
M llvm/tools/llvm-xray/xray-graph-diff.h
Log Message:
-----------
[tools] Stop including llvm/ADT/StringMap.h (NFC)
These source files do not use StringMap.h.
Compare: https://github.com/llvm/llvm-project/compare/3750558ee1b0...643b2ccd8296
More information about the All-commits
mailing list