Skip to content

Commit eadc282

Browse files
committed
[gn build] add multi-line forcing comments in more places
1 parent aed52fd commit eadc282

File tree

173 files changed

+176
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+176
-0
lines changed

llvm/utils/gn/secondary/clang-tools-extra/clang-apply-replacements/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ static_library("clang-apply-replacements") {
1111
]
1212
include_dirs = [ "include" ]
1313
sources = [
14+
# Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
1415
"lib/Tooling/ApplyReplacements.cpp",
1516
]
1617
}

llvm/utils/gn/secondary/clang-tools-extra/clang-apply-replacements/tool/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ executable("clang-apply-replacements") {
1111
]
1212
include_dirs = [ "../include" ]
1313
sources = [
14+
# Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
1415
"ClangApplyReplacementsMain.cpp",
1516
]
1617
}

llvm/utils/gn/secondary/clang-tools-extra/clang-change-namespace/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ static_library("clang-change-namespace") {
1414
"//llvm/lib/Support",
1515
]
1616
sources = [
17+
# Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
1718
"ChangeNamespace.cpp",
1819
]
1920
}

llvm/utils/gn/secondary/clang-tools-extra/clang-change-namespace/tool/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ executable("clang-change-namespace") {
1414
]
1515
include_dirs = [ ".." ]
1616
sources = [
17+
# Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
1718
"ClangChangeNamespace.cpp",
1819
]
1920
}

llvm/utils/gn/secondary/clang-tools-extra/clang-doc/tool/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ executable("clang-doc") {
1111
]
1212
include_dirs = [ ".." ]
1313
sources = [
14+
# Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
1415
"ClangDocMain.cpp",
1516
]
1617
}

llvm/utils/gn/secondary/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ executable("find-all-symbols") {
1212
]
1313
include_dirs = [ ".." ]
1414
sources = [
15+
# Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
1516
"FindAllSymbolsMain.cpp",
1617
]
1718
}

llvm/utils/gn/secondary/clang-tools-extra/clang-include-fixer/plugin/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ static_library("plugin") {
1313
]
1414

1515
sources = [
16+
# Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
1617
"IncludeFixerPlugin.cpp",
1718
]
1819
}

llvm/utils/gn/secondary/clang-tools-extra/clang-include-fixer/tool/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ executable("clang-include-fixer") {
1313
]
1414
include_dirs = [ ".." ]
1515
sources = [
16+
# Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
1617
"ClangIncludeFixer.cpp",
1718
]
1819
}

llvm/utils/gn/secondary/clang-tools-extra/clang-move/tool/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ executable("clang-move") {
1414
]
1515
include_dirs = [ ".." ]
1616
sources = [
17+
# Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
1718
"ClangMove.cpp",
1819
]
1920
}

llvm/utils/gn/secondary/clang-tools-extra/clang-query/tool/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ executable("clang-query") {
1212
]
1313
include_dirs = [ ".." ]
1414
sources = [
15+
# Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
1516
"ClangQuery.cpp",
1617
]
1718
}

0 commit comments

Comments
 (0)