[PATCH] D71714: [Sema] Fix -Warray-bounds false negative when casting an out-of-bounds array item

Ilya Mirsky via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 14 14:45:51 PST 2020


ilya updated this revision to Diff 238106.
ilya added a comment.

Address rsmith's comments.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71714/new/

https://reviews.llvm.org/D71714

Files:
  clang/include/clang/Sema/Sema.h
  clang/lib/Sema/SemaChecking.cpp
  clang/test/Parser/cxx-ambig-decl-expr.cpp
  clang/test/SemaCXX/array-bounds.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71714.238106.patch
Type: text/x-patch
Size: 8203 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200114/18cd3611/attachment.bin>


More information about the cfe-commits mailing list