[all-commits] [llvm/llvm-project] 1cc9d9: [C++20, test] Fix use of undef FileCheck variable

RoboTux via All-commits all-commits at lists.llvm.org
Sat Apr 3 16:05:56 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1cc9d949a1233e8b17b3b345ccb67ca7296c1a6c
      https://github.com/llvm/llvm-project/commit/1cc9d949a1233e8b17b3b345ccb67ca7296c1a6c
  Author: Thomas Preud'homme <thomasp at graphcore.ai>
  Date:   2021-04-04 (Sun, 04 Apr 2021)

  Changed paths:
    M clang/test/CodeGenCXX/cxx2a-compare.cpp

  Log Message:
  -----------
  [C++20, test] Fix use of undef FileCheck variable

Commit f495de43bd5da50286da6020e508d106cfc60f57 forgot two lines when
removing checks for strong and weak equality, resulting in the use of an
undefined FileCheck variable.

Reviewed By: Quuxplusone

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




More information about the All-commits mailing list