[all-commits] [llvm/llvm-project] e64059: Revert "[analyzer][NFC] Don't allow dependency che...
Sterling-Augustine via All-commits
all-commits at lists.llvm.org
Fri Jun 12 12:10:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e64059828f19f629081220bffeb3ef7582870111
https://github.com/llvm/llvm-project/commit/e64059828f19f629081220bffeb3ef7582870111
Author: Sterling Augustine <saugustine at google.com>
Date: 2020-06-12 (Fri, 12 Jun 2020)
Changed paths:
M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
M clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
M clang/lib/StaticAnalyzer/Core/BugReporter.cpp
M clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
Log Message:
-----------
Revert "[analyzer][NFC] Don't allow dependency checkers to emit diagnostics"
Summary:
This reverts commit 33fb9cbe211d1b43d4b84edf34e11001f04cddf0.
That commit violates layering by adding a dependency from StaticAnalyzer/Core
back to StaticAnalyzer/FrontEnd, creating a circular dependency.
I can't see a clean way to fix it except refactoring.
Reviewers: echristo, Szelethus, martong
Subscribers: xazax.hun, baloghadamsoftware, szepet, rnkovacs, a.sidorin, mikhail.ramalho, donat.nagy, dkrupp, Charusso, ASDenysPetrov, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D81752
More information about the All-commits
mailing list