[all-commits] [llvm/llvm-project] 311224: [clang] Use llvm::is_contained instead of llvm::al...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Thu Jun 26 08:41:33 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 31122446c90eb6cca1e1f4e70722d0b9277ccdb7
https://github.com/llvm/llvm-project/commit/31122446c90eb6cca1e1f4e70722d0b9277ccdb7
Author: Kazu Hirata <kazu at google.com>
Date: 2025-06-26 (Thu, 26 Jun 2025)
Changed paths:
M clang/lib/AST/ExprCXX.cpp
M clang/lib/AST/StmtOpenACC.cpp
M clang/lib/Analysis/FlowSensitive/CNFFormula.cpp
M clang/lib/Basic/Attributes.cpp
M clang/lib/Driver/ToolChains/Arch/LoongArch.cpp
M clang/unittests/Tooling/DependencyScanning/DependencyScannerTest.cpp
M clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
Log Message:
-----------
[clang] Use llvm::is_contained instead of llvm::all_of (NFC) (#145843)
llvm::is_contained is shorter than llvm::all_of plus a lambda.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list