[all-commits] [llvm/llvm-project] 043b60: [Matrix] Use 1st/2nd instead of first/second in ma...

Florian Hahn via All-commits all-commits at lists.llvm.org
Thu Jun 25 03:55:29 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 043b608399559969f563eaa52e11a7ffe37137d9
      https://github.com/llvm/llvm-project/commit/043b608399559969f563eaa52e11a7ffe37137d9
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2020-06-25 (Thu, 25 Jun 2020)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/Sema/SemaChecking.cpp
    M clang/test/Sema/matrix-type-builtins.c
    M clang/test/SemaCXX/matrix-type-builtins.cpp
    M clang/test/SemaObjC/matrix-type-builtins.m

  Log Message:
  -----------
  [Matrix] Use 1st/2nd instead of first/second in matrix diags.

This was suggested in D72782 and brings the diagnostics more in line
with how argument references are handled elsewhere.

Reviewers: rjmccall, jfb, Bigcheese

Reviewed By: rjmccall

Differential Revision: https://reviews.llvm.org/D82473




More information about the All-commits mailing list