[all-commits] [llvm/llvm-project] 6ca17b: [analyzer] Drop deprecated flags
Balazs Benics via All-commits
all-commits at lists.llvm.org
Tue Aug 23 09:40:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6ca17b58f569d43838404f5c94856e3584a23d0f
https://github.com/llvm/llvm-project/commit/6ca17b58f569d43838404f5c94856e3584a23d0f
Author: Balazs Benics <benicsbalazs at gmail.com>
Date: 2022-08-23 (Tue, 23 Aug 2022)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Driver/Options.td
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/test/Analysis/deprecated-flags-and-options.cpp
M clang/tools/scan-build-py/lib/libscanbuild/analyze.py
M clang/tools/scan-build/bin/scan-build
M clang/tools/scan-build/libexec/ccc-analyzer
Log Message:
-----------
[analyzer] Drop deprecated flags
As proposed in D126215 (ffe7950ebc62380c3afc7c71f454a1db3f6f5c76),
I'm dropping the `-analyzer-store` and
`-analyzer-opt-analyze-nested-blocks` clang frontend flags.
I'm also dropping the corresponding commandline handlers of `scanbuild`.
This behavior is planned to be part of `clang-16`.
Reviewed By: xazax.hun
Differential Revision: https://reviews.llvm.org/D132289
More information about the All-commits
mailing list