[all-commits] [llvm/llvm-project] e3ee37: Fix comparison of Structural Values

Erich Keane via All-commits all-commits at lists.llvm.org
Wed Jan 24 12:09:20 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e3ee3762304aa81e4a240500844bfdd003401b36
      https://github.com/llvm/llvm-project/commit/e3ee3762304aa81e4a240500844bfdd003401b36
  Author: erichkeane <ekeane at nvidia.com>
  Date:   2024-01-24 (Wed, 24 Jan 2024)

  Changed paths:
    M clang/lib/AST/TemplateBase.cpp
    M clang/test/SemaTemplate/temp_arg_nontype_cxx20.cpp

  Log Message:
  -----------
  Fix comparison of Structural Values

Fixes a regression from #78041 as reported in the review.  The original
patch failed to compare the canonical type, which this adds.  A slightly
modified test of the original report is added.




More information about the All-commits mailing list