[PATCH] D137200: [clang] Template Specialization Resugaring - Expressions

Matheus Izvekov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 1 15:06:16 PDT 2022


mizvekov created this revision.
Herald added subscribers: ChuanqiXu, jdoerfert, arphaman.
Herald added a reviewer: aaron.ballman.
Herald added a project: All.
mizvekov requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

WIP

Signed-off-by: Matheus Izvekov <mizvekov at gmail.com>

Depends on D134143 <https://reviews.llvm.org/D134143>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137200

Files:
  clang/include/clang/Sema/Sema.h
  clang/lib/Sema/SemaChecking.cpp
  clang/lib/Sema/SemaCoroutine.cpp
  clang/lib/Sema/SemaDecl.cpp
  clang/lib/Sema/SemaDeclAttr.cpp
  clang/lib/Sema/SemaDeclCXX.cpp
  clang/lib/Sema/SemaExpr.cpp
  clang/lib/Sema/SemaExprMember.cpp
  clang/lib/Sema/SemaInit.cpp
  clang/lib/Sema/SemaOverload.cpp
  clang/lib/Sema/SemaTemplate.cpp
  clang/lib/Sema/SemaTemplateDeduction.cpp
  clang/lib/Sema/TreeTransform.h
  clang/test/AST/ast-dump-expr-json.cpp
  clang/test/AST/ast-dump-expr.cpp
  clang/test/AST/ast-dump-openmp-begin-declare-variant_template_2.cpp
  clang/test/AST/float16.cpp
  clang/test/Analysis/cast-value-notes.cpp
  clang/test/Analysis/cast-value-state-dump.cpp
  clang/test/Index/print-type.cpp
  clang/test/Misc/diag-template-diffing.cpp
  clang/test/Sema/Resugar/resugar-expr.cpp
  clang/test/SemaTemplate/attributes.cpp
  clang/unittests/Tooling/StencilTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137200.472424.patch
Type: text/x-patch
Size: 61341 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221101/4b6695a0/attachment-0001.bin>


More information about the cfe-commits mailing list