[all-commits] [llvm/llvm-project] cd9a5c: Use the range-based overload of llvm::sort where p...
Dmitri Gribenko via All-commits
all-commits at lists.llvm.org
Sat Jul 23 06:13:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cd9a5cfd2e4e4d583c9bf5ef1100acaf5e96f29e
https://github.com/llvm/llvm-project/commit/cd9a5cfd2e4e4d583c9bf5ef1100acaf5e96f29e
Author: Dmitri Gribenko <gribozavr at gmail.com>
Date: 2022-07-23 (Sat, 23 Jul 2022)
Changed paths:
M clang-tools-extra/clang-apply-replacements/lib/Tooling/ApplyReplacements.cpp
M clang-tools-extra/clang-include-fixer/SymbolIndexManager.cpp
M clang-tools-extra/clang-tidy/readability/MagicNumbersCheck.cpp
M clang-tools-extra/clangd/index/StdLib.cpp
M clang/include/clang/Basic/Attr.td
M clang/lib/Driver/Multilib.cpp
M clang/lib/Frontend/FrontendAction.cpp
M clang/lib/Sema/AnalysisBasedWarnings.cpp
M lldb/source/Interpreter/OptionValueArray.cpp
M lldb/source/Interpreter/OptionValueFileSpecList.cpp
M lldb/source/Interpreter/OptionValuePathMappings.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
M lldb/source/Symbol/ArmUnwindInfo.cpp
M lldb/source/Symbol/CompileUnit.cpp
M lldb/source/Symbol/Symtab.cpp
M lldb/source/Target/DynamicRegisterInfo.cpp
M lldb/source/Target/Target.cpp
M lldb/source/Utility/ReproducerProvider.cpp
M lldb/source/Utility/Timer.cpp
M llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
M llvm/unittests/ADT/SmallPtrSetTest.cpp
M llvm/unittests/TextAPI/TextStubV1Tests.cpp
M llvm/unittests/TextAPI/TextStubV2Tests.cpp
M llvm/unittests/TextAPI/TextStubV3Tests.cpp
M llvm/unittests/TextAPI/TextStubV4Tests.cpp
Log Message:
-----------
Use the range-based overload of llvm::sort where possible
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D130403
More information about the All-commits
mailing list