swift
47598bbe - [ScanDependency] Respect working directory set inside invocation

Commit
1 year ago
[ScanDependency] Respect working directory set inside invocation Teach scanner to respect the working directory set in the invocation through scanner C API. Also add test infrastructure to testing scanner from C API. Break up DependencyScan lib into two so the swift-scan-test and remain small without understanding swift AST. rdar://127626011
Committer
Parents
  • include/swift/DependencyScan
    • File
      DependencyScanJSON.h
    • File
      DependencyScanningTool.h
  • lib/DependencyScan
    • File
      CMakeLists.txt
    • File
      DependencyScanJSON.cpp
    • File
      DependencyScanningTool.cpp
    • File
      ScanDependencies.cpp
  • test/ScanDependencies
    • File
      scanner_api_working_dir.swift
  • tools
    • libSwiftScan
      • File
        libSwiftScan.cpp
    • swift-scan-test
      • File
        CMakeLists.txt
      • File
        swift-scan-test.cpp
  • unittests/DependencyScan
    • File
      ModuleDeps.cpp