[all-commits] [llvm/llvm-project] e39b02: [clang] NFC: add asserts enforcing template parame...

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Thu May 14 06:49:10 PDT 2026


  Branch: refs/heads/users/mizvekov/assert-invalid-template-parameter-position
  Home:   https://github.com/llvm/llvm-project
  Commit: e39b020cb7dbb434d86c88271f7583b67424ce59
      https://github.com/llvm/llvm-project/commit/e39b020cb7dbb434d86c88271f7583b67424ce59
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2026-05-14 (Thu, 14 May 2026)

  Changed paths:
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/DeclTemplate.h
    M clang/include/clang/AST/TypeBase.h
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/DeclTemplate.cpp
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M clang/test/SemaTemplate/concepts-lambda.cpp
    M clang/test/SemaTemplate/concepts.cpp

  Log Message:
  -----------
  [clang] NFC: add asserts enforcing template parameters have valid positions

Some tests are violating these assertions, so they are commented out.

For the test in `clang/test/SemaTemplate/concepts.cpp`, that was broken by #195995
and needs a partial revert at least.



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