[all-commits] [llvm/llvm-project] a26d30: [UTC] Include return type/attributes under --versi...

Nikita Popov via All-commits all-commits at lists.llvm.org
Thu Mar 2 01:02:03 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a26d3031cf89954d030e494d47ca6653d531dc82
      https://github.com/llvm/llvm-project/commit/a26d3031cf89954d030e494d47ca6653d531dc82
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-03-02 (Thu, 02 Mar 2023)

  Changed paths:
    A clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.v2.expected
    M clang/test/utils/update_cc_test_checks/mangled_names.test
    M llvm/utils/UpdateTestChecks/asm.py
    M llvm/utils/UpdateTestChecks/common.py
    M llvm/utils/UpdateTestChecks/isel.py
    M llvm/utils/update_cc_test_checks.py
    M llvm/utils/update_test_checks.py

  Log Message:
  -----------
  [UTC] Include return type/attributes under --version 2

If --function-signature is used with --version 2, then also include
the return type/attributes in the check lines. This is the
implementation of D133943 rebased on the --version mechanism from
D142473.

This doesn't bump the default version yet, because I'd like to do
that together with D140212 (which enables --function-signature by
default), as these changes seem closely related. For now this
functionality can be accessed by explicitly passing --version 2
to UTC.

Fixes https://github.com/llvm/llvm-project/issues/61058.

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




More information about the All-commits mailing list