Unverified Commit 63ea5a40 authored by Haojian Wu's avatar Haojian Wu Committed by GitHub
Browse files

[clang] Invalidate the alias template decl if it has multiple written template...

[clang] Invalidate the alias template decl if it has multiple written template parameter lists. (#85413)

Fixes #85406.

- Set the invalid bit for alias template decl where it has multiple
written template parameter lists (as the AST node is ill-formed)
- don't perform CTAD for invalid alias template decls
parent 38f5596f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment