[PATCH] D145739: [-Wunsafe-buffer-usage] Group variables associated by pointer assignments
Sergei Barannikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 24 20:21:48 PDT 2023
barannikov88 added a comment.
Hi, just a heads-up, some bots seem to be unhappy with the test:
https://lab.llvm.org/buildbot/#/builders/216/builds/21765
error: 'note' diagnostics expected but not seen:
File Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\SemaCXX\warn-unsafe-buffer-usage-multi-decl-warnings.cpp Line 169: {{^change type of 'q' to 'std::span' to preserve bounds information, and change 'r' and 'p' to 'std::span' to propagate bounds information between them$}}
error: 'note' diagnostics seen but not expected:
File Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\SemaCXX\warn-unsafe-buffer-usage-multi-decl-warnings.cpp Line 169: change type of 'q' to 'std::span' to preserve bounds information, and change 'p' and 'r' to 'std::span' to propagate bounds information between them
2 errors generated.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145739/new/
https://reviews.llvm.org/D145739
More information about the cfe-commits
mailing list