Files
clang-p2996/clang/test/CodeGenCXX/debug-info-template-parameter.cpp
Michael Buch bcfdae120e [clang][DebugInfo][test] Add tests for C++20 non-type template parameters (#127056)
This exercises the codepath where we create `DITemplateValueParameter`s
whose `TemplateArgument::ArgKind` is `StructuralValue`, which was added
in (https://github.com/llvm/llvm-project/pull/78041). Previously, not
emitting a `value`/`defaulted` for such template argument nodes didn't
fail any tests.
2025-02-13 23:08:30 +00:00

4.6 KiB