[PATCH] D108560: [clang-tidy] Add support for `NOLINTBEGIN` ... `NOLINTEND` comments
Salman Javed via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 28 14:13:03 PDT 2021
salman-javed-nz added a comment.
F19296441: nolintbeginend.cpp.tmp.cpp.msg <https://reviews.llvm.org/F19296441>
You can see in the attached file, that when I ran the unit test on a x86_64 Windows 10 PC, the diagnostic from `error_in_include.inc` is printed at the end. However, on this this clang-s390x-linux-multistage build, it is printing the diagnostic from `error_in_include.inc` first:
https://lab.llvm.org/buildbot/#/builders/8/builds/1860/steps/5/logs/FAIL__Clang_Tools__nolintbeginend_cpp.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108560/new/
https://reviews.llvm.org/D108560
More information about the cfe-commits
mailing list