[all-commits] [llvm/llvm-project] 5d6993: [Clang] make canonical AutoType constraints-free
Yuanfang Chen via All-commits
all-commits at lists.llvm.org
Tue Oct 4 11:56:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d69937b9f9c8e102663c2edcbdbe5335858b215
https://github.com/llvm/llvm-project/commit/5d69937b9f9c8e102663c2edcbdbe5335858b215
Author: Yuanfang Chen <yuanfang.chen at sony.com>
Date: 2022-10-04 (Tue, 04 Oct 2022)
Changed paths:
M clang/lib/AST/ASTContext.cpp
M clang/lib/AST/DeclTemplate.cpp
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/lib/Sema/SemaTemplate.cpp
M clang/test/CXX/dcl/dcl.spec/dcl.type/dcl.spec.auto/p6.cpp
Log Message:
-----------
[Clang] make canonical AutoType constraints-free
As @mizvekov suggested in D134772. This works great for D128750 when
dealing with AutoType's.
Reviewed By: mizvekov, erichkeane
Differential Revision: https://reviews.llvm.org/D135088
More information about the All-commits
mailing list