[PATCH] D141826: [WIP][clang][TemplateBase] Add IsDefaulted bit to TemplateArgument

Michael Buch via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 25 10:49:13 PST 2023


Michael137 updated this revision to Diff 492182.
Michael137 added a comment.

- Set `IsDefaulted` when checking template arguments in `clang::Sema`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141826/new/

https://reviews.llvm.org/D141826

Files:
  clang/include/clang/AST/PropertiesBase.td
  clang/include/clang/AST/TemplateBase.h
  clang/lib/AST/ASTContext.cpp
  clang/lib/AST/DeclTemplate.cpp
  clang/lib/AST/TemplateBase.cpp
  clang/lib/Sema/SemaTemplate.cpp
  clang/unittests/AST/DeclTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141826.492182.patch
Type: text/x-patch
Size: 16379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230125/07732e37/attachment-0001.bin>


More information about the cfe-commits mailing list