[libcxx-commits] [PATCH] D111283: [clang] template / auto deduction deduces common sugar
Matheus Izvekov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jul 17 17:20:27 PDT 2022
mizvekov updated this revision to Diff 445364.
mizvekov marked 9 inline comments as done.
Herald added subscribers: usaxena95, kadircet, arphaman.
Herald added a project: clang-tools-extra.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111283/new/
https://reviews.llvm.org/D111283
Files:
clang-tools-extra/clangd/unittests/ASTTests.cpp
clang-tools-extra/clangd/unittests/HoverTests.cpp
clang/include/clang/AST/ASTContext.h
clang/include/clang/AST/Type.h
clang/include/clang/Sema/Sema.h
clang/lib/AST/ASTContext.cpp
clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaDeclCXX.cpp
clang/lib/Sema/SemaExprCXX.cpp
clang/lib/Sema/SemaOverload.cpp
clang/lib/Sema/SemaStmt.cpp
clang/lib/Sema/SemaTemplate.cpp
clang/lib/Sema/SemaTemplateDeduction.cpp
clang/test/SemaCXX/cxx0x-initializer-stdinitializerlist.cpp
clang/test/SemaCXX/deduced-return-void.cpp
clang/test/SemaCXX/sugared-auto.cpp
clang/test/SemaTemplate/deduction.cpp
libcxx/DELETE.ME
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111283.445364.patch
Type: text/x-patch
Size: 71667 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220718/8047f4c6/attachment-0001.bin>
More information about the libcxx-commits
mailing list