[all-commits] [llvm/llvm-project] c411c1: Fix missing qualifier in template type diffing

Richard Trieu via All-commits all-commits at lists.llvm.org
Mon Aug 16 18:38:18 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c411c1bd7f7d3550d24333f80980c0be6481d34a
      https://github.com/llvm/llvm-project/commit/c411c1bd7f7d3550d24333f80980c0be6481d34a
  Author: Weverything <rtrieu at google.com>
  Date:   2021-08-16 (Mon, 16 Aug 2021)

  Changed paths:
    M clang/lib/AST/ASTDiagnostic.cpp
    M clang/test/Misc/diag-template-diffing.cpp

  Log Message:
  -----------
  Fix missing qualifier in template type diffing

Handle SubstTemplateTypeParmType so qualifiers do not get dropped from
the diagnostic message.




More information about the All-commits mailing list