[PATCH] D67419: [analyzer] NFC: Move PathDiagnostic to libAnalysis.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 10 16:38:11 PDT 2019


NoQ marked an inline comment as done.
NoQ added inline comments.


================
Comment at: clang-tools-extra/clang-tidy/ClangTidy.cpp:26
 #include "clang/ASTMatchers/ASTMatchFinder.h"
-#include "clang/Config/config.h"
 #include "clang/Format/Format.h"
----------------
This needed to go up because that's where `CLANG_ENABLE_STATIC_ANALYZER` is defined.


Repository:
  rC Clang

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

https://reviews.llvm.org/D67419





More information about the cfe-commits mailing list