[all-commits] [llvm/llvm-project] bce55d: [clang][NFC] Remove unused parameter from ActOnCXX...

Timm Bäder via All-commits all-commits at lists.llvm.org
Wed Jun 15 07:06:33 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bce55d06904c2b121e8eb94c340f16a6bb020860
      https://github.com/llvm/llvm-project/commit/bce55d06904c2b121e8eb94c340f16a6bb020860
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2022-06-15 (Wed, 15 Jun 2022)

  Changed paths:
    M clang/include/clang/Sema/Sema.h
    M clang/lib/Parse/ParseExprCXX.cpp
    M clang/lib/Sema/SemaCXXScopeSpec.cpp

  Log Message:
  -----------
  [clang][NFC] Remove unused parameter from ActOnCXXNestedNameSpecifier


  Commit: c149fa1f5fdaf62aa1db4bc52d72a34f0a92dd4f
      https://github.com/llvm/llvm-project/commit/c149fa1f5fdaf62aa1db4bc52d72a34f0a92dd4f
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2022-06-15 (Wed, 15 Jun 2022)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Sema/SemaCXXScopeSpec.cpp
    M clang/test/SemaCXX/nested-name-spec.cpp

  Log Message:
  -----------
  [clang][sema] Provide better diagnostic for missing template arguments

Instead of just complaining that "x is not a class, namespace or
enumeration", mention that using x requires template arguments.

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

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


Compare: https://github.com/llvm/llvm-project/compare/87a2dba14ec8...c149fa1f5fda


More information about the All-commits mailing list