[clang-tools-extra] [clangd] Add inlay hints for default function arguments and implicit lambda captures (PR #95712)
Tor Shepherd via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 17 05:01:41 PDT 2024
================
@@ -15,9 +15,12 @@
#include "support/Context.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/ScopedPrinter.h"
+#include "llvm/Support/raw_ostream.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
+#include <optional>
#include <string>
+#include <utility>
----------------
torshepherd wrote:
I believe std::move - let me check if they're still used in the latest revision though
https://github.com/llvm/llvm-project/pull/95712
More information about the cfe-commits
mailing list