[all-commits] [llvm/llvm-project] 08d4a5: [FunctionAttrs] Precommit tests for willreturn inf...

Quuxplusone via All-commits all-commits at lists.llvm.org
Tue Jan 12 11:23:26 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 08d4a50467ecef1337f8d7d9763c7738861bd6f6
      https://github.com/llvm/llvm-project/commit/08d4a50467ecef1337f8d7d9763c7738861bd6f6
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2021-01-12 (Tue, 12 Jan 2021)

  Changed paths:
    A llvm/test/Transforms/FunctionAttrs/willreturn.ll

  Log Message:
  -----------
  [FunctionAttrs] Precommit tests for willreturn inference.

Tests for D94502.


  Commit: eef4bdbb34de2dda657668c2ab39397e61e36a0a
      https://github.com/llvm/llvm-project/commit/eef4bdbb34de2dda657668c2ab39397e61e36a0a
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2021-01-12 (Tue, 12 Jan 2021)

  Changed paths:
    M libcxx/include/algorithm

  Log Message:
  -----------
  [libc++] Add a missing `<_Compare>` template argument.

Sometimes `_Compare` is an lvalue reference type, so letting it be
deduced is pretty much always wrong. (Well, less efficient than
it could be, anyway.)

Differential Revision: https://reviews.llvm.org/D93562


Compare: https://github.com/llvm/llvm-project/compare/a14040bd4d90...eef4bdbb34de


More information about the All-commits mailing list