[all-commits] [llvm/llvm-project] 849c60: PR47792: Include the type of a pointer or referenc...
Richard Smith via All-commits
all-commits at lists.llvm.org
Sun Oct 11 16:00:12 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 849c60541b630ddf8cabf9179fa771b3f4207ec8
https://github.com/llvm/llvm-project/commit/849c60541b630ddf8cabf9179fa771b3f4207ec8
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-10-11 (Sun, 11 Oct 2020)
Changed paths:
M clang/lib/AST/ASTContext.cpp
M clang/lib/AST/TemplateBase.cpp
M clang/test/SemaTemplate/temp_arg_nontype_cxx1z.cpp
Log Message:
-----------
PR47792: Include the type of a pointer or reference non-type template
parameter in its notion of template argument identity.
We already did this for all the other kinds of non-type template
argument. We're still missing the type from the mangling, so we continue
to be able to see collisions at link time; that's an open ABI issue.
More information about the All-commits
mailing list