[all-commits] [llvm/llvm-project] d38057: Treat implicit deduction guides as being equivalen...
Richard Smith via All-commits
all-commits at lists.llvm.org
Wed May 19 13:32:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d38057f3ecb080e0ae4aba367a737226221327f2
https://github.com/llvm/llvm-project/commit/d38057f3ecb080e0ae4aba367a737226221327f2
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2021-05-19 (Wed, 19 May 2021)
Changed paths:
M clang/include/clang/AST/DeclCXX.h
M clang/lib/AST/ASTImporter.cpp
M clang/lib/AST/DeclCXX.cpp
M clang/lib/Sema/SemaAccess.cpp
M clang/lib/Sema/SemaTemplate.cpp
M clang/lib/Serialization/ASTReaderDecl.cpp
M clang/lib/Serialization/ASTWriterDecl.cpp
M clang/test/SemaTemplate/ctad.cpp
Log Message:
-----------
Treat implicit deduction guides as being equivalent to their
corresponding constructor for access checking purposes.
More information about the All-commits
mailing list