[PATCH] D78126: [analyzer][NFC] Don't allow dependency checkers to emit diagnostics

Sterling Augustine via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 12 10:52:36 PDT 2020


saugustine added inline comments.


================
Comment at: clang/lib/StaticAnalyzer/Core/BugReporter.cpp:43
 #include "clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h"
+#include "clang/StaticAnalyzer/Frontend/CheckerRegistry.h"
 #include "llvm/ADT/ArrayRef.h"
----------------
Unfortunately, this include creates a circular dependency from StaticAnalyzer/Core to StaticAnalyzer/Frontend back to StaticAnalyzer/Core.

I'm hoping to figure out a fix that doesn't involve reverting it, but if you have a quick fix, that would be really great.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78126/new/

https://reviews.llvm.org/D78126





More information about the cfe-commits mailing list