[all-commits] [llvm/llvm-project] b29560: [analyzer][NFC] Don't allow dependency checkers to...
Kristóf Umann via All-commits
all-commits at lists.llvm.org
Mon Jul 6 05:52:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b2956076976cd0f435c46257f7cf9a0e5376d0fa
https://github.com/llvm/llvm-project/commit/b2956076976cd0f435c46257f7cf9a0e5376d0fa
Author: Kirstóf Umann <dkszelethus at gmail.com>
Date: 2020-07-06 (Mon, 06 Jul 2020)
Changed paths:
M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
M clang/lib/StaticAnalyzer/Core/BugReporter.cpp
Log Message:
-----------
[analyzer][NFC] Don't allow dependency checkers to emit diagnostics
The thrilling conclusion to the barrage of patches I uploaded lately! This is a
big milestone towards the goal set out in http://lists.llvm.org/pipermail/cfe-dev/2019-August/063070.html.
I hope to accompany this with a patch where the a coreModeling package is added,
from which package diagnostics aren't allowed either, is an implicit dependency
of all checkers, and the core package for the first time can be safely disabled.
Differential Revision: https://reviews.llvm.org/D78126
More information about the All-commits
mailing list