[PATCH] D48909: [clang-doc] Update BitcodeReader to use llvm::Error
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 3 19:28:19 PDT 2018
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/clang-doc/BitcodeReader.cpp:13
#include "llvm/ADT/Optional.h"
#include "llvm/Support/raw_ostream.h"
----------------
Please include Support/Error.h and utility
================
Comment at: clang-tools-extra/clang-doc/BitcodeReader.h:25
#include "llvm/Bitcode/BitstreamReader.h"
namespace clang {
----------------
Please also include Support/Error.h
https://reviews.llvm.org/D48909
More information about the cfe-commits
mailing list