| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[CMake] Reduce deps | 3 年前 | |
| 2 年前 | ||
[clang][DepScan] Make OptimizeArgs a bit mask enum and enable by default (#71588) Make it easier to control which optimizations are enabled by making OptimizeArgs a bit masked enum. There's currently only one such optimization, but more will be added in followup commits. | 2 年前 | |
[clang][deps] Remove ModuleDeps::ImportedByMainFile This information is already exposed via TranslationUnitDeps::ClangModuleDeps on the DependencyScanningTool level, and this patch also adds it on the DependencyScanningWorker level via DependencyConsumer::handleDirectModuleDependency(). Besides being redundant, this bit of information is misleading for clients that share single ModuleDeps instance between multiple TUs (by using the AlreadySeen set). The module can be imported directly in some TUs but transitively in others. Reviewed By: benlangmuir Differential Revision: https://reviews.llvm.org/D156563 | 2 年前 | |
| 2 年前 | ||
[clang][deps] Collect discovered module dependencies' Link Libraries (#93588) This will allow scanner clients to be able to compute e.g. auto-linking dependencies of the scanned translation unit. | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 |