aboutsummaryrefslogtreecommitdiff
path: root/devel/youcompleteme/pkg-plist
blob: 308ec38e5d2c55b6e15d2ae0ddb23bfe946b2f54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
%%VIMFILESDIR%%/autoload/youcompleteme.vim
%%VIMFILESDIR%%/autoload/youcompleteme/finder.vim
%%VIMFILESDIR%%/doc/youcompleteme.txt
%%VIMFILESDIR%%/plugin/youcompleteme.vim
%%VIMFILESDIR%%/python/test_requirements.txt
%%VIMFILESDIR%%/python/ycm/__init__.py
%%VIMFILESDIR%%/python/ycm/base.py
%%VIMFILESDIR%%/python/ycm/buffer.py
%%VIMFILESDIR%%/python/ycm/client/__init__.py
%%VIMFILESDIR%%/python/ycm/client/base_request.py
%%VIMFILESDIR%%/python/ycm/client/command_request.py
%%VIMFILESDIR%%/python/ycm/client/completer_available_request.py
%%VIMFILESDIR%%/python/ycm/client/completion_request.py
%%VIMFILESDIR%%/python/ycm/client/debug_info_request.py
%%VIMFILESDIR%%/python/ycm/client/event_notification.py
%%VIMFILESDIR%%/python/ycm/client/messages_request.py
%%VIMFILESDIR%%/python/ycm/client/omni_completion_request.py
%%VIMFILESDIR%%/python/ycm/client/resolve_completion_request.py
%%VIMFILESDIR%%/python/ycm/client/shutdown_request.py
%%VIMFILESDIR%%/python/ycm/client/signature_help_request.py
%%VIMFILESDIR%%/python/ycm/client/ycmd_keepalive.py
%%VIMFILESDIR%%/python/ycm/diagnostic_filter.py
%%VIMFILESDIR%%/python/ycm/diagnostic_interface.py
%%VIMFILESDIR%%/python/ycm/omni_completer.py
%%VIMFILESDIR%%/python/ycm/paths.py
%%VIMFILESDIR%%/python/ycm/signature_help.py
%%VIMFILESDIR%%/python/ycm/syntax_parse.py
%%VIMFILESDIR%%/python/ycm/tests/__init__.py
%%VIMFILESDIR%%/python/ycm/tests/base_test.py
%%VIMFILESDIR%%/python/ycm/tests/client/__init__.py
%%VIMFILESDIR%%/python/ycm/tests/client/base_request_test.py
%%VIMFILESDIR%%/python/ycm/tests/client/command_request_test.py
%%VIMFILESDIR%%/python/ycm/tests/client/completion_request_test.py
%%VIMFILESDIR%%/python/ycm/tests/client/debug_info_request_test.py
%%VIMFILESDIR%%/python/ycm/tests/client/messages_request_test.py
%%VIMFILESDIR%%/python/ycm/tests/client/omni_completion_request_test.py
%%VIMFILESDIR%%/python/ycm/tests/command_test.py
%%VIMFILESDIR%%/python/ycm/tests/completion_test.py
%%VIMFILESDIR%%/python/ycm/tests/conftest.py
%%VIMFILESDIR%%/python/ycm/tests/diagnostic_filter_test.py
%%VIMFILESDIR%%/python/ycm/tests/event_notification_test.py
%%VIMFILESDIR%%/python/ycm/tests/mock_utils.py
%%VIMFILESDIR%%/python/ycm/tests/omni_completer_test.py
%%VIMFILESDIR%%/python/ycm/tests/paths_test.py
%%VIMFILESDIR%%/python/ycm/tests/postcomplete_test.py
%%VIMFILESDIR%%/python/ycm/tests/signature_help_test.py
%%VIMFILESDIR%%/python/ycm/tests/syntax_parse_test.py
%%VIMFILESDIR%%/python/ycm/tests/test_utils.py
%%VIMFILESDIR%%/python/ycm/tests/testdata/.ycm_extra_conf.py
%%VIMFILESDIR%%/python/ycm/tests/testdata/cpp_syntax
%%VIMFILESDIR%%/python/ycm/tests/testdata/java_syntax
%%VIMFILESDIR%%/python/ycm/tests/testdata/php_syntax
%%VIMFILESDIR%%/python/ycm/tests/testdata/python_syntax
%%VIMFILESDIR%%/python/ycm/tests/testdata/uni¢od€/tags
%%VIMFILESDIR%%/python/ycm/tests/vimsupport_test.py
%%VIMFILESDIR%%/python/ycm/tests/youcompleteme_test.py
%%VIMFILESDIR%%/python/ycm/unsafe_thread_pool_executor.py
%%VIMFILESDIR%%/python/ycm/vimsupport.py
%%VIMFILESDIR%%/python/ycm/youcompleteme.py
%%YCMDDIR%%/CORE_VERSION
%%YCMDDIR%%/cpp/CMakeLists.txt
%%YCMDDIR%%/cpp/llvm/include/clang-c/BuildSystem.h
%%YCMDDIR%%/cpp/llvm/include/clang-c/CXCompilationDatabase.h
%%YCMDDIR%%/cpp/llvm/include/clang-c/CXErrorCode.h
%%YCMDDIR%%/cpp/llvm/include/clang-c/CXString.h
%%YCMDDIR%%/cpp/llvm/include/clang-c/Documentation.h
%%YCMDDIR%%/cpp/llvm/include/clang-c/ExternC.h
%%YCMDDIR%%/cpp/llvm/include/clang-c/FatalErrorHandler.h
%%YCMDDIR%%/cpp/llvm/include/clang-c/Index.h
%%YCMDDIR%%/cpp/llvm/include/clang-c/Platform.h
%%YCMDDIR%%/cpp/llvm/include/clang-c/Rewrite.h
%%YCMDDIR%%/cpp/llvm/include/clang-c/module.modulemap
%%YCMDDIR%%/cpp/pybind11/pybind11/attr.h
%%YCMDDIR%%/cpp/pybind11/pybind11/buffer_info.h
%%YCMDDIR%%/cpp/pybind11/pybind11/cast.h
%%YCMDDIR%%/cpp/pybind11/pybind11/chrono.h
%%YCMDDIR%%/cpp/pybind11/pybind11/common.h
%%YCMDDIR%%/cpp/pybind11/pybind11/complex.h
%%YCMDDIR%%/cpp/pybind11/pybind11/detail/class.h
%%YCMDDIR%%/cpp/pybind11/pybind11/detail/common.h
%%YCMDDIR%%/cpp/pybind11/pybind11/detail/descr.h
%%YCMDDIR%%/cpp/pybind11/pybind11/detail/init.h
%%YCMDDIR%%/cpp/pybind11/pybind11/detail/internals.h
%%YCMDDIR%%/cpp/pybind11/pybind11/detail/typeid.h
%%YCMDDIR%%/cpp/pybind11/pybind11/eigen.h
%%YCMDDIR%%/cpp/pybind11/pybind11/embed.h
%%YCMDDIR%%/cpp/pybind11/pybind11/eval.h
%%YCMDDIR%%/cpp/pybind11/pybind11/functional.h
%%YCMDDIR%%/cpp/pybind11/pybind11/iostream.h
%%YCMDDIR%%/cpp/pybind11/pybind11/numpy.h
%%YCMDDIR%%/cpp/pybind11/pybind11/operators.h
%%YCMDDIR%%/cpp/pybind11/pybind11/options.h
%%YCMDDIR%%/cpp/pybind11/pybind11/pybind11.h
%%YCMDDIR%%/cpp/pybind11/pybind11/pytypes.h
%%YCMDDIR%%/cpp/pybind11/pybind11/stl.h
%%YCMDDIR%%/cpp/pybind11/pybind11/stl_bind.h
%%YCMDDIR%%/cpp/whereami/LICENSE.MIT
%%YCMDDIR%%/cpp/whereami/whereami.c
%%YCMDDIR%%/cpp/whereami/whereami.h
%%YCMDDIR%%/cpp/ycm/CMakeLists.txt
%%YCMDDIR%%/cpp/ycm/Candidate.cpp
%%YCMDDIR%%/cpp/ycm/Candidate.h
%%YCMDDIR%%/cpp/ycm/Character.cpp
%%YCMDDIR%%/cpp/ycm/Character.h
%%YCMDDIR%%/cpp/ycm/ClangCompleter/ClangCompleter.cpp
%%YCMDDIR%%/cpp/ycm/ClangCompleter/ClangCompleter.h
%%YCMDDIR%%/cpp/ycm/ClangCompleter/ClangHelpers.cpp
%%YCMDDIR%%/cpp/ycm/ClangCompleter/ClangHelpers.h
%%YCMDDIR%%/cpp/ycm/ClangCompleter/ClangUtils.cpp
%%YCMDDIR%%/cpp/ycm/ClangCompleter/ClangUtils.h
%%YCMDDIR%%/cpp/ycm/ClangCompleter/CompilationDatabase.cpp
%%YCMDDIR%%/cpp/ycm/ClangCompleter/CompilationDatabase.h
%%YCMDDIR%%/cpp/ycm/ClangCompleter/CompletionData.cpp
%%YCMDDIR%%/cpp/ycm/ClangCompleter/CompletionData.h
%%YCMDDIR%%/cpp/ycm/ClangCompleter/Diagnostic.h
%%YCMDDIR%%/cpp/ycm/ClangCompleter/Documentation.cpp
%%YCMDDIR%%/cpp/ycm/ClangCompleter/Documentation.h
%%YCMDDIR%%/cpp/ycm/ClangCompleter/FixIt.h
%%YCMDDIR%%/cpp/ycm/ClangCompleter/Location.h
%%YCMDDIR%%/cpp/ycm/ClangCompleter/Range.cpp
%%YCMDDIR%%/cpp/ycm/ClangCompleter/Range.h
%%YCMDDIR%%/cpp/ycm/ClangCompleter/TranslationUnit.cpp
%%YCMDDIR%%/cpp/ycm/ClangCompleter/TranslationUnit.h
%%YCMDDIR%%/cpp/ycm/ClangCompleter/TranslationUnitStore.cpp
%%YCMDDIR%%/cpp/ycm/ClangCompleter/TranslationUnitStore.h
%%YCMDDIR%%/cpp/ycm/ClangCompleter/UnsavedFile.h
%%YCMDDIR%%/cpp/ycm/CodePoint.cpp
%%YCMDDIR%%/cpp/ycm/CodePoint.h
%%YCMDDIR%%/cpp/ycm/IdentifierCompleter.cpp
%%YCMDDIR%%/cpp/ycm/IdentifierCompleter.h
%%YCMDDIR%%/cpp/ycm/IdentifierDatabase.cpp
%%YCMDDIR%%/cpp/ycm/IdentifierDatabase.h
%%YCMDDIR%%/cpp/ycm/IdentifierUtils.cpp
%%YCMDDIR%%/cpp/ycm/IdentifierUtils.h
%%YCMDDIR%%/cpp/ycm/PythonSupport.cpp
%%YCMDDIR%%/cpp/ycm/PythonSupport.h
%%YCMDDIR%%/cpp/ycm/Repository.cpp
%%YCMDDIR%%/cpp/ycm/Repository.h
%%YCMDDIR%%/cpp/ycm/Result.cpp
%%YCMDDIR%%/cpp/ycm/Result.h
%%YCMDDIR%%/cpp/ycm/UnicodeTable.inc
%%YCMDDIR%%/cpp/ycm/Utils.cpp
%%YCMDDIR%%/cpp/ycm/Utils.h
%%YCMDDIR%%/cpp/ycm/Word.cpp
%%YCMDDIR%%/cpp/ycm/Word.h
%%YCMDDIR%%/cpp/ycm/benchmarks/BenchUtils.cpp
%%YCMDDIR%%/cpp/ycm/benchmarks/BenchUtils.h
%%YCMDDIR%%/cpp/ycm/benchmarks/CMakeLists.txt
%%YCMDDIR%%/cpp/ycm/benchmarks/IdentifierCompleter_bench.cpp
%%YCMDDIR%%/cpp/ycm/benchmarks/PythonSupport_bench.cpp
%%YCMDDIR%%/cpp/ycm/benchmarks/main.cpp
%%YCMDDIR%%/cpp/ycm/versioning.cpp
%%YCMDDIR%%/cpp/ycm/versioning.h
%%YCMDDIR%%/cpp/ycm/ycm_core.cpp
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/__clang_cuda_builtin_vars.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/__clang_cuda_cmath.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/__clang_cuda_complex_builtins.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/__clang_cuda_device_functions.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/__clang_cuda_intrinsics.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/__clang_cuda_libdevice_declares.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/__clang_cuda_math.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/__clang_cuda_math_forward_declares.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/__clang_cuda_runtime_wrapper.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/__clang_hip_cmath.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/__clang_hip_libdevice_declares.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/__clang_hip_math.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/__clang_hip_runtime_wrapper.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/__stddef_max_align_t.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/__wmmintrin_aes.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/__wmmintrin_pclmul.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/adxintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/altivec.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/ammintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/amxintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/arm64intr.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/arm_acle.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/arm_cmse.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/armintr.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx2intrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512bf16intrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512bitalgintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512bwintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512cdintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512dqintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512erintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512fintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512ifmaintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512ifmavlintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512pfintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512vbmi2intrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512vbmiintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512vbmivlintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512vlbf16intrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512vlbitalgintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512vlbwintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512vlcdintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512vldqintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512vlintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512vlvbmi2intrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512vlvnniintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512vlvp2intersectintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512vnniintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512vp2intersectintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512vpopcntdqintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avx512vpopcntdqvlintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avxintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/avxvnniintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/bmi2intrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/bmiintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/cet.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/cetintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/cldemoteintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/clflushoptintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/clwbintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/clzerointrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/cpuid.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/cuda_wrappers/algorithm
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/cuda_wrappers/complex
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/cuda_wrappers/new
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/emmintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/enqcmdintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/f16cintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/float.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/fma4intrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/fmaintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/fxsrintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/gfniintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/hresetintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/htmintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/htmxlintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/ia32intrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/immintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/intrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/inttypes.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/invpcidintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/iso646.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/keylockerintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/limits.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/lwpintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/lzcntintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/mm3dnow.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/mm_malloc.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/mmintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/module.modulemap
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/movdirintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/msa.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/mwaitxintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/nmmintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/opencl-c-base.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/opencl-c.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/openmp_wrappers/__clang_openmp_device_functions.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/openmp_wrappers/cmath
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/openmp_wrappers/complex
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/openmp_wrappers/complex.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/openmp_wrappers/complex_cmath.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/openmp_wrappers/math.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/openmp_wrappers/new
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/openmp_wrappers/time.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/pconfigintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/pkuintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/pmmintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/popcntintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/ppc_wrappers/emmintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/ppc_wrappers/mm_malloc.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/ppc_wrappers/mmintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/ppc_wrappers/pmmintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/ppc_wrappers/smmintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/ppc_wrappers/tmmintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/ppc_wrappers/xmmintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/prfchwintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/ptwriteintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/rdseedintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/rtmintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/s390intrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/serializeintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/sgxintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/shaintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/smmintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/stdalign.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/stdarg.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/stdatomic.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/stdbool.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/stddef.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/stdint.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/stdnoreturn.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/tbmintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/tgmath.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/tmmintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/tsxldtrkintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/uintrintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/unwind.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/vadefs.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/vaesintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/varargs.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/vecintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/vpclmulqdqintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/waitpkgintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/wasm_simd128.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/wbnoinvdintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/wmmintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/x86gprintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/x86intrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/xmmintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/xopintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/xsavecintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/xsaveintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/xsaveoptintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/xsavesintrin.h
%%YCMDDIR%%/third_party/clang/lib/clang/12.0.0/include/xtestintrin.h
%%YCMDDIR%%/third_party/clang/lib/libclang.so.9
%%YCMDDIR%%/third_party/generic_server/.eslintignore
%%YCMDDIR%%/third_party/generic_server/.eslintrc.js
%%YCMDDIR%%/third_party/generic_server/.eslintrc.json
%%YCMDDIR%%/third_party/generic_server/.gitignore
%%YCMDDIR%%/third_party/generic_server/.vimspector.json
%%YCMDDIR%%/third_party/generic_server/.vscode/extensions.json
%%YCMDDIR%%/third_party/generic_server/.vscode/launch.json
%%YCMDDIR%%/third_party/generic_server/.vscode/settings.json
%%YCMDDIR%%/third_party/generic_server/.vscode/tasks.json
%%YCMDDIR%%/third_party/generic_server/.vscodeignore
%%YCMDDIR%%/third_party/generic_server/README.md
%%YCMDDIR%%/third_party/generic_server/client/package-lock.json
%%YCMDDIR%%/third_party/generic_server/client/package.json
%%YCMDDIR%%/third_party/generic_server/client/src/extension.ts
%%YCMDDIR%%/third_party/generic_server/client/src/test/completion.test.ts
%%YCMDDIR%%/third_party/generic_server/client/src/test/diagnostics.test.ts
%%YCMDDIR%%/third_party/generic_server/client/src/test/helper.ts
%%YCMDDIR%%/third_party/generic_server/client/src/test/index.ts
%%YCMDDIR%%/third_party/generic_server/client/src/test/runTest.ts
%%YCMDDIR%%/third_party/generic_server/client/testFixture/completion.txt
%%YCMDDIR%%/third_party/generic_server/client/testFixture/diagnostics.txt
%%YCMDDIR%%/third_party/generic_server/client/tsconfig.json
%%YCMDDIR%%/third_party/generic_server/package.json
%%YCMDDIR%%/third_party/generic_server/scripts/e2e.sh
%%YCMDDIR%%/third_party/generic_server/server/package-lock.json
%%YCMDDIR%%/third_party/generic_server/server/package.json
%%YCMDDIR%%/third_party/generic_server/server/src/server.ts
%%YCMDDIR%%/third_party/generic_server/server/tsconfig.json
%%YCMDDIR%%/third_party/generic_server/tsconfig.json
%%YCMDDIR%%/third_party/tern_runtime/package.json
%%YCMDDIR%%/third_party/tsserver/package.json
%%YCMDDIR%%/ycm_core%%PYTHON_EXT_SUFFIX%%.so
%%YCMDDIR%%/ycmd/__init__.py
%%YCMDDIR%%/ycmd/__main__.py
%%YCMDDIR%%/ycmd/completers/__init__.py
%%YCMDDIR%%/ycmd/completers/all/__init__.py
%%YCMDDIR%%/ycmd/completers/all/identifier_completer.py
%%YCMDDIR%%/ycmd/completers/c/__init__.py
%%YCMDDIR%%/ycmd/completers/c/hook.py
%%YCMDDIR%%/ycmd/completers/completer.py
%%YCMDDIR%%/ycmd/completers/completer_utils.py
%%YCMDDIR%%/ycmd/completers/cpp/__init__.py
%%YCMDDIR%%/ycmd/completers/cpp/clang_completer.py
%%YCMDDIR%%/ycmd/completers/cpp/clang_helpers.py
%%YCMDDIR%%/ycmd/completers/cpp/clangd_completer.py
%%YCMDDIR%%/ycmd/completers/cpp/ephemeral_values_set.py
%%YCMDDIR%%/ycmd/completers/cpp/flags.py
%%YCMDDIR%%/ycmd/completers/cpp/hook.py
%%YCMDDIR%%/ycmd/completers/cpp/include_cache.py
%%YCMDDIR%%/ycmd/completers/cs/__init__.py
%%YCMDDIR%%/ycmd/completers/cs/cs_completer.py
%%YCMDDIR%%/ycmd/completers/cs/hook.py
%%YCMDDIR%%/ycmd/completers/cs/solutiondetection.py
%%YCMDDIR%%/ycmd/completers/cuda/__init__.py
%%YCMDDIR%%/ycmd/completers/cuda/hook.py
%%YCMDDIR%%/ycmd/completers/general/__init__.py
%%YCMDDIR%%/ycmd/completers/general/filename_completer.py
%%YCMDDIR%%/ycmd/completers/general/general_completer_store.py
%%YCMDDIR%%/ycmd/completers/general/ultisnips_completer.py
%%YCMDDIR%%/ycmd/completers/general_completer.py
%%YCMDDIR%%/ycmd/completers/go/__init__.py
%%YCMDDIR%%/ycmd/completers/go/go_completer.py
%%YCMDDIR%%/ycmd/completers/go/hook.py
%%YCMDDIR%%/ycmd/completers/java/__init__.py
%%YCMDDIR%%/ycmd/completers/java/hook.py
%%YCMDDIR%%/ycmd/completers/java/java_completer.py
%%YCMDDIR%%/ycmd/completers/javascript/__init__.py
%%YCMDDIR%%/ycmd/completers/javascript/hook.py
%%YCMDDIR%%/ycmd/completers/javascript/tern_completer.py
%%YCMDDIR%%/ycmd/completers/javascriptreact/hook.py
%%YCMDDIR%%/ycmd/completers/language_server/__init__.py
%%YCMDDIR%%/ycmd/completers/language_server/generic_lsp_completer.py
%%YCMDDIR%%/ycmd/completers/language_server/language_server_completer.py
%%YCMDDIR%%/ycmd/completers/language_server/language_server_protocol.py
%%YCMDDIR%%/ycmd/completers/objc/__init__.py
%%YCMDDIR%%/ycmd/completers/objc/hook.py
%%YCMDDIR%%/ycmd/completers/objcpp/__init__.py
%%YCMDDIR%%/ycmd/completers/objcpp/hook.py
%%YCMDDIR%%/ycmd/completers/python/__init__.py
%%YCMDDIR%%/ycmd/completers/python/hook.py
%%YCMDDIR%%/ycmd/completers/python/python_completer.py
%%YCMDDIR%%/ycmd/completers/rust/__init__.py
%%YCMDDIR%%/ycmd/completers/rust/hook.py
%%YCMDDIR%%/ycmd/completers/rust/rust_completer.py
%%YCMDDIR%%/ycmd/completers/typescript/__init__.py
%%YCMDDIR%%/ycmd/completers/typescript/hook.py
%%YCMDDIR%%/ycmd/completers/typescript/typescript_completer.py
%%YCMDDIR%%/ycmd/completers/typescriptreact/hook.py
%%YCMDDIR%%/ycmd/default_settings.json
%%YCMDDIR%%/ycmd/extra_conf_store.py
%%YCMDDIR%%/ycmd/handlers.py
%%YCMDDIR%%/ycmd/hmac_plugin.py
%%YCMDDIR%%/ycmd/hmac_utils.py
%%YCMDDIR%%/ycmd/identifier_utils.py
%%YCMDDIR%%/ycmd/request_validation.py
%%YCMDDIR%%/ycmd/request_wrap.py
%%YCMDDIR%%/ycmd/responses.py
%%YCMDDIR%%/ycmd/server_state.py
%%YCMDDIR%%/ycmd/user_options_store.py
%%YCMDDIR%%/ycmd/utils.py
%%YCMDDIR%%/ycmd/watchdog_plugin.py
%%YCMDDIR%%/ycmd/wsgi_server.py