[all-commits] [llvm/llvm-project] fe3780: [DependencyScanningTool.cpp] Use `using namespace`...

Argyrios Kyrtzidis via All-commits all-commits at lists.llvm.org
Mon Jul 11 17:45:16 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fe3780f32ae81187e0700e52bd551cc02c7a63b4
      https://github.com/llvm/llvm-project/commit/fe3780f32ae81187e0700e52bd551cc02c7a63b4
  Author: Argyrios Kyrtzidis <kyrtzidis at apple.com>
  Date:   2022-07-11 (Mon, 11 Jul 2022)

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

  Log Message:
  -----------
  [DependencyScanningTool.cpp] Use `using namespace` instead of wrapping the `.cpp` file contents in namespaces, NFC

This makes the file consistent with the coding style of the rest of LLVM.




More information about the All-commits mailing list