[all-commits] [llvm/llvm-project] 8f64d5: [flang] Remove unused using decls (NFC)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Tue Oct 10 18:57:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8f64d52cb8b84a4abc4c432f95b78c6f0d17b579
https://github.com/llvm/llvm-project/commit/8f64d52cb8b84a4abc4c432f95b78c6f0d17b579
Author: Kazu Hirata <kazu at google.com>
Date: 2023-10-10 (Tue, 10 Oct 2023)
Changed paths:
M flang/tools/flang-driver/driver.cpp
M flang/unittests/Optimizer/InternalNamesTest.cpp
Log Message:
-----------
[flang] Remove unused using decls (NFC)
Identified with misc-unused-using-decls.
Commit: b3ec0595d38cfa09f52dc8a5c1c119fa3293d797
https://github.com/llvm/llvm-project/commit/b3ec0595d38cfa09f52dc8a5c1c119fa3293d797
Author: Kazu Hirata <kazu at google.com>
Date: 2023-10-10 (Tue, 10 Oct 2023)
Changed paths:
M llvm/include/llvm/Bitstream/BitstreamReader.h
M llvm/include/llvm/Object/GOFF.h
M llvm/include/llvm/Support/MD5.h
M llvm/lib/ObjectYAML/COFFEmitter.cpp
M llvm/lib/ProfileData/SampleProfReader.cpp
M llvm/lib/Remarks/YAMLRemarkParser.cpp
M llvm/tools/llvm-objdump/MachODump.cpp
Log Message:
-----------
[llvm] Drop unaligned from calls to llvm::support::endian::{read,write} (NFC)
The last template parameter of llvm::support::endian::{read,write}
defaults to unaligned, so we can drop that at call sites.
Commit: d12ece2ecbb6065797c826c2e70d8f8a642b8eb0
https://github.com/llvm/llvm-project/commit/d12ece2ecbb6065797c826c2e70d8f8a642b8eb0
Author: Kazu Hirata <kazu at google.com>
Date: 2023-10-10 (Tue, 10 Oct 2023)
Changed paths:
M clang/lib/CodeGen/CGDeclCXX.cpp
Log Message:
-----------
[CodeGen] Use a range-based for loop (NFC)
Commit: a157e79dd207d72aea1d42953c61f14790d847c1
https://github.com/llvm/llvm-project/commit/a157e79dd207d72aea1d42953c61f14790d847c1
Author: Kazu Hirata <kazu at google.com>
Date: 2023-10-10 (Tue, 10 Oct 2023)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/DataflowAnalysis.h
Log Message:
-----------
[FlowSensitive] Stop including llvm/ADT/Any.h (NFC)
DataflowAnalysis.h doesn't use Any.
Compare: https://github.com/llvm/llvm-project/compare/4df74963ea0f...a157e79dd207
More information about the All-commits
mailing list