]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm/tools/clang/include/clang/module.modulemap
Merge clang trunk r321017 to contrib/llvm/tools/clang.
[FreeBSD/FreeBSD.git] / contrib / llvm / tools / clang / include / clang / module.modulemap
1 module Clang_Analysis {
2   requires cplusplus
3   umbrella "Analysis"
4
5   textual header "Analysis/Analyses/ThreadSafetyOps.def"
6
7   module * { export * }
8 }
9
10 module Clang_AST {
11   requires cplusplus
12   umbrella "AST"
13
14   textual header "AST/BuiltinTypes.def"
15   textual header "AST/OperationKinds.def"
16   textual header "AST/TypeLocNodes.def"
17   textual header "AST/TypeNodes.def"
18
19   module * { export * }
20 }
21
22 module Clang_ASTMatchers { requires cplusplus umbrella "ASTMatchers" module * { export * } }
23
24 module Clang_Basic {
25   requires cplusplus
26   umbrella "Basic"
27
28   textual header "Basic/BuiltinsAArch64.def"
29   textual header "Basic/BuiltinsAMDGPU.def"
30   textual header "Basic/BuiltinsARM.def"
31   textual header "Basic/Builtins.def"
32   textual header "Basic/BuiltinsHexagon.def"
33   textual header "Basic/BuiltinsLe64.def"
34   textual header "Basic/BuiltinsMips.def"
35   textual header "Basic/BuiltinsNEON.def"
36   textual header "Basic/BuiltinsNios2.def"
37   textual header "Basic/BuiltinsNVPTX.def"
38   textual header "Basic/BuiltinsPPC.def"
39   textual header "Basic/BuiltinsSystemZ.def"
40   textual header "Basic/BuiltinsWebAssembly.def"
41   textual header "Basic/BuiltinsX86.def"
42   textual header "Basic/BuiltinsX86_64.def"
43   textual header "Basic/BuiltinsXCore.def"
44   textual header "Basic/DiagnosticOptions.def"
45   textual header "Basic/LangOptions.def"
46   textual header "Basic/OpenCLExtensions.def"
47   textual header "Basic/OpenCLImageTypes.def"
48   textual header "Basic/OpenMPKinds.def"
49   textual header "Basic/OperatorKinds.def"
50   textual header "Basic/Sanitizers.def"
51   textual header "Basic/TokenKinds.def"
52   textual header "Basic/X86Target.def"
53
54   module * { export * }
55 }
56
57 module Clang_CodeGen { requires cplusplus umbrella "CodeGen" module * { export * } }
58 module Clang_Config { requires cplusplus umbrella "Config" module * { export * } }
59
60 // Files for diagnostic groups are spread all over the include/clang/ tree, but
61 // logically form a single module.
62 module Clang_Diagnostics {
63   requires cplusplus
64
65   module All { header "Basic/AllDiagnostics.h" export * }
66   module Analysis { header "Analysis/AnalysisDiagnostic.h" export * }
67   module AST { header "AST/ASTDiagnostic.h" export * }
68   module Comment { header "AST/CommentDiagnostic.h" export * }
69   module Driver { header "Driver/DriverDiagnostic.h" export * }
70   module Frontend { header "Frontend/FrontendDiagnostic.h" export * }
71   module Lex { header "Lex/LexDiagnostic.h" export * }
72   module Parse { header "Parse/ParseDiagnostic.h" export * }
73   module Sema { header "Sema/SemaDiagnostic.h" export * }
74   module Serialization { header "Serialization/SerializationDiagnostic.h" export * }
75   module Refactoring { header "Tooling/Refactoring/RefactoringDiagnostic.h" export * }
76 }
77
78 module Clang_Driver {
79   requires cplusplus
80   umbrella "Driver"
81
82   textual header "Driver/Types.def"
83
84   module * { export * }
85 }
86
87 module Clang_Edit { requires cplusplus umbrella "Edit" module * { export * } }
88 module Clang_Format { requires cplusplus umbrella "Format" module * { export * } }
89
90 module Clang_Frontend {
91   requires cplusplus
92   umbrella "Frontend"
93
94   textual header "Frontend/LangStandards.def"
95
96   module * { export * }
97
98   // FIXME: This violates layers.
99   exclude header "Frontend/PCHContainerOperations.h"
100 }
101
102 // Used in clangBasic
103 module Clang_Frontend_CodeGenOptions {
104   requires cplusplus
105   header "Frontend/CodeGenOptions.h"
106   textual header "Frontend/CodeGenOptions.def"
107   export *
108 }
109
110 module Clang_FrontendTool { requires cplusplus umbrella "FrontendTool" module * { export * } }
111 module Clang_Index { requires cplusplus umbrella "Index" module * { export * } }
112 module Clang_Lex { requires cplusplus umbrella "Lex" module * { export * } }
113 module Clang_Parse { requires cplusplus umbrella "Parse" module * { export * } }
114 module Clang_Rewrite { requires cplusplus umbrella "Rewrite/Core" module * { export * } }
115 module Clang_RewriteFrontend { requires cplusplus umbrella "Rewrite/Frontend" module * { export * } }
116 module Clang_Sema { requires cplusplus umbrella "Sema" module * { export * } }
117 module Clang_Serialization { requires cplusplus umbrella "Serialization" module * { export * } }
118
119 module Clang_StaticAnalyzer_Core {
120   requires cplusplus
121   umbrella "StaticAnalyzer/Core"
122
123   textual header "StaticAnalyzer/Core/Analyses.def"
124   textual header "StaticAnalyzer/Core/PathSensitive/SVals.def"
125   textual header "StaticAnalyzer/Core/PathSensitive/Symbols.def"
126   textual header "StaticAnalyzer/Core/PathSensitive/Regions.def"
127
128   module * { export * }
129 }
130
131 module Clang_StaticAnalyzer_Checkers {
132   requires cplusplus
133   umbrella "StaticAnalyzer/Checkers"
134   module * { export * }
135 }
136
137 module Clang_StaticAnalyzer_Frontend {
138   requires cplusplus
139   umbrella "StaticAnalyzer/Frontend"
140   module * { export * }
141 }
142
143 module Clang_Tooling {
144   requires cplusplus umbrella "Tooling" module * { export * }
145   // FIXME: Exclude these headers to avoid pulling all of the AST matchers
146   // library into clang-format. Due to inline key functions in the headers,
147   // importing the AST matchers library gives a link dependency on the AST
148   // matchers (and thus the AST), which clang-format should not have.
149   exclude header "Tooling/RefactoringCallbacks.h"
150 }
151
152 module Clang_ToolingCore {
153   requires cplusplus
154   umbrella "Tooling/Core" module * { export * }
155 }