devtools.copyrights.report 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529
  1. # File format ($ symbol means the beginning of a line):
  2. #
  3. # $ # this message
  4. # $ # =======================
  5. # $ # comments (all commentaries should starts with some number of spaces and # symbol)
  6. # ${action} {license id} {license text hash}
  7. # $BELONGS ./ya/make/file/relative/path/1/ya.make ./ya/make/2/ya.make
  8. # ${all_file_action} filename
  9. # $ # user commentaries (many lines)
  10. # $ generated description - files with this license, license text... (some number of lines that starts with some number of spaces, do not modify)
  11. # ${action} {license spdx} {license text hash}
  12. # $BELONGS ./ya/make/file/relative/path/3/ya.make
  13. # ${all_file_action} filename
  14. # $ # user commentaries
  15. # $ generated description
  16. # $ ...
  17. #
  18. # You can modify action, all_file_action and add commentaries
  19. # Available actions:
  20. # keep - keep license in contrib and use in credits
  21. # skip - skip license
  22. # remove - remove all files with this license
  23. # 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
  24. #
  25. # {all file action} records will be generated when license text contains filename that exists on filesystem (in contrib directory)
  26. # We suppose that that files can contain some license info
  27. # Available all file actions:
  28. # FILE_IGNORE - ignore file (do nothing)
  29. # FILE_INCLUDE - include all file data into licenses text file
  30. # =======================
  31. KEEP COPYRIGHT_SERVICE_LABEL 08fdbbddfc4d66ab97d36e2b9efe2aa4
  32. BELONGS ya.make
  33. License text:
  34. Copyright (c) 2007-2019 University of Illinois at Urbana-Champaign.
  35. All rights reserved.
  36. Scancode info:
  37. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  38. Score : 100.00
  39. Match type : COPYRIGHT
  40. Files with this license:
  41. LICENSE.TXT [242:243]
  42. tools/extra/LICENSE.TXT [242:243]
  43. KEEP COPYRIGHT_SERVICE_LABEL 0c682f61eaf339d0531e1b776a983007
  44. BELONGS lib/AST/ya.make
  45. FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Stmt.cpp at line 902
  46. FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Stmt.cpp at line 902
  47. License text:
  48. Exprs = new (C) Stmt*[exprs.size()];
  49. std::copy(exprs.begin(), exprs.end(), Exprs);
  50. Scancode info:
  51. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  52. Score : 100.00
  53. Match type : COPYRIGHT
  54. Files with this license:
  55. lib/AST/Stmt.cpp [902:903]
  56. KEEP COPYRIGHT_SERVICE_LABEL 0c7b7905f9a61d859d286b969ebcd3db
  57. BELONGS lib/AST/ya.make
  58. FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Stmt.cpp at line 908
  59. FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Stmt.cpp at line 908
  60. License text:
  61. Constraints = new (C) StringRef[exprs.size()];
  62. std::transform(constraints.begin(), constraints.end(), Constraints,
  63. [&](StringRef Constraint) {
  64. Scancode info:
  65. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  66. Score : 100.00
  67. Match type : COPYRIGHT
  68. Files with this license:
  69. lib/AST/Stmt.cpp [908:910]
  70. KEEP COPYRIGHT_SERVICE_LABEL 100c5091ed619eae75bbf0ee8a80a859
  71. BELONGS lib/AST/ya.make
  72. FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/DeclBase.cpp at line 2047
  73. FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/DeclBase.cpp at line 2047
  74. License text:
  75. DiagStorage = new (C) DiagnosticStorage;
  76. Scancode info:
  77. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  78. Score : 100.00
  79. Match type : COPYRIGHT
  80. Files with this license:
  81. lib/AST/DeclBase.cpp [2047:2047]
  82. KEEP COPYRIGHT_SERVICE_LABEL 13f2fd60bdebfaf713f04a08df1e0d71
  83. BELONGS lib/AST/ya.make
  84. FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Expr.cpp at line 4285
  85. FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Expr.cpp at line 4285
  86. License text:
  87. SubExprs = new (C) Stmt*[args.size()];
  88. for (unsigned i = 0; i != args.size(); i++)
  89. SubExprs[i] = args[i];
  90. Scancode info:
  91. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  92. Score : 100.00
  93. Match type : COPYRIGHT
  94. Files with this license:
  95. lib/AST/Expr.cpp [4285:4287]
  96. KEEP COPYRIGHT_SERVICE_LABEL 20c7f831626552aa3fbcf636fb5bd8c4
  97. BELONGS lib/AST/ya.make
  98. 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
  99. 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
  100. License text:
  101. auto *CommonPtr = new (C) Common;
  102. C.addDestruction(CommonPtr);
  103. return CommonPtr;
  104. Scancode info:
  105. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  106. Score : 100.00
  107. Match type : COPYRIGHT
  108. Files with this license:
  109. lib/AST/DeclTemplate.cpp [395:397]
  110. lib/AST/DeclTemplate.cpp [496:498]
  111. lib/AST/DeclTemplate.cpp [1196:1198]
  112. lib/AST/DeclTemplate.cpp [1263:1265]
  113. KEEP COPYRIGHT_SERVICE_LABEL 2ea426e07fa1b54ccf32b17542280977
  114. BELONGS lib/AST/ya.make
  115. FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Stmt.cpp at line 914
  116. FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Stmt.cpp at line 914
  117. License text:
  118. Clobbers = new (C) StringRef[NumClobbers];
  119. // FIXME: Avoid the allocation/copy if at all possible.
  120. std::transform(clobbers.begin(), clobbers.end(), Clobbers,
  121. Scancode info:
  122. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  123. Score : 100.00
  124. Match type : COPYRIGHT
  125. Files with this license:
  126. lib/AST/Stmt.cpp [914:916]
  127. KEEP COPYRIGHT_SERVICE_LABEL 3961c36233cf52f0309223e43653b97c
  128. BELONGS tools/libclang/ya.make
  129. License text:
  130. ASTUnit *TU = getCursorASTUnit(C);
  131. SourceRange Range = cxcursor::getCursorMacroExpansion(C).getSourceRange();
  132. return TU->mapRangeFromPreamble(Range);
  133. Scancode info:
  134. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  135. Score : 100.00
  136. Match type : COPYRIGHT
  137. Files with this license:
  138. tools/libclang/CIndex.cpp [6453:6455]
  139. tools/libclang/CIndex.cpp [6459:6461]
  140. tools/libclang/CIndex.cpp [6465:6468]
  141. KEEP COPYRIGHT_SERVICE_LABEL 586e92333045a96f751ee5a0ef10c562
  142. BELONGS tools/extra/clang-tidy/cppcoreguidelines/ya.make
  143. License text:
  144. return std::isupper(C) || std::isdigit(C) || C == '_';
  145. Scancode info:
  146. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  147. Score : 100.00
  148. Match type : COPYRIGHT
  149. Files with this license:
  150. tools/extra/clang-tidy/cppcoreguidelines/MacroUsageCheck.cpp [23:23]
  151. KEEP COPYRIGHT_SERVICE_LABEL 62cc8fb850b0e71ed0df395e71abf09e
  152. BELONGS lib/StaticAnalyzer/Checkers/ya.make
  153. License text:
  154. RetainSummaryManager &SmrMgr = getSummaryManager(C);
  155. QualType ResultTy = Call.getResultType();
  156. Scancode info:
  157. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  158. Score : 100.00
  159. Match type : COPYRIGHT
  160. Files with this license:
  161. lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp [901:902]
  162. KEEP COPYRIGHT_SERVICE_LABEL 71bf49d1413e50c9766ebed3d5417fba
  163. BELONGS lib/AST/ya.make
  164. FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/DeclObjC.cpp at line 2324
  165. FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/DeclObjC.cpp at line 2324
  166. License text:
  167. auto **ivarInitializers = new (C) CXXCtorInitializer*[NumIvarInitializers];
  168. memcpy(ivarInitializers, initializers,
  169. numInitializers * sizeof(CXXCtorInitializer*));
  170. Scancode info:
  171. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  172. Score : 100.00
  173. Match type : COPYRIGHT
  174. Files with this license:
  175. lib/AST/DeclObjC.cpp [2324:2326]
  176. KEEP COPYRIGHT_SERVICE_LABEL 7d9e57d440e55ce80d7a6d311cc18f58
  177. BELONGS lib/Sema/ya.make
  178. License text:
  179. auto *D = cast<VarDecl>(C);
  180. DeclRefExpr *Ref = buildDeclRefExpr(SemaRef, D, D->getType(),
  181. Transform->getBeginLoc());
  182. Scancode info:
  183. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  184. Score : 100.00
  185. Match type : COPYRIGHT
  186. Files with this license:
  187. lib/Sema/SemaOpenMP.cpp [9599:9601]
  188. KEEP COPYRIGHT_SERVICE_LABEL 7ff4e83a387c454be4962207b8915cd9
  189. BELONGS tools/extra/clang-tidy/misc/ConfusableTable/ya.make
  190. Note: matched license text is too long. Read it in the source files.
  191. Scancode info:
  192. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  193. Score : 100.00
  194. Match type : COPYRIGHT
  195. Files with this license:
  196. tools/extra/clang-tidy/misc/ConfusableTable/confusables.txt [2:5]
  197. KEEP COPYRIGHT_SERVICE_LABEL 81950ffa7b53a241b0a1f99596754c42
  198. BELONGS lib/AST/ya.make
  199. License text:
  200. FD = cast<FieldDecl>(C);
  201. CXXRecordDecl *CD = cast<CXXRecordDecl>(FD->getParent());
  202. // Switch the union field if it differs. This happens if we had
  203. Scancode info:
  204. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  205. Score : 100.00
  206. Match type : COPYRIGHT
  207. Files with this license:
  208. lib/AST/ExprConstant.cpp [6351:6353]
  209. KEEP COPYRIGHT_SERVICE_LABEL 83a25ca09a1b994edd9fe9e31aae8aa4
  210. BELONGS lib/AST/ya.make
  211. FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Stmt.cpp at line 571
  212. FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Stmt.cpp at line 571
  213. License text:
  214. this->Clobbers = new (C) StringLiteral*[NumClobbers];
  215. std::copy(Clobbers, Clobbers + NumClobbers, this->Clobbers);
  216. Scancode info:
  217. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  218. Score : 100.00
  219. Match type : COPYRIGHT
  220. Files with this license:
  221. lib/AST/Stmt.cpp [571:572]
  222. KEEP COPYRIGHT_SERVICE_LABEL 90c635325507d40c39c60cbedbd6a01e
  223. BELONGS lib/AST/ya.make
  224. FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Stmt.cpp at line 558
  225. FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Stmt.cpp at line 558
  226. License text:
  227. this->Names = new (C) IdentifierInfo*[NumExprs];
  228. std::copy(Names, Names + NumExprs, this->Names);
  229. Scancode info:
  230. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  231. Score : 100.00
  232. Match type : COPYRIGHT
  233. Files with this license:
  234. lib/AST/Stmt.cpp [558:559]
  235. KEEP COPYRIGHT_SERVICE_LABEL 931d503c91c74bfbd6ec403e813bfd3c
  236. BELONGS lib/AST/ya.make
  237. FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Stmt.cpp at line 868
  238. FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Stmt.cpp at line 868
  239. License text:
  240. Clobbers = new (C) StringLiteral*[NumClobbers];
  241. std::copy(clobbers, clobbers + NumClobbers, Clobbers);
  242. Scancode info:
  243. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  244. Score : 100.00
  245. Match type : COPYRIGHT
  246. Files with this license:
  247. lib/AST/Stmt.cpp [868:869]
  248. KEEP COPYRIGHT_SERVICE_LABEL 9888e458be8b1530286dc169e6fd8936
  249. BELONGS lib/AST/ya.make
  250. FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Expr.cpp at line 4456
  251. FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Expr.cpp at line 4456
  252. License text:
  253. Designators = new (C) Designator[NumDesigs];
  254. NumDesignators = NumDesigs;
  255. for (unsigned I = 0; I != NumDesigs; ++I)
  256. Scancode info:
  257. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  258. Score : 100.00
  259. Match type : COPYRIGHT
  260. Files with this license:
  261. lib/AST/Expr.cpp [4456:4458]
  262. KEEP COPYRIGHT_SERVICE_LABEL a10c3de7c72f86b38bbbf8a09074b79a
  263. BELONGS lib/AST/ya.make
  264. License text:
  265. VisitOMPClauseList(C);
  266. VistOMPClauseWithPreInit(C);
  267. for (auto *E : C->private_copies()) {
  268. if (E)
  269. Scancode info:
  270. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  271. Score : 100.00
  272. Match type : COPYRIGHT
  273. Files with this license:
  274. lib/AST/StmtProfile.cpp [622:625]
  275. KEEP COPYRIGHT_SERVICE_LABEL a63b5c275d8e1c663b931335adb3a01d
  276. BELONGS lib/AST/ya.make
  277. FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Expr.cpp at line 4296, lib/AST/Stmt.cpp at line 861
  278. FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Expr.cpp at line 4296, lib/AST/Stmt.cpp at line 861
  279. License text:
  280. SubExprs = new (C) Stmt*[NumExprs];
  281. memcpy(SubExprs, Exprs.data(), sizeof(Expr *) * Exprs.size());
  282. Scancode info:
  283. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  284. Score : 100.00
  285. Match type : COPYRIGHT
  286. Files with this license:
  287. lib/AST/Expr.cpp [4296:4297]
  288. lib/AST/Stmt.cpp [861:862]
  289. KEEP COPYRIGHT_SERVICE_LABEL b0a331a4edbd0c1da4a11eb096a3fba3
  290. BELONGS tools/libclang/ya.make
  291. License text:
  292. ASTUnit *TU = getCursorASTUnit(C);
  293. FileID MainID = TU->getSourceManager().getMainFileID();
  294. SourceLocation Start = TU->getSourceManager().getLocForStartOfFile(MainID);
  295. Scancode info:
  296. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  297. Score : 100.00
  298. Match type : COPYRIGHT
  299. Files with this license:
  300. tools/libclang/CIndex.cpp [6472:6474]
  301. KEEP COPYRIGHT_SERVICE_LABEL b50672300fa93e3e9edbce19b8e33cc2
  302. BELONGS lib/AST/ya.make
  303. FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Stmt.cpp at line 865
  304. FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Stmt.cpp at line 865
  305. License text:
  306. Constraints = new (C) StringLiteral*[NumConstraints];
  307. std::copy(constraints, constraints + NumConstraints, Constraints);
  308. Scancode info:
  309. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  310. Score : 100.00
  311. Match type : COPYRIGHT
  312. Files with this license:
  313. lib/AST/Stmt.cpp [865:866]
  314. KEEP COPYRIGHT_SERVICE_LABEL b7123c60e973d0fdc03934a121a0d120
  315. BELONGS lib/AST/ya.make
  316. FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Decl.cpp at line 3493
  317. FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Decl.cpp at line 3493
  318. License text:
  319. ParamInfo = new (C) ParmVarDecl*[NewParamInfo.size()];
  320. std::copy(NewParamInfo.begin(), NewParamInfo.end(), ParamInfo);
  321. Scancode info:
  322. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  323. Score : 100.00
  324. Match type : COPYRIGHT
  325. Files with this license:
  326. lib/AST/Decl.cpp [3493:3494]
  327. KEEP COPYRIGHT_SERVICE_LABEL b7ff2b0b78083bb63696442ad9741406
  328. BELONGS lib/Sema/ya.make
  329. License text:
  330. auto *OldC = cast<OMPMapClause>(C);
  331. SmallVector<Expr *, 4> NewVars;
  332. for (Expr *OE : OldC->varlists()) {
  333. Scancode info:
  334. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  335. Score : 100.00
  336. Match type : COPYRIGHT
  337. Files with this license:
  338. lib/Sema/SemaTemplateInstantiateDecl.cpp [3665:3667]
  339. KEEP COPYRIGHT_SERVICE_LABEL b8b8fd5b317853f50a103b6f7a62d402
  340. BELONGS lib/AST/ya.make
  341. FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Expr.cpp at line 4408, lib/AST/Expr.cpp at line 4521
  342. FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Expr.cpp at line 4408, lib/AST/Expr.cpp at line 4521
  343. License text:
  344. this->Designators = new (C) Designator[NumDesignators];
  345. Scancode info:
  346. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  347. Score : 100.00
  348. Match type : COPYRIGHT
  349. Files with this license:
  350. lib/AST/Expr.cpp [4408:4408]
  351. lib/AST/Expr.cpp [4521:4523]
  352. KEEP COPYRIGHT_SERVICE_LABEL b93366573067b744c07ea3de9e551c2a
  353. BELONGS lib/CodeGen/ya.make
  354. License text:
  355. CharUnits Align = getAlignment(C);
  356. CharUnits AlignedSize = Size.alignTo(Align);
  357. if (AlignedSize > Offset || Offset.alignTo(Align) != Offset)
  358. Scancode info:
  359. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  360. Score : 100.00
  361. Match type : COPYRIGHT
  362. Files with this license:
  363. lib/CodeGen/CGExprConstant.cpp [147:149]
  364. KEEP COPYRIGHT_SERVICE_LABEL c1653ba326e8e25d47b0bd12bb02a109
  365. BELONGS lib/AST/ya.make
  366. FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Stmt.cpp at line 567
  367. FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Stmt.cpp at line 567
  368. License text:
  369. this->Constraints = new (C) StringLiteral*[NumConstraints];
  370. std::copy(Constraints, Constraints + NumConstraints, this->Constraints);
  371. Scancode info:
  372. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  373. Score : 100.00
  374. Match type : COPYRIGHT
  375. Files with this license:
  376. lib/AST/Stmt.cpp [567:568]
  377. KEEP COPYRIGHT_SERVICE_LABEL ce6ade79fee089695da7014813477a50
  378. BELONGS lib/AST/ya.make
  379. FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Stmt.cpp at line 562
  380. FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Stmt.cpp at line 562
  381. License text:
  382. this->Exprs = new (C) Stmt*[NumExprs];
  383. std::copy(Exprs, Exprs + NumExprs, this->Exprs);
  384. Scancode info:
  385. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  386. Score : 100.00
  387. Match type : COPYRIGHT
  388. Files with this license:
  389. lib/AST/Stmt.cpp [562:563]
  390. KEEP COPYRIGHT_SERVICE_LABEL ceec7a8ca2d751657c92914a66fe2dea
  391. BELONGS lib/AST/ya.make
  392. FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Stmt.cpp at line 858
  393. FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Stmt.cpp at line 858
  394. License text:
  395. Names = new (C) IdentifierInfo*[NumExprs];
  396. std::copy(names, names + NumExprs, Names);
  397. Scancode info:
  398. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  399. Score : 100.00
  400. Match type : COPYRIGHT
  401. Files with this license:
  402. lib/AST/Stmt.cpp [858:859]
  403. KEEP COPYRIGHT_SERVICE_LABEL d198841aeaf183137fe989a47d3abc9f
  404. BELONGS include/ya.make
  405. License text:
  406. : Terminator(COP_Branch), Condition(C) {
  407. Branches[0] = T;
  408. Branches[1] = E;
  409. Scancode info:
  410. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  411. Score : 100.00
  412. Match type : COPYRIGHT
  413. Files with this license:
  414. include/clang/Analysis/Analyses/ThreadSafetyTIL.h [1417:1419]
  415. include/clang/Analysis/Analyses/ThreadSafetyTIL.h [1423:1425]
  416. KEEP COPYRIGHT_SERVICE_LABEL d3a95784b1e7c0a21899ebeb8d6b922d
  417. BELONGS tools/libclang/ya.make
  418. License text:
  419. CXCursor PC = clang_getCursorSemanticParent(C);
  420. CXType PT = clang_getCursorType(PC);
  421. long long Error = validateFieldParentType(PC,PT);
  422. Scancode info:
  423. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  424. Score : 100.00
  425. Match type : COPYRIGHT
  426. Files with this license:
  427. tools/libclang/CXType.cpp [1081:1083]
  428. KEEP COPYRIGHT_SERVICE_LABEL e06a65a8128987487d6cb33570c51bf5
  429. BELONGS lib/AST/ya.make
  430. License text:
  431. data().Bases = new(C) CXXBaseSpecifier [NumBases];
  432. data().NumBases = NumBases;
  433. for (unsigned i = 0; i < NumBases; ++i) {
  434. Scancode info:
  435. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  436. Score : 100.00
  437. Match type : COPYRIGHT
  438. Files with this license:
  439. lib/AST/DeclCXX.cpp [219:221]
  440. KEEP COPYRIGHT_SERVICE_LABEL e615dd07a8515ded8a945ce4ca17038b
  441. BELONGS lib/AST/ya.make
  442. FILE_IGNORE lib/Headers/cuda_wrappers/new found in files: lib/AST/Stmt.cpp at line 905
  443. FILE_IGNORE lib/Headers/openmp_wrappers/new found in files: lib/AST/Stmt.cpp at line 905
  444. License text:
  445. AsmToks = new (C) Token[asmtoks.size()];
  446. std::copy(asmtoks.begin(), asmtoks.end(), AsmToks);
  447. Scancode info:
  448. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  449. Score : 100.00
  450. Match type : COPYRIGHT
  451. Files with this license:
  452. lib/AST/Stmt.cpp [905:906]
  453. KEEP COPYRIGHT_SERVICE_LABEL eadd91df64e3a590fabc6813bb05a8e2
  454. BELONGS lib/Analysis/ya.make
  455. License text:
  456. ASTMaker M(C);
  457. DeclRefExpr *DR = M.makeDeclRefExpr(PV);
  458. ImplicitCastExpr *ICE = M.makeLvalueToRvalue(DR, Ty);
  459. Scancode info:
  460. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  461. Score : 100.00
  462. Match type : COPYRIGHT
  463. Files with this license:
  464. lib/Analysis/BodyFarm.cpp [610:612]
  465. KEEP COPYRIGHT_SERVICE_LABEL f74277f17019514e4d15bc0d83084a9b
  466. BELONGS tools/libclang/ya.make
  467. License text:
  468. CXSourceLocation CXLoc = clang_getCursorLocation(C);
  469. SourceLocation Loc = cxloc::translateSourceLocation(CXLoc);
  470. return cxloc::translateSourceRange(Ctx, Loc);
  471. Scancode info:
  472. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  473. Score : 100.00
  474. Match type : COPYRIGHT
  475. Files with this license:
  476. tools/libclang/CIndex.cpp [5099:5101]
  477. KEEP COPYRIGHT_SERVICE_LABEL f8ba2f65abf2c7de12a49b6dbda7c0f8
  478. BELONGS lib/AST/ya.make
  479. License text:
  480. VisitOMPClauseList(C);
  481. VistOMPClauseWithPostUpdate(C);
  482. for (auto *E : C->source_exprs()) {
  483. if (E)
  484. Scancode info:
  485. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  486. Score : 100.00
  487. Match type : COPYRIGHT
  488. Files with this license:
  489. lib/AST/StmtProfile.cpp [635:638]
  490. lib/AST/StmtProfile.cpp [658:661]
  491. lib/AST/StmtProfile.cpp [696:699]
  492. lib/AST/StmtProfile.cpp [720:723]
  493. lib/AST/StmtProfile.cpp [744:747]