[PATCH] D70183: Detect source location overflow due includes
Mikhail Maltsev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 13 08:27:42 PST 2019
miyuki added inline comments.
================
Comment at: clang/include/clang/Basic/DiagnosticCommonKinds.td:288
+ " Clang to process. This may by a result from multiple"
+ " inclusions of unguarded header files.">;
def err_unsupported_bom : Error<"%0 byte order mark detected in '%1', but "
----------------
... `>, DefaultFatal;`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70183/new/
https://reviews.llvm.org/D70183
More information about the cfe-commits
mailing list