[all-commits] [llvm/llvm-project] dccfad: [clang] Use StringRef::contains (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Thu Oct 21 08:58:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dccfaddc6bcc711bd972b43bff5ce6d71c1b39dc
https://github.com/llvm/llvm-project/commit/dccfaddc6bcc711bd972b43bff5ce6d71c1b39dc
Author: Kazu Hirata <kazu at google.com>
Date: 2021-10-21 (Thu, 21 Oct 2021)
Changed paths:
M clang/lib/ARCMigrate/ObjCMT.cpp
M clang/lib/ARCMigrate/TransUnbridgedCasts.cpp
M clang/lib/ARCMigrate/Transforms.cpp
M clang/lib/AST/Expr.cpp
M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
M clang/lib/Analysis/RetainSummaryManager.cpp
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/CodeGen/TargetInfo.cpp
M clang/lib/Lex/HeaderSearch.cpp
M clang/lib/Lex/LiteralSupport.cpp
M clang/lib/Rewrite/Rewriter.cpp
M clang/utils/TableGen/ClangASTPropertiesEmitter.cpp
M clang/utils/TableGen/NeonEmitter.cpp
M clang/utils/TableGen/RISCVVEmitter.cpp
Log Message:
-----------
[clang] Use StringRef::contains (NFC)
More information about the All-commits
mailing list