[all-commits] [llvm/llvm-project] 5696f2: [clangd] Move --check options into Check.cpp. Add ...

Sam McCall via All-commits all-commits at lists.llvm.org
Mon Nov 21 07:39:42 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5696f2dfce5f23967a047f68897a7ff2e3d8e7d1
      https://github.com/llvm/llvm-project/commit/5696f2dfce5f23967a047f68897a7ff2e3d8e7d1
  Author: Sam McCall <sam.mccall at gmail.com>
  Date:   2022-11-21 (Mon, 21 Nov 2022)

  Changed paths:
    M clang-tools-extra/clangd/tool/Check.cpp
    M clang-tools-extra/clangd/tool/ClangdMain.cpp

  Log Message:
  -----------
  [clangd] Move --check options into Check.cpp. Add --check-completion.

This is less plumbing and clutter in ClangdMain.cpp.
Having --check-lines imply completion was just about minimizing plumbing
I think, so make that explicit.




More information about the All-commits mailing list