[PATCH] D72281: [Matrix] Add matrix type to Clang.
Eric Christopher via cfe-commits
cfe-commits at lists.llvm.org
Mon May 11 13:46:50 PDT 2020
FWIW this broke lldb builds due to an unhandled enumeration.
I've fixed them in:
commit cd7cb1f4ce3ffc8be1146eeba28ae7dc50089459 (origin/master, origin/HEAD)
Author: Eric Christopher <echristo at gmail.com>
Date: Mon May 11 13:44:12 2020 -0700
Update lldb for rG10658691951f to avoid Werror messages around
new unhandled matrix types.
Might want to rethink how they're being (not) handled though. :)
-eric
On Mon, May 11, 2020 at 11:20 AM Florian Hahn via Phabricator via
cfe-commits <cfe-commits at lists.llvm.org> wrote:
> This revision was automatically updated to reflect the committed changes.
> Closed by commit rG10658691951f: [Matrix] Add matrix type to Clang.
> (authored by fhahn).
>
> Changed prior to commit:
> https://reviews.llvm.org/D72281?vs=262759&id=263222#toc
>
> Repository:
> rG LLVM Github Monorepo
>
> CHANGES SINCE LAST ACTION
> https://reviews.llvm.org/D72281/new/
>
> https://reviews.llvm.org/D72281
>
> Files:
> clang/include/clang/AST/ASTContext.h
> clang/include/clang/AST/RecursiveASTVisitor.h
> clang/include/clang/AST/Type.h
> clang/include/clang/AST/TypeLoc.h
> clang/include/clang/AST/TypeProperties.td
> clang/include/clang/Basic/Attr.td
> clang/include/clang/Basic/DiagnosticSemaKinds.td
> clang/include/clang/Basic/Features.def
> clang/include/clang/Basic/LangOptions.def
> clang/include/clang/Basic/TypeNodes.td
> clang/include/clang/Driver/Options.td
> clang/include/clang/Sema/Sema.h
> clang/include/clang/Serialization/TypeBitCodes.def
> clang/lib/AST/ASTContext.cpp
> clang/lib/AST/ASTStructuralEquivalence.cpp
> clang/lib/AST/ExprConstant.cpp
> clang/lib/AST/ItaniumMangle.cpp
> clang/lib/AST/MicrosoftMangle.cpp
> clang/lib/AST/Type.cpp
> clang/lib/AST/TypePrinter.cpp
> clang/lib/CodeGen/CGDebugInfo.cpp
> clang/lib/CodeGen/CGDebugInfo.h
> clang/lib/CodeGen/CGExpr.cpp
> clang/lib/CodeGen/CodeGenFunction.cpp
> clang/lib/CodeGen/CodeGenTypes.cpp
> clang/lib/CodeGen/ItaniumCXXABI.cpp
> clang/lib/Driver/ToolChains/Clang.cpp
> clang/lib/Frontend/CompilerInvocation.cpp
> clang/lib/Sema/SemaExpr.cpp
> clang/lib/Sema/SemaLookup.cpp
> clang/lib/Sema/SemaTemplate.cpp
> clang/lib/Sema/SemaTemplateDeduction.cpp
> clang/lib/Sema/SemaType.cpp
> clang/lib/Sema/TreeTransform.h
> clang/lib/Serialization/ASTReader.cpp
> clang/lib/Serialization/ASTWriter.cpp
> clang/test/CodeGen/debug-info-matrix-types.c
> clang/test/CodeGen/matrix-type.c
> clang/test/CodeGenCXX/matrix-type.cpp
> clang/test/Parser/matrix-type-disabled.c
> clang/test/SemaCXX/matrix-type.cpp
> clang/tools/libclang/CIndex.cpp
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200511/31da4ee7/attachment-0001.html>
More information about the cfe-commits
mailing list