[all-commits] [llvm/llvm-project] 84cb8e: [Sema] Use llvm::is_contained (NFC)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sat Jan 20 14:30:53 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 84cb8eaeeb108234be1c8498688a014b87fd431d
https://github.com/llvm/llvm-project/commit/84cb8eaeeb108234be1c8498688a014b87fd431d
Author: Kazu Hirata <kazu at google.com>
Date: 2024-01-20 (Sat, 20 Jan 2024)
Changed paths:
M clang/lib/Sema/SemaDeclAttr.cpp
Log Message:
-----------
[Sema] Use llvm::is_contained (NFC)
Commit: 81218356fde328112817075ccc0c17a6d698c664
https://github.com/llvm/llvm-project/commit/81218356fde328112817075ccc0c17a6d698c664
Author: Kazu Hirata <kazu at google.com>
Date: 2024-01-20 (Sat, 20 Jan 2024)
Changed paths:
M llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
Log Message:
-----------
[Sparc] Use StringRef::starts_with_insensitive (NFC)
Commit: aa530c7d0091f9536485385e2c6fa7342d04afd5
https://github.com/llvm/llvm-project/commit/aa530c7d0091f9536485385e2c6fa7342d04afd5
Author: Kazu Hirata <kazu at google.com>
Date: 2024-01-20 (Sat, 20 Jan 2024)
Changed paths:
M llvm/lib/Passes/StandardInstrumentations.cpp
Log Message:
-----------
[Passes] Use a range-based for loop with llvm::successors (NFC)
Commit: 851143608e2394487d849f56ea1d4b3d3d8f2ead
https://github.com/llvm/llvm-project/commit/851143608e2394487d849f56ea1d4b3d3d8f2ead
Author: Kazu Hirata <kazu at google.com>
Date: 2024-01-20 (Sat, 20 Jan 2024)
Changed paths:
M clang/lib/Frontend/CompilerInstance.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/lib/Frontend/LogDiagnosticPrinter.cpp
M clang/lib/Frontend/Rewrite/FrontendActions.cpp
M clang/lib/Frontend/TextDiagnosticBuffer.cpp
Log Message:
-----------
[Frontend] Use SmallString::operator std::string (NFC)
Commit: 11b3b1085645f0819552eb8a17e1928f60570fce
https://github.com/llvm/llvm-project/commit/11b3b1085645f0819552eb8a17e1928f60570fce
Author: Kazu Hirata <kazu at google.com>
Date: 2024-01-20 (Sat, 20 Jan 2024)
Changed paths:
M llvm/include/llvm/Support/GenericDomTree.h
Log Message:
-----------
[Support] Use llvm::children and llvm::inverse_children (NFC)
Compare: https://github.com/llvm/llvm-project/compare/06ca52e25226...11b3b1085645
More information about the All-commits
mailing list