[all-commits] [llvm/llvm-project] b0d38a: [clang][Analyzer] Add symbol uninterestingness to ...
Balázs Kéri via All-commits
all-commits at lists.llvm.org
Thu Jul 15 00:50:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b0d38ad0bc254b887123cd063a5f0db30a80f938
https://github.com/llvm/llvm-project/commit/b0d38ad0bc254b887123cd063a5f0db30a80f938
Author: Balázs Kéri <1.int32 at gmail.com>
Date: 2021-07-15 (Thu, 15 Jul 2021)
Changed paths:
M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
M clang/lib/StaticAnalyzer/Core/BugReporter.cpp
A clang/unittests/StaticAnalyzer/BugReportInterestingnessTest.cpp
M clang/unittests/StaticAnalyzer/CMakeLists.txt
M clang/unittests/StaticAnalyzer/Reusables.h
Log Message:
-----------
[clang][Analyzer] Add symbol uninterestingness to bug report.
`PathSensitiveBughReport` has a function to mark a symbol as interesting but
it was not possible to clear this flag. This can be useful in some cases,
so the functionality is added.
Reviewed By: NoQ
Differential Revision: https://reviews.llvm.org/D105637
More information about the All-commits
mailing list