[PATCH] D66783: [clang-doc] Use llvm::createStringError and canonicalize error messages

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 26 22:40:30 PDT 2019


MaskRay created this revision.
MaskRay added reviewers: DiegoAstiazaran, juliehockett, jakehehrlich.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
MaskRay updated this revision to Diff 217310.
MaskRay added a comment.
Herald added subscribers: kadircet, arphaman.

Fix a few other places


"Bad block found.\n" -> "bad block found"

The lower cased form with no full stop or newline is more common in LLVM
tools.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D66783

Files:
  clang-doc/BitcodeReader.cpp
  clang-doc/Generators.cpp
  clang-doc/HTMLGenerator.cpp
  clang-doc/MDGenerator.cpp
  clang-doc/Representation.cpp
  clang-doc/YAMLGenerator.cpp
  clang-doc/tool/ClangDocMain.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66783.217310.patch
Type: text/x-patch
Size: 22297 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190827/779848f1/attachment-0001.bin>


More information about the cfe-commits mailing list