aboutsummaryrefslogtreecommitdiff
path: root/clang/test/ClangScanDeps
AgeCommit message (Expand)AuthorFilesLines
2024-06-04[clang][deps] Collect discovered module dependencies' Link Libraries (#93588)Artem Chikin33-1/+255
2024-05-24[clang-scan-deps] Expand response files before the argument adjuster (#89950)Alexandre Ganea1-0/+56
2024-05-01[clang][modules] Allow including module maps to be non-affecting (#89992)Jan Svoboda1-12/+8
2024-04-19[clang][modules] Only avoid pruning module maps when asked to (#89428)Jan Svoboda1-0/+3
2024-04-16[clang][deps] Add `-o` flag to specify output path (#88767)Jan Svoboda1-1/+1
2024-04-16[clang][deps] Support single-file mode for all formats (#88764)Jan Svoboda1-16/+2
2024-04-15[clang/DependencyScanning/ModuleDepCollector] Refactor part of `makeCommonInv...Argyrios Kyrtzidis1-0/+28
2024-04-09Revert "[clang] Move state out of `PreprocessorOptions` (1/n) (#86358)"Jan Svoboda2-0/+24
2024-04-05[clang][deps] Remove pgo profile flags from modules (#87724)Argyrios Kyrtzidis2-1/+5
2024-03-28[clang][modules] Avoid calling expensive `SourceManager::translateFile()` (#8...Jan Svoboda1-0/+1
2024-03-22[clang][deps] Lazy dependency directives (#86347)Jan Svoboda1-0/+33
2024-03-12[clang][deps] Fix dependency scanning with -working-directory (#84525)Ben Langmuir1-0/+30
2024-02-23[clang][ScanDeps] Allow PCHs to have different VFS overlays (#82294)Michael Spencer1-9/+105
2024-02-23reland: [clang][ScanDeps] Canonicalize -D and -U flags (#82568)Michael Spencer1-0/+87
2024-02-20Revert "[clang][ScanDeps] Canonicalize -D and -U flags (#82298)"Nico Weber1-87/+0
2024-02-20[clang][ScanDeps] Canonicalize -D and -U flags (#82298)Michael Spencer1-0/+87
2024-01-31[clang][DependencyScanner] Remove unused -fmodule-map-file arguments (#80090)Michael Spencer1-0/+66
2024-01-31[clang-scan-deps] Fix check for empty `Compilation` (#75545)Yaraslau1-0/+4
2024-01-30[clang][scan-deps] Stop scanning if any scanning setup emits an error.Michael Spencer1-0/+18
2024-01-30[clang][DependencyScanner] Remove unused -ivfsoverlay files (#73734)Michael Spencer4-0/+511
2024-01-23[clang][modules] Fix CodeGen options that can affect the AST. (#78816)Juergen Ributzka1-4/+7
2023-12-14[clang][modules] Strip LLVM options (#75405)Juergen Ributzka1-0/+46
2023-12-05[clang][modules] Reset codegen options (take 2). (#74388)Juergen Ributzka1-0/+58
2023-12-04Revert "[clang][modules] Reset codegen options. (#74006)"Juergen Ributzka1-58/+0
2023-12-04[clang][modules] Reset codegen options. (#74006)Juergen Ributzka1-0/+58
2023-11-30[clang][DependencyScanner] Include the working directory in the context hash ...Michael Spencer1-0/+107
2023-11-16[clang] Make `-fvisibility={}` and `-ftype-visibility={}` benign options. (#7...Juergen Ributzka1-0/+59
2023-11-16[AIX] Disable flaky ClangScanDeps testJake Egan1-0/+2
2023-11-14[AIX] Disable flaky ClangScanDeps tests (#72304)Jake Egan2-0/+4
2023-11-13[clang][DependencyScanner] Remove all warning flags when suppressing warnings...Michael Spencer1-0/+123
2023-11-07[clang][DepScan] Make OptimizeArgs a bit mask enum and enable by default (#71...Michael Spencer4-7/+7
2023-11-01[clang][modules] Don't prevent translation of FW_Private includes when explic...Jan Svoboda1-0/+121
2023-10-31[clang-scan-deps] [P1689] Keep consistent behavior for make dependencies with...Chuanqi Xu1-0/+10
2023-10-25[clang][deps] Fix `__has_include` behavior with umbrella headers (#70144)Jan Svoboda1-0/+76
2023-09-25[Driver] -include: deprecate probing .gch (#67084)Fangrui Song6-8/+8
2023-09-19[DependencyScanningFilesystem] Make sure the local/shared cache filename look...Argyrios Kyrtzidis1-0/+38
2023-08-13[clang] Fix ClangScanDeps test for #61006.Ingo Müller1-5/+7
2023-08-11[NFC] Document the solution to pr61006 and a test for itChuanqi Xu1-0/+44
2023-08-09[clang][modules] Add -Wsystem-headers-in-module=Ben Langmuir1-0/+56
2023-08-04[clang][deps] add support for dependency scanning with cc1 command lineConnor Sughrue1-0/+29
2023-08-01[clang][deps] NFC: Convert test to split-fileJan Svoboda2-40/+22
2023-08-01[clang][deps] NFC: Convert test to split-fileJan Svoboda1-23/+32
2023-08-01[clang][deps] NFC: Convert test to split-fileJan Svoboda5-12/+17
2023-07-17[clang][modules][deps] Avoid checks for relocated modulesJan Svoboda1-13/+13
2023-07-10[llvm][vfs] For virtual directories, use the virtual path as the real pathJan Svoboda1-0/+71
2023-05-09[clang][deps] Teach dep directive scanner about _PragmaBen Langmuir1-0/+24
2023-05-03[clang][deps] Make clang-scan-deps write modules in raw formatBen Langmuir1-0/+64
2023-04-20[clang][modules] Avoid re-exporting PCH imports on every later module importBen Langmuir1-0/+108
2023-04-20[clang][deps] Print timing informationJan Svoboda1-0/+9
2023-04-14[AIX] enable the cases that are excluded by XCOFF 64 integrated-as supportChen Zheng2-3/+0