aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/clang16/.yandex_meta/devtools.copyrights.report
blob: 946238dc15a84bb0064d9a789b23bf9b5ba2a575 (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
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
# File format ($ symbol means the beginning of a line):
#
# $ # this message
# $ # =======================
# $     # comments (all commentaries should starts with some number of spaces and # symbol)
# ${action} {license id} {license text hash}
# $BELONGS ./ya/make/file/relative/path/1/ya.make ./ya/make/2/ya.make
# ${all_file_action} filename
# $ # user commentaries (many lines)
# $ generated description - files with this license, license text... (some number of lines that starts with some number of spaces, do not modify)
# ${action} {license spdx} {license text hash}
# $BELONGS ./ya/make/file/relative/path/3/ya.make
# ${all_file_action} filename
# $    #    user commentaries
# $ generated description
# $ ...
#
# You can modify action, all_file_action and add commentaries
# Available actions:
# keep - keep license in contrib and use in credits
# skip - skip license
# remove - remove all files with this license
# rename - save license text/links into licenses texts file, but not store SPDX into LINCENSE macro. You should store correct license id into devtools.license.spdx.txt file
#
# {all file action} records will be generated when license text contains filename that exists on filesystem (in contrib directory)
# We suppose that that files can contain some license info
# Available all file actions:
# FILE_IGNORE - ignore file (do nothing)
# FILE_INCLUDE - include all file data into licenses text file
# =======================

KEEP     COPYRIGHT_SERVICE_LABEL 08fdbbddfc4d66ab97d36e2b9efe2aa4
BELONGS ya.make
    License text:
        Copyright (c) 2007-2019 University of Illinois at Urbana-Champaign.
        All rights reserved.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        LICENSE.TXT [242:243]
        tools/extra/LICENSE.TXT [242:243]

KEEP     COPYRIGHT_SERVICE_LABEL 0c682f61eaf339d0531e1b776a983007
BELONGS lib/AST/ya.make
FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Stmt.cpp at line 902
FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Stmt.cpp at line 902
    License text:
          Exprs = new (C) Stmt*[exprs.size()];
          std::copy(exprs.begin(), exprs.end(), Exprs);
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/AST/Stmt.cpp [902:903]

KEEP     COPYRIGHT_SERVICE_LABEL 0c7b7905f9a61d859d286b969ebcd3db
BELONGS lib/AST/ya.make
FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Stmt.cpp at line 908
FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Stmt.cpp at line 908
    License text:
          Constraints = new (C) StringRef[exprs.size()];
          std::transform(constraints.begin(), constraints.end(), Constraints,
                         [&](StringRef Constraint) {
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/AST/Stmt.cpp [908:910]

KEEP     COPYRIGHT_SERVICE_LABEL 100c5091ed619eae75bbf0ee8a80a859
BELONGS lib/AST/ya.make
FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/DeclBase.cpp at line 2047
FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/DeclBase.cpp at line 2047
    License text:
            DiagStorage = new (C) DiagnosticStorage;
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/AST/DeclBase.cpp [2047:2047]

KEEP     COPYRIGHT_SERVICE_LABEL 13f2fd60bdebfaf713f04a08df1e0d71
BELONGS lib/AST/ya.make
FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Expr.cpp at line 4285
FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Expr.cpp at line 4285
    License text:
          SubExprs = new (C) Stmt*[args.size()];
          for (unsigned i = 0; i != args.size(); i++)
            SubExprs[i] = args[i];
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/AST/Expr.cpp [4285:4287]

KEEP     COPYRIGHT_SERVICE_LABEL 20c7f831626552aa3fbcf636fb5bd8c4
BELONGS lib/AST/ya.make
FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/DeclTemplate.cpp at line 1196, lib/AST/DeclTemplate.cpp at line 1263, lib/AST/DeclTemplate.cpp at line 395, lib/AST/DeclTemplate.cpp at line 496
FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/DeclTemplate.cpp at line 1196, lib/AST/DeclTemplate.cpp at line 1263, lib/AST/DeclTemplate.cpp at line 395, lib/AST/DeclTemplate.cpp at line 496
    License text:
          auto *CommonPtr = new (C) Common;
          C.addDestruction(CommonPtr);
          return CommonPtr;
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/AST/DeclTemplate.cpp [395:397]
        lib/AST/DeclTemplate.cpp [496:498]
        lib/AST/DeclTemplate.cpp [1196:1198]
        lib/AST/DeclTemplate.cpp [1263:1265]

KEEP     COPYRIGHT_SERVICE_LABEL 2ea426e07fa1b54ccf32b17542280977
BELONGS lib/AST/ya.make
FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Stmt.cpp at line 914
FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Stmt.cpp at line 914
    License text:
          Clobbers = new (C) StringRef[NumClobbers];
          // FIXME: Avoid the allocation/copy if at all possible.
          std::transform(clobbers.begin(), clobbers.end(), Clobbers,
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/AST/Stmt.cpp [914:916]

KEEP     COPYRIGHT_SERVICE_LABEL 3961c36233cf52f0309223e43653b97c
BELONGS tools/libclang/ya.make
    License text:
            ASTUnit *TU = getCursorASTUnit(C);
            SourceRange Range = cxcursor::getCursorMacroExpansion(C).getSourceRange();
            return TU->mapRangeFromPreamble(Range);
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        tools/libclang/CIndex.cpp [6453:6455]
        tools/libclang/CIndex.cpp [6459:6461]
        tools/libclang/CIndex.cpp [6465:6468]

KEEP     COPYRIGHT_SERVICE_LABEL 586e92333045a96f751ee5a0ef10c562
BELONGS tools/extra/clang-tidy/cppcoreguidelines/ya.make
    License text:
            return std::isupper(C) || std::isdigit(C) || C == '_';
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        tools/extra/clang-tidy/cppcoreguidelines/MacroUsageCheck.cpp [23:23]

KEEP     COPYRIGHT_SERVICE_LABEL 62cc8fb850b0e71ed0df395e71abf09e
BELONGS lib/StaticAnalyzer/Checkers/ya.make
    License text:
          RetainSummaryManager &SmrMgr = getSummaryManager(C);
          QualType ResultTy = Call.getResultType();
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp [901:902]

KEEP     COPYRIGHT_SERVICE_LABEL 71bf49d1413e50c9766ebed3d5417fba
BELONGS lib/AST/ya.make
FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/DeclObjC.cpp at line 2324
FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/DeclObjC.cpp at line 2324
    License text:
            auto **ivarInitializers = new (C) CXXCtorInitializer*[NumIvarInitializers];
            memcpy(ivarInitializers, initializers,
                   numInitializers * sizeof(CXXCtorInitializer*));
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/AST/DeclObjC.cpp [2324:2326]

KEEP     COPYRIGHT_SERVICE_LABEL 7d9e57d440e55ce80d7a6d311cc18f58
BELONGS lib/Sema/ya.make
    License text:
                      auto *D = cast<VarDecl>(C);
                      DeclRefExpr *Ref = buildDeclRefExpr(SemaRef, D, D->getType(),
                                                          Transform->getBeginLoc());
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/Sema/SemaOpenMP.cpp [9599:9601]

KEEP     COPYRIGHT_SERVICE_LABEL 7ff4e83a387c454be4962207b8915cd9
BELONGS tools/extra/clang-tidy/misc/ConfusableTable/ya.make
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        tools/extra/clang-tidy/misc/ConfusableTable/confusables.txt [2:5]

KEEP     COPYRIGHT_SERVICE_LABEL 81950ffa7b53a241b0a1f99596754c42
BELONGS lib/AST/ya.make
    License text:
                FD = cast<FieldDecl>(C);
                CXXRecordDecl *CD = cast<CXXRecordDecl>(FD->getParent());
                // Switch the union field if it differs. This happens if we had
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/AST/ExprConstant.cpp [6351:6353]

KEEP     COPYRIGHT_SERVICE_LABEL 83a25ca09a1b994edd9fe9e31aae8aa4
BELONGS lib/AST/ya.make
FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Stmt.cpp at line 571
FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Stmt.cpp at line 571
    License text:
          this->Clobbers = new (C) StringLiteral*[NumClobbers];
          std::copy(Clobbers, Clobbers + NumClobbers, this->Clobbers);
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/AST/Stmt.cpp [571:572]

KEEP     COPYRIGHT_SERVICE_LABEL 90c635325507d40c39c60cbedbd6a01e
BELONGS lib/AST/ya.make
FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Stmt.cpp at line 558
FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Stmt.cpp at line 558
    License text:
          this->Names = new (C) IdentifierInfo*[NumExprs];
          std::copy(Names, Names + NumExprs, this->Names);
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/AST/Stmt.cpp [558:559]

KEEP     COPYRIGHT_SERVICE_LABEL 931d503c91c74bfbd6ec403e813bfd3c
BELONGS lib/AST/ya.make
FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Stmt.cpp at line 868
FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Stmt.cpp at line 868
    License text:
          Clobbers = new (C) StringLiteral*[NumClobbers];
          std::copy(clobbers, clobbers + NumClobbers, Clobbers);
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/AST/Stmt.cpp [868:869]

KEEP     COPYRIGHT_SERVICE_LABEL 9888e458be8b1530286dc169e6fd8936
BELONGS lib/AST/ya.make
FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Expr.cpp at line 4456
FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Expr.cpp at line 4456
    License text:
          Designators = new (C) Designator[NumDesigs];
          NumDesignators = NumDesigs;
          for (unsigned I = 0; I != NumDesigs; ++I)
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/AST/Expr.cpp [4456:4458]

KEEP     COPYRIGHT_SERVICE_LABEL a10c3de7c72f86b38bbbf8a09074b79a
BELONGS lib/AST/ya.make
    License text:
          VisitOMPClauseList(C);
          VistOMPClauseWithPreInit(C);
          for (auto *E : C->private_copies()) {
            if (E)
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/AST/StmtProfile.cpp [622:625]

KEEP     COPYRIGHT_SERVICE_LABEL a63b5c275d8e1c663b931335adb3a01d
BELONGS lib/AST/ya.make
FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Expr.cpp at line 4296, lib/AST/Stmt.cpp at line 861
FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Expr.cpp at line 4296, lib/AST/Stmt.cpp at line 861
    License text:
          SubExprs = new (C) Stmt*[NumExprs];
          memcpy(SubExprs, Exprs.data(), sizeof(Expr *) * Exprs.size());
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/AST/Expr.cpp [4296:4297]
        lib/AST/Stmt.cpp [861:862]

KEEP     COPYRIGHT_SERVICE_LABEL b0a331a4edbd0c1da4a11eb096a3fba3
BELONGS tools/libclang/ya.make
    License text:
            ASTUnit *TU = getCursorASTUnit(C);
            FileID MainID = TU->getSourceManager().getMainFileID();
            SourceLocation Start = TU->getSourceManager().getLocForStartOfFile(MainID);
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        tools/libclang/CIndex.cpp [6472:6474]

KEEP     COPYRIGHT_SERVICE_LABEL b50672300fa93e3e9edbce19b8e33cc2
BELONGS lib/AST/ya.make
FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Stmt.cpp at line 865
FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Stmt.cpp at line 865
    License text:
          Constraints = new (C) StringLiteral*[NumConstraints];
          std::copy(constraints, constraints + NumConstraints, Constraints);
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/AST/Stmt.cpp [865:866]

KEEP     COPYRIGHT_SERVICE_LABEL b7123c60e973d0fdc03934a121a0d120
BELONGS lib/AST/ya.make
FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Decl.cpp at line 3493
FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Decl.cpp at line 3493
    License text:
            ParamInfo = new (C) ParmVarDecl*[NewParamInfo.size()];
            std::copy(NewParamInfo.begin(), NewParamInfo.end(), ParamInfo);
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/AST/Decl.cpp [3493:3494]

KEEP     COPYRIGHT_SERVICE_LABEL b7ff2b0b78083bb63696442ad9741406
BELONGS lib/Sema/ya.make
    License text:
            auto *OldC = cast<OMPMapClause>(C);
            SmallVector<Expr *, 4> NewVars;
            for (Expr *OE : OldC->varlists()) {
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/Sema/SemaTemplateInstantiateDecl.cpp [3665:3667]

KEEP     COPYRIGHT_SERVICE_LABEL b8b8fd5b317853f50a103b6f7a62d402
BELONGS lib/AST/ya.make
FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Expr.cpp at line 4408, lib/AST/Expr.cpp at line 4521
FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Expr.cpp at line 4408, lib/AST/Expr.cpp at line 4521
    License text:
          this->Designators = new (C) Designator[NumDesignators];
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/AST/Expr.cpp [4408:4408]
        lib/AST/Expr.cpp [4521:4523]

KEEP     COPYRIGHT_SERVICE_LABEL b93366573067b744c07ea3de9e551c2a
BELONGS lib/CodeGen/ya.make
    License text:
            CharUnits Align = getAlignment(C);
            CharUnits AlignedSize = Size.alignTo(Align);
            if (AlignedSize > Offset || Offset.alignTo(Align) != Offset)
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/CodeGen/CGExprConstant.cpp [147:149]

KEEP     COPYRIGHT_SERVICE_LABEL c1653ba326e8e25d47b0bd12bb02a109
BELONGS lib/AST/ya.make
FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Stmt.cpp at line 567
FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Stmt.cpp at line 567
    License text:
          this->Constraints = new (C) StringLiteral*[NumConstraints];
          std::copy(Constraints, Constraints + NumConstraints, this->Constraints);
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/AST/Stmt.cpp [567:568]

KEEP     COPYRIGHT_SERVICE_LABEL ce6ade79fee089695da7014813477a50
BELONGS lib/AST/ya.make
FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Stmt.cpp at line 562
FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Stmt.cpp at line 562
    License text:
          this->Exprs = new (C) Stmt*[NumExprs];
          std::copy(Exprs, Exprs + NumExprs, this->Exprs);
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/AST/Stmt.cpp [562:563]

KEEP     COPYRIGHT_SERVICE_LABEL ceec7a8ca2d751657c92914a66fe2dea
BELONGS lib/AST/ya.make
FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Stmt.cpp at line 858
FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Stmt.cpp at line 858
    License text:
          Names = new (C) IdentifierInfo*[NumExprs];
          std::copy(names, names + NumExprs, Names);
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/AST/Stmt.cpp [858:859]

KEEP     COPYRIGHT_SERVICE_LABEL d198841aeaf183137fe989a47d3abc9f
BELONGS include/ya.make
    License text:
              : Terminator(COP_Branch), Condition(C) {
            Branches[0] = T;
            Branches[1] = E;
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        include/clang/Analysis/Analyses/ThreadSafetyTIL.h [1417:1419]
        include/clang/Analysis/Analyses/ThreadSafetyTIL.h [1423:1425]

KEEP     COPYRIGHT_SERVICE_LABEL d3a95784b1e7c0a21899ebeb8d6b922d
BELONGS tools/libclang/ya.make
    License text:
            CXCursor PC = clang_getCursorSemanticParent(C);
            CXType PT = clang_getCursorType(PC);
            long long Error = validateFieldParentType(PC,PT);
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        tools/libclang/CXType.cpp [1081:1083]

KEEP     COPYRIGHT_SERVICE_LABEL e06a65a8128987487d6cb33570c51bf5
BELONGS lib/AST/ya.make
    License text:
          data().Bases = new(C) CXXBaseSpecifier [NumBases];
          data().NumBases = NumBases;
          for (unsigned i = 0; i < NumBases; ++i) {
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/AST/DeclCXX.cpp [219:221]

KEEP     COPYRIGHT_SERVICE_LABEL e615dd07a8515ded8a945ce4ca17038b
BELONGS lib/AST/ya.make
FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Stmt.cpp at line 905
FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Stmt.cpp at line 905
    License text:
          AsmToks = new (C) Token[asmtoks.size()];
          std::copy(asmtoks.begin(), asmtoks.end(), AsmToks);
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/AST/Stmt.cpp [905:906]

KEEP     COPYRIGHT_SERVICE_LABEL eadd91df64e3a590fabc6813bb05a8e2
BELONGS lib/Analysis/ya.make
    License text:
          ASTMaker M(C);
          DeclRefExpr *DR = M.makeDeclRefExpr(PV);
          ImplicitCastExpr *ICE = M.makeLvalueToRvalue(DR, Ty);
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/Analysis/BodyFarm.cpp [610:612]

KEEP     COPYRIGHT_SERVICE_LABEL f74277f17019514e4d15bc0d83084a9b
BELONGS tools/libclang/ya.make
    License text:
          CXSourceLocation CXLoc = clang_getCursorLocation(C);
          SourceLocation Loc = cxloc::translateSourceLocation(CXLoc);
          return cxloc::translateSourceRange(Ctx, Loc);
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        tools/libclang/CIndex.cpp [5099:5101]

KEEP     COPYRIGHT_SERVICE_LABEL f8ba2f65abf2c7de12a49b6dbda7c0f8
BELONGS lib/AST/ya.make
    License text:
          VisitOMPClauseList(C);
          VistOMPClauseWithPostUpdate(C);
          for (auto *E : C->source_exprs()) {
            if (E)
    Scancode info:
        Original SPDX id: COPYRIGHT_SERVICE_LABEL
        Score           : 100.00
        Match type      : COPYRIGHT
    Files with this license:
        lib/AST/StmtProfile.cpp [635:638]
        lib/AST/StmtProfile.cpp [658:661]
        lib/AST/StmtProfile.cpp [696:699]
        lib/AST/StmtProfile.cpp [720:723]
        lib/AST/StmtProfile.cpp [744:747]