[all-commits] [llvm/llvm-project] aeee4e: Stop modifying trailing return types.

Richard Smith via All-commits all-commits at lists.llvm.org
Sun Apr 2 01:42:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aeee4ebd689171c963aa5d973e14cb6e731eb147
      https://github.com/llvm/llvm-project/commit/aeee4ebd689171c963aa5d973e14cb6e731eb147
  Author: Richard Smith <richard at metafoo.co.uk>
  Date:   2023-04-02 (Sun, 02 Apr 2023)

  Changed paths:
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/Sema/SemaConcept.cpp

  Log Message:
  -----------
  Stop modifying trailing return types.

This change reverts the functional change from D144626 but retains its
test. Instead of dealing with the possibility that a trailing requires
clause might have been rewritten into some other incorrect form, just
stop rewriting it.

No functionality changes intended.

Reviewed By: erichkeane, ChuanqiXu

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




More information about the All-commits mailing list