[PATCH] D48909: [clang-doc] Update BitcodeReader to use llvm::Error

Julie Hockett via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 3 17:45:30 PDT 2018


juliehockett created this revision.
juliehockett added reviewers: ioeric, lebedev.ri.
juliehockett added a project: clang-tools-extra.

Replace booleans with the more descriptive llvm::Error or llvm::Expected<T>


https://reviews.llvm.org/D48909

Files:
  clang-tools-extra/clang-doc/BitcodeReader.cpp
  clang-tools-extra/clang-doc/BitcodeReader.h
  clang-tools-extra/clang-doc/tool/ClangDocMain.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48909.154028.patch
Type: text/x-patch
Size: 29267 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180704/c4fddaed/attachment-0001.bin>


More information about the cfe-commits mailing list