[all-commits] [llvm/llvm-project] cdfa15: Revert "[clang] Introduce -fstrict-flex-arrays=<n>...

Vitaly Buka via All-commits all-commits at lists.llvm.org
Mon Jun 27 14:03:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cdfa15da94f06289dcf86173d18b6627f92ac403
      https://github.com/llvm/llvm-project/commit/cdfa15da94f06289dcf86173d18b6627f92ac403
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2022-06-27 (Mon, 27 Jun 2022)

  Changed paths:
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Sema/SemaChecking.cpp
    M clang/lib/StaticAnalyzer/Core/MemRegion.cpp
    R clang/test/CodeGen/bounds-checking-fma.c
    M clang/test/CodeGen/bounds-checking.c
    R clang/test/CodeGen/object-size-flex-array.c
    M clang/test/CodeGenObjC/ubsan-array-bounds.m
    M clang/test/Sema/array-bounds-ptr-arith.c
    R clang/test/SemaCXX/array-bounds-strict-flex-arrays.cpp

  Log Message:
  -----------
  Revert "[clang] Introduce -fstrict-flex-arrays=<n> for stricter handling of flexible arrays"

This reverts D126864 and related fixes.

This reverts commit 572b08790a69f955ae0cbb1b4a7d4a215f15dad9.
This reverts commit 886715af962de2c92fac4bd37104450345711e4a.




More information about the All-commits mailing list