[all-commits] [llvm/llvm-project] 26814b: [clang] Fix a typo: ExplicitObje[C]tArgument. NFC ...

Fangrui Song via All-commits all-commits at lists.llvm.org
Fri May 31 23:13:52 PDT 2024


  Branch: refs/heads/users/MaskRay/spr/elf-orphan-placement-remove-hasinputsections-condition
  Home:   https://github.com/llvm/llvm-project
  Commit: 26814bbd4f65934d4e231ce407ec1b62c9d81df7
      https://github.com/llvm/llvm-project/commit/26814bbd4f65934d4e231ce407ec1b62c9d81df7
  Author: Pavel Samolysov <samolisov at gmail.com>
  Date:   2024-06-01 (Sat, 01 Jun 2024)

  Changed paths:
    M clang/lib/Sema/SemaTemplateDeduction.cpp

  Log Message:
  -----------
  [clang] Fix a typo: ExplicitObje[C]tArgument. NFC (#94094)


  Commit: f85904868b282aa56c8bef90f169ca5ecd9957f8
      https://github.com/llvm/llvm-project/commit/f85904868b282aa56c8bef90f169ca5ecd9957f8
  Author: Fangrui Song <i at maskray.me>
  Date:   2024-05-31 (Fri, 31 May 2024)

  Changed paths:
    M lld/ELF/Writer.cpp

  Log Message:
  -----------
  [ELF] Simplify findOrphanPos. NFC

When the orphan section is placed after i, incrementing then
decreamenting is quite difficult to understand. Simplify the code to a
single loop to make the intention clearer.


  Commit: 1ba71322808422695b60eb232c2561d70a1094a0
      https://github.com/llvm/llvm-project/commit/1ba71322808422695b60eb232c2561d70a1094a0
  Author: Fangrui Song <i at maskray.me>
  Date:   2024-05-31 (Fri, 31 May 2024)

  Changed paths:
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M lld/ELF/Writer.cpp

  Log Message:
  -----------
  rebase after simplification f85904868b282aa56c8bef90f169ca5ecd9957f8

Created using spr 1.3.5-bogner


Compare: https://github.com/llvm/llvm-project/compare/cf2215eb8e67...1ba713228084

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