[all-commits] [llvm/llvm-project] ee0f1f: Further implement CWG 2292
smanna12 via All-commits
all-commits at lists.llvm.org
Wed Jan 15 05:50:00 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ee0f1f1edc3ec0d4e698d50cc3180217448802b7
https://github.com/llvm/llvm-project/commit/ee0f1f1edc3ec0d4e698d50cc3180217448802b7
Author: Soumi Manna <soumi.manna at intel.com>
Date: 2020-01-15 (Wed, 15 Jan 2020)
Changed paths:
M clang/lib/Sema/SemaExprCXX.cpp
A clang/test/SemaCXX/pseudo-destructor-name.cpp
Log Message:
-----------
Further implement CWG 2292
The core issue is that simple-template-id is ambiguous between class-name
and type-name. This fixes PR43966.
More information about the All-commits
mailing list