[all-commits] [llvm/llvm-project] 50fdd7: Add more test coverage for D77598
David Blaikie via All-commits
all-commits at lists.llvm.org
Sun Nov 14 21:12:11 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 50fdd7df827137c8465abafa82a6bae7c87096c5
https://github.com/llvm/llvm-project/commit/50fdd7df827137c8465abafa82a6bae7c87096c5
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-11-14 (Sun, 14 Nov 2021)
Changed paths:
M clang/test/AST/ast-dump-templates.cpp
Log Message:
-----------
Add more test coverage for D77598
Add coverage to demonstrate why including the type of template
parameters is necessary to disambiguate function template
specializations.
Test courtesy of Richard Smith
More information about the All-commits
mailing list