[all-commits] [llvm/llvm-project] b1c8a3: [llvm-dwp] Start error messages with a lowercase l...

Igor Kudrin via All-commits all-commits at lists.llvm.org
Thu Mar 19 05:43:40 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b1c8a378f78befd0f90bbbf70325e66c5f6bc0b6
      https://github.com/llvm/llvm-project/commit/b1c8a378f78befd0f90bbbf70325e66c5f6bc0b6
  Author: Igor Kudrin <ikudrin at accesssoftek.com>
  Date:   2020-03-19 (Thu, 19 Mar 2020)

  Changed paths:
    M llvm/test/tools/llvm-dwp/X86/duplicate.test
    M llvm/test/tools/llvm-dwp/X86/gcc_type.test
    M llvm/test/tools/llvm-dwp/X86/invalid_cu_index.test
    M llvm/test/tools/llvm-dwp/X86/missing_tu_index.test
    M llvm/tools/llvm-dwp/llvm-dwp.cpp

  Log Message:
  -----------
  [llvm-dwp] Start error messages with a lowercase letter.

We usually start error messages with lowercase letters and most of them
in llvm-dwp follow that rule. This patch fixes a few messages that
started with capital letters.

Differential revision: https://reviews.llvm.org/D76277




More information about the All-commits mailing list