[all-commits] [llvm/llvm-project] 9083d0: Revert "[Sema] Fix -Warray-bounds false negative w...

vabridgers via All-commits all-commits at lists.llvm.org
Mon Feb 8 04:41:16 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9083d0a40d980928f2f45236a4616528a7ab19ce
      https://github.com/llvm/llvm-project/commit/9083d0a40d980928f2f45236a4616528a7ab19ce
  Author: einvbri <vince.a.bridgers at ericsson.com>
  Date:   2021-02-08 (Mon, 08 Feb 2021)

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

  Log Message:
  -----------
  Revert "[Sema] Fix -Warray-bounds false negative when casting an out-of-bounds array item"

This reverts commit e48f444751cf781c42934b242b81f549da77bad0.

thakis noticed false reports, so reverting this change for now until
those can be sorted out.

See https://reviews.llvm.org/D71714




More information about the All-commits mailing list