[PATCH] D76510: [analyzer] Change the default output type to PD_TEXT_MINIMAL, error if an output loc is missing for PathDiagConsumers that need it

Balogh, Ádám via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 20 11:55:30 PDT 2020


baloghadamsoftware accepted this revision.
baloghadamsoftware added a comment.
This revision is now accepted and ready to land.

Basically LGTM, but please wait for @NoQ or someone for the compatibility questions.



================
Comment at: clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:26
 #include "clang/CrossTU/CrossTranslationUnit.h"
+#include "clang/Driver/DriverDiagnostic.h"
 #include "clang/Frontend/CompilerInstance.h"
----------------
Why?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76510





More information about the cfe-commits mailing list