[PATCH] D154481: [analyzer] Remove deprecated analyzer-config options

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 5 01:13:15 PDT 2023


steakhal created this revision.
steakhal added reviewers: NoQ, Szelethus, xazax.hun.
Herald added subscribers: manas, ASDenysPetrov, martong, dkrupp, donat.nagy, mikhail.ramalho, a.sidorin, szepet, baloghadamsoftware.
Herald added a project: All.
steakhal requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

The `consider-single-element-arrays-as-flexible-array-members` analyzer
option was deprecated in clang-16, and now removed from clang-17 as
promised in
https://releases.llvm.org/16.0.0/tools/clang/docs/ReleaseNotes.html#static-analyzer

This shouldn't change observable behavior.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D154481

Files:
  clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
  clang/lib/Frontend/CompilerInvocation.cpp
  clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  clang/test/Analysis/analyzer-config.c
  clang/test/Analysis/deprecated-flags-and-options.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154481.537254.patch
Type: text/x-patch
Size: 8048 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230705/44093fcf/attachment.bin>


More information about the cfe-commits mailing list