[PATCH] D139837: [Clang] Implements CTAD for aggregates P1816R0 and P2082R1
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 6 04:20:30 PST 2023
cor3ntin added inline comments.
================
Comment at: clang/lib/Sema/SemaInit.cpp:13
+#include "clang/AST/APValue.h"
#include "clang/AST/ASTContext.h"
----------------
Do we actually need that?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139837/new/
https://reviews.llvm.org/D139837
More information about the cfe-commits
mailing list