[all-commits] [llvm/llvm-project] 4777eb: [Sema] Add test for new errors due to 09f8315bba391
Sam McCall via All-commits
all-commits at lists.llvm.org
Tue Jan 18 13:18:49 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4777eb2954080864bcf9dfca0e828c637268eb13
https://github.com/llvm/llvm-project/commit/4777eb2954080864bcf9dfca0e828c637268eb13
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M clang/test/SemaTemplate/fun-template-def.cpp
Log Message:
-----------
[Sema] Add test for new errors due to 09f8315bba391
Knowing the type of more dependent expressions means we can diagnose
more errors at template parsing rather than instantiation time.
Such templates are IFNDR, so this is a QoI improvement.
I hadn't anticipated this in the original patch, so had no test.
More information about the All-commits
mailing list