[PATCH] D78704: [analyzer][NFC] Add unittest for FalsePositiveRefutationBRVisitor

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 29 04:04:55 PDT 2020


mgorny added a comment.

This commit breaks standalone clang builds.



================
Comment at: clang/unittests/StaticAnalyzer/FalsePositiveRefutationBRVisitorTest.cpp:19
+#include "clang/StaticAnalyzer/Frontend/CheckerRegistry.h"
+#include "llvm/Config/config.h"
+#include "gtest/gtest.h"
----------------
`config.h` is a private LLVM header and must not be used from clang.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78704



More information about the cfe-commits mailing list