[llvm-profdata] Make diagnostics consistent with the (no capitalization, no period...
authorFangrui Song <i@maskray.me>
Sat, 19 Jun 2021 21:54:24 +0000 (14:54 -0700)
committerFangrui Song <i@maskray.me>
Sat, 19 Jun 2021 21:54:25 +0000 (14:54 -0700)
commit8ea2a58a2ec6dcfc33ddab8deeb9eb0e69968c6d
treed72a53a39b6ba34d296e844bbea60ecc904e70b3
parentd85c258fd1e7459cc8085b5f364e356f50b490a4
[llvm-profdata] Make diagnostics consistent with the (no capitalization, no period) style

The format is currently inconsistent. Use the https://llvm.org/docs/CodingStandards.html#error-and-warning-messages style.

And add `error:` or `warning:` to CHECK lines wherever appropriate.
16 files changed:
compiler-rt/test/profile/instrprof-write-buffer-internal.c
llvm/lib/ProfileData/InstrProf.cpp
llvm/test/Transforms/PGOProfile/diag_mismatch.ll
llvm/test/Transforms/PGOProfile/diag_no_funcprofdata.ll
llvm/test/tools/llvm-profdata/count-mismatch.proftext
llvm/test/tools/llvm-profdata/invalid-profdata.test
llvm/test/tools/llvm-profdata/invalid-profile-gen-zeros.proftext
llvm/test/tools/llvm-profdata/malformed-ptr-to-counter-array.test
llvm/test/tools/llvm-profdata/overflow-instr.test
llvm/test/tools/llvm-profdata/raw-magic-but-no-header.test
llvm/test/tools/llvm-profdata/text-dump.test
llvm/test/tools/llvm-profdata/text-format-errors.test
llvm/test/tools/llvm-profdata/threaded-count-mismatch.test
llvm/test/tools/llvm-profdata/weight-instr.test
llvm/test/tools/llvm-profdata/weight-sample.test
llvm/tools/llvm-profdata/llvm-profdata.cpp