[PATCH] D86796: [Sema] Address-space sensitive index check for unbounded arrays
Chris Hamilton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 3 14:38:17 PDT 2020
chrish_ericsson_atx updated this revision to Diff 289815.
chrish_ericsson_atx added a comment.
NC. Pushing null change in hopes of re-triggering testing.
Unit test that failed is low-level LLVM test, which doesn't even exercise the
code I've changed here, so I'm assuming it's a spurious failure in the CI
machinery.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86796/new/
https://reviews.llvm.org/D86796
Files:
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Sema/SemaChecking.cpp
clang/test/Sema/const-eval.c
clang/test/Sema/unbounded-array-bounds.c
clang/test/SemaCXX/constant-expression-cxx1y.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86796.289815.patch
Type: text/x-patch
Size: 10824 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200903/eadc8ef2/attachment-0001.bin>
More information about the cfe-commits
mailing list