[all-commits] [llvm/llvm-project] abdd33: [analyzer] AnalyzerOptions: Remove 'fixits-as-rema...
Charusso via All-commits
all-commits at lists.llvm.org
Tue Mar 3 21:57:15 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: abdd33c86a34517bbbe91adcacaae1ed5ea6b1d8
https://github.com/llvm/llvm-project/commit/abdd33c86a34517bbbe91adcacaae1ed5ea6b1d8
Author: Charusso <dabis.csaba98 at gmail.com>
Date: 2020-03-04 (Wed, 04 Mar 2020)
Changed paths:
M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
M clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
M clang/test/Analysis/analyzer-config.c
M clang/test/Analysis/dead-stores.c
R clang/test/Analysis/virtualcall-fixit.cpp
M clang/test/Analysis/virtualcall-fixits.cpp
Log Message:
-----------
[analyzer] AnalyzerOptions: Remove 'fixits-as-remarks'
Summary: The new way of checking fix-its is `%check_analyzer_fixit`.
Reviewed By: NoQ, Szelethus, xazax.hun
Differential Revision: https://reviews.llvm.org/D73729
More information about the All-commits
mailing list