WIP - Not ready for review
Signed-off-by: Matheus Izvekov <mizvekov@gmail.com>
Paths
| Differential D134113
[clang] store sugared converted arguments on TemplateSpecializationType Needs ReviewPublic Authored by mizvekov on Sep 17 2022, 10:43 AM.
Details
Summary WIP - Not ready for review Signed-off-by: Matheus Izvekov <mizvekov@gmail.com>
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project, Restricted Project. · View Herald TranscriptSep 17 2022, 10:43 AM mizvekov added a child revision: D127695: [clang] Template Specialization Resugaring - TypeDecl.Sep 17 2022, 10:52 AM mizvekov added a child revision: D134115: [clang] Store in exprs the deduced arguments for function calls..Sep 17 2022, 3:41 PM mizvekov removed a child revision: D127695: [clang] Template Specialization Resugaring - TypeDecl.Sep 17 2022, 3:44 PM mizvekov edited parent revisions, added: D134604: [clang] Implement sugared substitution changes to infrastructure; removed: D133874: [clang] Changes to produce sugared converted template arguments.Sep 30 2022, 2:30 AM mizvekov removed a child revision: D134115: [clang] Store in exprs the deduced arguments for function calls..Nov 1 2022, 3:03 PM mizvekov added a parent revision: D134079: WIP: NOMERGE: [licxx-ci] Only run bootstraping-build pipeline.Nov 2 2022, 6:37 PM
Revision Contents
Diff 464189 clang-tools-extra/clang-tidy/modernize/UseTransparentFunctorsCheck.cpp
clang-tools-extra/clang-tidy/mpi/TypeMismatchCheck.cpp
clang-tools-extra/clangd/HeuristicResolver.cpp
clang/include/clang/AST/ASTContext.h
clang/include/clang/AST/ASTNodeTraverser.h
clang/include/clang/AST/RecursiveASTVisitor.h
clang/include/clang/AST/TemplateBase.h
clang/include/clang/AST/Type.h
clang/include/clang/AST/TypeLoc.h
clang/include/clang/AST/TypeProperties.td
clang/include/clang/ASTMatchers/ASTMatchersInternal.h
clang/include/clang/Serialization/ASTRecordReader.h
clang/lib/AST/ASTContext.cpp
clang/lib/AST/ASTDiagnostic.cpp
clang/lib/AST/ASTImporter.cpp
clang/lib/AST/ASTStructuralEquivalence.cpp
clang/lib/AST/DeclPrinter.cpp
clang/lib/AST/DeclTemplate.cpp
clang/lib/AST/ItaniumMangle.cpp
clang/lib/AST/NestedNameSpecifier.cpp
clang/lib/AST/ODRHash.cpp
clang/lib/AST/QualTypeNames.cpp
clang/lib/AST/Type.cpp
clang/lib/AST/TypeLoc.cpp
clang/lib/AST/TypePrinter.cpp
clang/lib/CodeGen/CGDebugInfo.cpp
clang/lib/Index/USRGeneration.cpp
clang/lib/Sema/SemaCXXScopeSpec.cpp
clang/lib/Sema/SemaCodeComplete.cpp
clang/lib/Sema/SemaDeclCXX.cpp
clang/lib/Sema/SemaTemplate.cpp
clang/lib/Sema/SemaTemplateDeduction.cpp
clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
clang/lib/Sema/TreeTransform.h
clang/lib/Serialization/ASTReader.cpp
clang/test/CXX/temp/temp.decls/temp.class.spec/p6.cpp
clang/test/SemaTemplate/deduction.cpp
clang/test/SemaTemplate/make_integer_seq.cpp
clang/test/SemaTemplate/type_pack_element.cpp
clang/tools/libclang/CXType.cpp
|