[PATCH] D105400: [clangd][iwyu] explicitly includes `<atomic>`
Christopher Di Bella via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 3 23:01:54 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG478092d33116: [clangd][iwyu] explicitly includes `<atomic>` (authored by cjdb).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105400/new/
https://reviews.llvm.org/D105400
Files:
clang-tools-extra/clangd/support/Threading.h
Index: clang-tools-extra/clangd/support/Threading.h
===================================================================
--- clang-tools-extra/clangd/support/Threading.h
+++ clang-tools-extra/clangd/support/Threading.h
@@ -12,6 +12,7 @@
#include "support/Context.h"
#include "llvm/ADT/FunctionExtras.h"
#include "llvm/ADT/Twine.h"
+#include <atomic>
#include <cassert>
#include <condition_variable>
#include <future>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105400.356367.patch
Type: text/x-patch
Size: 422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210704/de1a7c28/attachment.bin>
More information about the cfe-commits
mailing list