[all-commits] [llvm/llvm-project] 487edf: [NFC][CodeGen] Add const to a method

Vitaly Buka via All-commits all-commits at lists.llvm.org
Sun Dec 4 19:11:08 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 487edfa4327446d884709263006d3b9108181fce
      https://github.com/llvm/llvm-project/commit/487edfa4327446d884709263006d3b9108181fce
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2022-12-04 (Sun, 04 Dec 2022)

  Changed paths:
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CodeGenModule.h

  Log Message:
  -----------
  [NFC][CodeGen] Add const to a method


  Commit: a3b48e094525ebbce95e7a9da77612adf04ae314
      https://github.com/llvm/llvm-project/commit/a3b48e094525ebbce95e7a9da77612adf04ae314
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2022-12-04 (Sun, 04 Dec 2022)

  Changed paths:
    M clang/lib/CodeGen/CGCall.cpp

  Log Message:
  -----------
  [NFC][CodeGen] Extract HasStrictReturn


  Commit: 262d6d495c692678c100fc4565a519b4ed070f28
      https://github.com/llvm/llvm-project/commit/262d6d495c692678c100fc4565a519b4ed070f28
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2022-12-04 (Sun, 04 Dec 2022)

  Changed paths:
    M clang/test/CodeGen/msan-param-retval.c
    A clang/test/CodeGen/msan-param-retval.cpp

  Log Message:
  -----------
  [test][CodeGen] Check noundef for return value


  Commit: 9e8787821f62bc7856d9a4cdf439aadbaf43ed64
      https://github.com/llvm/llvm-project/commit/9e8787821f62bc7856d9a4cdf439aadbaf43ed64
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2022-12-04 (Sun, 04 Dec 2022)

  Changed paths:
    M clang/test/CodeGen/msan-param-retval.c
    M clang/test/CodeGen/msan-param-retval.cpp

  Log Message:
  -----------
  [test][CodeGen] Check noundef for omited return


Compare: https://github.com/llvm/llvm-project/compare/d9df5bb8cf19...9e8787821f62


More information about the All-commits mailing list