[all-commits] [llvm/llvm-project] d7fbad: [Matrix] Replace some err kinds with err_builtin_i...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Oct 26 12:29:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d7fbad0dcfc950d76df6b52fc10cdfe945d07eb7
https://github.com/llvm/llvm-project/commit/d7fbad0dcfc950d76df6b52fc10cdfe945d07eb7
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaChecking.cpp
Log Message:
-----------
[Matrix] Replace some err kinds with err_builtin_invalid_arg_type. (NFC)
Replace some custom matrix diagnostic kinds with the more generic
err_builtin_invalid_arg_type introduced in D111985.
Reviewed By: aaron.ballman, erichkeane
Differential Revision: https://reviews.llvm.org/D112532
More information about the All-commits
mailing list