diff options
author | Balazs Benics <balazs.benics@sigmatechnology.se> | 2022-06-10 13:21:28 +0200 |
---|---|---|
committer | Balazs Benics <balazs.benics@sigmatechnology.se> | 2022-06-10 13:21:28 +0200 |
commit | 4c38953f32f29a0cd3b8b9d9ae894bb49d3cd44b (patch) | |
tree | 244a2e50562295e8cbc13a107e964b7ea154c23e /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 07b4a6d0461fe64e10d30029ed3d598e49ca3810 (diff) | |
download | llvm-4c38953f32f29a0cd3b8b9d9ae894bb49d3cd44b.zip llvm-4c38953f32f29a0cd3b8b9d9ae894bb49d3cd44b.tar.gz llvm-4c38953f32f29a0cd3b8b9d9ae894bb49d3cd44b.tar.bz2 |
[clang-tidy] Remove reference to CSA AnalysisStoreOpt field
D126215 removed the `AnalysisStoreOpt` field, so `clang-tidy` should not
refer to it.
http://45.33.8.238/linux/78232/step_4.txt
../../clang-tools-extra/clang-tidy/ClangTidy.cpp:444:22: error: no
member named 'AnalysisStoreOpt' in 'clang::AnalyzerOptions'
AnalyzerOptions->AnalysisStoreOpt = RegionStoreModel;
~~~~~~~~~~~~~~~~~^
../../clang-tools-extra/clang-tidy/ClangTidy.cpp:444:41: error: use of
undeclared identifier 'RegionStoreModel'
AnalyzerOptions->AnalysisStoreOpt = RegionStoreModel;
This one liner patch should resolve the build failure.
Differential Revision: https://reviews.llvm.org/D126215
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions