Home
last modified time | relevance | path

Searched refs:submodule (Results 1 – 25 of 45) sorted by relevance

12

/llvm-project-15.0.7/clang/test/Modules/
H A Dimplicit-private-with-submodule.m2 // Build PCH using A, with private submodule A.Private
3 …-module-maps -fmodules-cache-path=%t -F %S/Inputs/implicit-private-with-submodule -emit-pch -o %t-…
6 // Build PCH using A, with private submodule A.Private, check the fixit
10 …-module-maps -fmodules-cache-path=%t -F %S/Inputs/implicit-private-with-submodule -emit-pch -o %t-…
12 …-module-maps -fmodules-cache-path=%t -F %S/Inputs/implicit-private-with-submodule -emit-pch -o %t-…
14 …d-warning@Inputs/implicit-private-with-submodule/A.framework/Modules/module.private.modulemap:1{{p…
15 // expected-note@Inputs/implicit-private-with-submodule/A.framework/Modules/module.private.modulema…
17 …d-warning@Inputs/implicit-private-with-submodule/A.framework/Modules/module.private.modulemap:6{{p…
18 // expected-note@Inputs/implicit-private-with-submodule/A.framework/Modules/module.private.modulema…
20 …d-warning@Inputs/implicit-private-with-submodule/A.framework/Modules/module.private.modulemap:9{{p…
[all …]
H A Ddiagnostics.modulemap17 module submodule { use foo }
32 …E+1]]:8: error: no module named 'unknown' found, parent module must be defined before the submodule
33 module unknown.submodule {}
35 … no module named 'unknown' in 'known_top_level', parent module must be defined before the submodule
36 module known_top_level.unknown.submodule {}
H A Dshadowed-submodule.m2 …le-maps -fmodules-cache-path=%t -I %S/Inputs/shadowed-submodule/Foo -I %S/Inputs/shadowed-submodul…
5 // expected-note@shadowed-submodule.m:4 {{imported by module 'Foo'}}
H A Dlocalsubmodulevis.m2 // RUN: %clang_cc1 -fmodules -fmodules-local-submodule-visibility -fimplicit-module-maps -fmodules-…
3 // RUN: %clang_cc1 -fmodules -fmodules-local-submodule-visibility -fimplicit-module-maps -fmodules-…
H A Dpath-resolution.modulemap11 // RUN: -fmodules-embed-all-files -fmodules-local-submodule-visibility \
16 // RUN: -fmodules-embed-all-files -fmodules-local-submodule-visibility \
33 // RUN: -fmodules-embed-all-files -fmodules-local-submodule-visibility \
H A Dauto-module-import.m36 // Test umbrella-less submodule includes
40 // Test umbrella-less submodule includes
81 // expected-warning{{missing submodule 'Module.NotInModule'}}
H A Dmissing-submodule.m3 #include <Module/NotInModule.h> // expected-warning{{missing submodule 'Module.NotInModule'}}
H A Dsubmodule-in-private-mmap.m2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F%S/Inputs/submodule-i…
H A Dimport-textual.mm2 …port-textual/M -fmodules-cache-path=%t -x objective-c++ -fmodules-local-submodule-visibility %s -v…
H A Dimport-textual-noguard.mm2 …ort-textual/M2 -fmodules-cache-path=%t -x objective-c++ -fmodules-local-submodule-visibility %s -v…
H A Dbuiltin-import.mm2 …plicit-module-maps -fmodules-cache-path=%t -x objective-c++ -fmodules-local-submodule-visibility %s
H A Dimplicit-map-dot-private.m7 @import A.Private; // expected-warning {{no submodule named 'Private' in module 'A'; using top leve…
H A Dunavailable-local-visibility.test2 …%S/Inputs/unavailable-local-visibility/module.modulemap -fmodules-local-submodule-visibility -fmod…
/llvm-project-15.0.7/llvm/docs/Proposals/
H A DGitHubMove.rst522 `git submodule update` step.
683 updates a submodule of local project ``myproj``.
688 commits in the order implied by submodule updates::
789 --submodule-map=submodule-map.txt \
812 umbrella and clang is a submodule in llvm). The file
816 that submodule should be written in the zipped history.
880 # Create the submodule map.
881 echo "tools/clang clang" > my-monorepo/submodule-map.txt
889 echo "tools/lld lld" >> my-monorepo/submodule-map.txt
890 echo "tools/lldb lldb" >> my-monorepo/submodule-map.txt
[all …]
/llvm-project-15.0.7/clang/test/Preprocessor/
H A Dpragma_module.c38 #error under -fmodules-local-submodule-visibility, X should not be defined
42 #error without -fmodules-local-submodule-visibility, X should still be defined
/llvm-project-15.0.7/utils/bazel/examples/submodule/
H A DWORKSPACE5 """An example WORKSPACE for configuring LLVM using a git submodule."""
23 # Or wherever your submodule is located.
/llvm-project-15.0.7/clang/test/VFS/
H A Dmodule-import.m11 // Import a submodule that is defined in actual_module2.map, which is only
15 // CHECK-VFS2: error: no submodule
/llvm-project-15.0.7/clang/docs/
H A DModules.rst383 … *visible* if they are from the current submodule or translation unit, or if they were exported fr…
521 *submodule-declaration*
710 *submodule-declaration*:
712 *inferred-submodule-declaration*
716 A *submodule-declaration* that is an *inferred-submodule-declaration* describes a set of submodules…
720 *inferred-submodule-declaration*:
723 *inferred-submodule-member*:
733 *inferred-submodule-declaration* has the ``framework`` specifier
734 * Have the attributes specified by the \ *inferred-submodule-declaration*
736 …t-declaration* ``export *``, if the \ *inferred-submodule-declaration* contains the \ *inferred-su…
[all …]
/llvm-project-15.0.7/polly/lib/External/isl/
H A D.gitmodules1 [submodule "imath"]
/llvm-project-15.0.7/clang/test/Modules/Inputs/shadowed-submodule/A2/
H A Dmodule.modulemap5 module sub2 { // expected-error {{build a shadowed submodule 'A.sub2'}}
/llvm-project-15.0.7/llvm/test/ExecutionEngine/OrcLazy/
H A Dmodule-flags.ll3 ; CHECK: module-flags.ll.submodule
/llvm-project-15.0.7/polly/lib/External/
H A Dupdate-isl.sh15 (cd $GITDIR && git submodule update --recursive)
/llvm-project-15.0.7/flang/docs/
H A DBijectiveInternalNameUniquing.md30 Symbols can be scoped by the module, submodule, or procedure that contains
40 submodule (mod:s1mod) s2mod
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp322 clang::Module *submodule = top_level_module; in AddModule() local
325 submodule = submodule->findSubmodule(component.GetStringRef()); in AddModule()
326 if (!submodule) { in AddModule()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td657 "must specify '-fmodule-name=%0' to enter %select{|submodule of }1"
662 "submodule %0.%1 not declared in module map">;
771 "expected umbrella, header, submodule, or module export">;
799 "parent module must be defined before the submodule">;
805 "inferred submodule cannot be a framework submodule">;
811 "redefinition of inferred submodule">;
813 "expected '{' to start inferred submodule">;
817 "only '*' can be exported from an inferred submodule">;
827 "private submodule '%0' in private module map, expected top-level module">,
866 "submodule of top-level module '%0' implicitly imported here">;

12