[PATCH] D135088: [Clang] make canonical AutoType constraints-free

Yuanfang Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 3 10:20:28 PDT 2022


ychen created this revision.
ychen added reviewers: mizvekov, rsmith, erichkeane, aaron.ballman.
Herald added a project: All.
ychen requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

As @mizvekov suggested in D134772 <https://reviews.llvm.org/D134772>. This works great for D128750 <https://reviews.llvm.org/D128750> when
dealing with AutoType's.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D135088

Files:
  clang/lib/AST/ASTContext.cpp
  clang/lib/AST/DeclTemplate.cpp
  clang/lib/Sema/SemaDeclCXX.cpp
  clang/lib/Sema/SemaTemplate.cpp
  clang/test/CXX/dcl/dcl.spec/dcl.type/dcl.spec.auto/p6.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135088.464729.patch
Type: text/x-patch
Size: 6589 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221003/bba067b8/attachment.bin>


More information about the cfe-commits mailing list