Searched refs:submodule (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/docs/Proposals/ |
| H A D | GitHubMove.rst | 522 `git submodule update` step. 679 The vertical bars represent submodule updates to a particular local 681 some local umbrella repository state that is not a submodule update, 683 updates a submodule of local project ``myproj``. 688 commits in the order implied by submodule updates:: 698 branch. Each submodule update in the local ``UM*`` commits brought in 777 echo "myproj local/myproj" > my-monorepo/submodule-map.txt 789 --submodule-map=submodule-map.txt \ 802 to submodule commits that were inlined into the zipped history. If 811 The tool handles nested submodules (e.g. llvm is a submodule in [all …]
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | Modules.rst | 118 …. To import only part of a module, one may use dot syntax to specific a particular submodule, e.g., 159 …``std`` module, by placing their respective APIs into the corresponding submodule (``std.io``, ``s… 368 …as if each submodule were a separate translation unit, and a module import makes names from the ot… 372 … approximated when building a module with submodules. Entities within a submodule that has already… 380 …submodule of a module is imported into any part of a program, the entire top-level module is consi… 388 … *visible* if they are from the current submodule or translation unit, or if they were exported fr… 455 …submodule lists one of more headers that provide the contents for that submodule. Finally, the ``e… 498 …to a submodule, i.e., a module that is nested within another module. The contents of explicit subm… 516 …d the right header, i.e., prefer the one for the current module or in a submodule instead of the f… 526 *submodule-declaration* [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 381 clang::Module *submodule = top_level_module; in AddModule() local 384 submodule = submodule->findSubmodule(component.GetStringRef()); in AddModule() 385 if (!submodule) { in AddModule()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DiagnosticLexKinds.td | 668 "must specify '-fmodule-name=%0' to enter %select{|submodule of }1" 673 "submodule %0.%1 not declared in module map">; 782 "expected umbrella, header, submodule, or module export">; 810 "parent module must be defined before the submodule">; 816 "inferred submodule cannot be a framework submodule">; 822 "redefinition of inferred submodule">; 824 "expected '{' to start inferred submodule">; 828 "only '*' can be exported from an inferred submodule">; 838 "private submodule '%0' in private module map, expected top-level module">, 877 "submodule of top-level module '%0' implicitly imported here">;
|
| H A D | DiagnosticFrontendKinds.td | 223 def err_no_submodule : Error<"no submodule named %0 in module '%1'">; 225 "no submodule named %0 in module '%1'; did you mean '%2'?">; 227 "no submodule named %0 in module '%1'; using top level '%2'">, 231 def warn_missing_submodule : Warning<"missing submodule '%0'">,
|
| H A D | DiagnosticSerializationKinds.td | 71 "module file '%0' is missing its top-level submodule">, DefaultFatal;
|
| H A D | DiagnosticCommonKinds.td | 109 "build a shadowed submodule '%0'">, DefaultFatal;
|
| H A D | LangOptions.def | 188 COMPATIBLE_LANGOPT(ModulesLocalVisibility, 1, 0, "local submodule visibility")
|
| /openbsd-src/gnu/llvm/lldb/source/Host/ |
| H A D | CMakeLists.txt | 3 # htonl function on macOS <= 10.15 when local submodule visibility is active.
|
| /openbsd-src/gnu/llvm/lldb/cmake/modules/ |
| H A D | AddLLDB.cmake | 362 …string(REGEX REPLACE "-fmodules-local-submodule-visibility" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}…
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ |
| H A D | module.modulemap | 38 // FIXME: Make this as a submodule of LLVM_Backend again.
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | module.modulemap.in | 13 // export that issues a warning if a name from the submodule is used, and 653 // No submodule for cassert. It fundamentally needs repeated, textual inclusion.
|
| /openbsd-src/gnu/llvm/llvm/cmake/modules/ |
| H A D | HandleLLVMOptions.cmake | 594 set(module_flags "${module_flags} -Xclang -fmodules-local-submodule-visibility")
|
| /openbsd-src/gnu/llvm/llvm/ |
| H A D | CMakeLists.txt | 556 option(LLVM_ENABLE_LOCAL_SUBMODULE_VISIBILITY "Compile with -fmodules-local-submodule-visibility." …
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 5952 Flag<["-"], "fmodules-local-submodule-visibility">,
|
| /openbsd-src/usr.sbin/unbound/doc/ |
| H A D | Changelog | 11647 - process better check for looping modules, and which submodule to
|