[all-commits] [llvm/llvm-project] f6fb24: [clang][deps] Don't treat the 'P1689' output forma...

Jan Svoboda via All-commits all-commits at lists.llvm.org
Thu Feb 19 15:58:43 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f6fb24dcc796dfe906dc77c265b5e90275b1d324
      https://github.com/llvm/llvm-project/commit/f6fb24dcc796dfe906dc77c265b5e90275b1d324
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2026-02-19 (Thu, 19 Feb 2026)

  Changed paths:
    M clang/include/clang/DependencyScanning/DependencyScanningService.h
    M clang/lib/DependencyScanning/DependencyScannerImpl.cpp
    M clang/lib/DependencyScanning/ModuleDepCollector.cpp
    M clang/tools/clang-scan-deps/ClangScanDeps.cpp

  Log Message:
  -----------
  [clang][deps] Don't treat the 'P1689' output format specially (#182069)

This patch essentially reverts 62fec3d2 which was an NFC, and replaces
the remaining check for the output format with more generic scanning
service option that controls whether we report absolute or relative file
paths. Along with #182063 this makes the scanner implementation entirely
independent of the desired output format.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list