[all-commits] [llvm/llvm-project] c24137: [clang] Fix @tparam warnings for concept template ...

Erick Velez via All-commits all-commits at lists.llvm.org
Fri May 29 09:40:01 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c241374079f12aabe5d1db5133cb5d924a3cc1d6
      https://github.com/llvm/llvm-project/commit/c241374079f12aabe5d1db5133cb5d924a3cc1d6
  Author: Erick Velez <erickvelez7 at gmail.com>
  Date:   2026-05-29 (Fri, 29 May 2026)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/AST/Comment.h
    M clang/lib/AST/Comment.cpp
    M clang/lib/Index/CommentToXML.cpp
    M clang/test/Sema/warn-documentation.cpp

  Log Message:
  -----------
  [clang] Fix @tparam warnings for concept template parameters (#199800)

`-Wdocumentation` would warn on `@tparam` commands for concepts even if
the named
parameter existed. This patch fixes that by adding concept support to
`comment::DeclInfo` when its
properties are filled from the associated comment's decl.

Fixes #64087



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list