[all-commits] [llvm/llvm-project] 7cd1f3: [analyzer] Remove deprecated analyzer-config options
Balazs Benics via All-commits
all-commits at lists.llvm.org
Fri Jul 7 04:25:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7cd1f3ad22e48924e7061539eb0acb0e0c49eb63
https://github.com/llvm/llvm-project/commit/7cd1f3ad22e48924e7061539eb0acb0e0c49eb63
Author: Balazs Benics <benicsbalazs at gmail.com>
Date: 2023-07-07 (Fri, 07 Jul 2023)
Changed paths:
M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/lib/StaticAnalyzer/Core/MemRegion.cpp
M clang/test/Analysis/analyzer-config.c
M clang/test/Analysis/deprecated-flags-and-options.cpp
Log Message:
-----------
[analyzer] Remove deprecated analyzer-config options
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.
Differential Revision: https://reviews.llvm.org/D154481
More information about the All-commits
mailing list