[PATCH] D120185: [ASTMatchers] Output currently processing match and nodes on crash

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 21 03:42:58 PDT 2022


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

This change broke standalone build of clang. Please fix.



================
Comment at: clang/unittests/ASTMatchers/ASTMatchersInternalTest.cpp:15
 #include "llvm/ADT/Triple.h"
+#include "llvm/Config/config.h"
 #include "llvm/Support/Host.h"
----------------
This is private header of LLVM and you can't use it in clang.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120185



More information about the cfe-commits mailing list