[clang-tools-extra] [clangd] Support .clangd command line modifications for C++ modules (PR #122606)
Chuanqi Xu via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 12 19:03:16 PST 2025
================
@@ -9,6 +9,7 @@
/// FIXME: Skip testing on windows temporarily due to the different escaping
/// code mode.
+#include "llvm/ADT/StringRef.h"
----------------
ChuanqiXu9 wrote:
Move the include after the `#ifndef`
https://github.com/llvm/llvm-project/pull/122606
More information about the cfe-commits
mailing list