[all-commits] [llvm/llvm-project] 4170ea: [clang][deps] NFC: Fix whitespace formatting

Jan Svoboda via All-commits all-commits at lists.llvm.org
Fri Dec 17 05:00:33 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4170ea9445cc407ec1bf8cfa5bc5ce2d5295fa36
      https://github.com/llvm/llvm-project/commit/4170ea9445cc407ec1bf8cfa5bc5ce2d5295fa36
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2021-12-17 (Fri, 17 Dec 2021)

  Changed paths:
    M clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp

  Log Message:
  -----------
  [clang][deps] NFC: Fix whitespace formatting


  Commit: 195a5294c28e982607cc11bc63c3be1c0e3c312b
      https://github.com/llvm/llvm-project/commit/195a5294c28e982607cc11bc63c3be1c0e3c312b
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2021-12-17 (Fri, 17 Dec 2021)

  Changed paths:
    M clang/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h
    M clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp

  Log Message:
  -----------
  [clang][deps] NFC: Rename member variable


  Commit: af7a421ef4aaf3d098ba78c1dda8ac35d31136cd
      https://github.com/llvm/llvm-project/commit/af7a421ef4aaf3d098ba78c1dda8ac35d31136cd
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2021-12-17 (Fri, 17 Dec 2021)

  Changed paths:
    M clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp

  Log Message:
  -----------
  [clang][deps] NFC: Remove explicit call to implicit constructor


  Commit: bcdf7f5e9104cb87d06969d74f4feb0cc7aba08f
      https://github.com/llvm/llvm-project/commit/bcdf7f5e9104cb87d06969d74f4feb0cc7aba08f
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2021-12-17 (Fri, 17 Dec 2021)

  Changed paths:
    M clang/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h
    M clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp

  Log Message:
  -----------
  [clang][deps] NFC: Take and store entry as reference


  Commit: 3f3b5c3ec0da8f4982a8645fdb403de582295f0b
      https://github.com/llvm/llvm-project/commit/3f3b5c3ec0da8f4982a8645fdb403de582295f0b
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2021-12-17 (Fri, 17 Dec 2021)

  Changed paths:
    M clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp

  Log Message:
  -----------
  [clang][deps] NFC: Unify ErrorOr patterns

This patch canonicalized some code into repetitive ErrorOr pattern. This will make refactoring easier if we ever come up with a way to simplify this.


Compare: https://github.com/llvm/llvm-project/compare/586765c0ee51...3f3b5c3ec0da


More information about the All-commits mailing list