[PATCH] D158967: [clang][clangd] Ensure the stack bottom before building AST

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 1 08:49:10 PDT 2023


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

Thanks! Sorry about the layering mess...



================
Comment at: clang-tools-extra/clangd/support/Threading.cpp:11
 #include "support/Trace.h"
+#include "clang/Basic/Stack.h"
 #include "llvm/ADT/ScopeExit.h"
----------------
need to remove this include too :-)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158967



More information about the cfe-commits mailing list