We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a7bee commit 7789f3bCopy full SHA for 7789f3b
llvm/utils/gn/secondary/clang-tools-extra/clangd/index/remote/BUILD.gn
@@ -8,7 +8,7 @@ source_set("remote") {
8
sources = []
9
if (false) {
10
sources += [
11
- # FIXME comment
+ # Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
12
"Client.cpp",
13
]
14
}
llvm/utils/gn/secondary/clang-tools-extra/clangd/index/remote/unimplemented/BUILD.gn
@@ -6,7 +6,7 @@ source_set("unimplemented") {
6
7
include_dirs = [ "../../.." ]
sources = [
"UnimplementedClient.cpp",
0 commit comments