[all-commits] [llvm/llvm-project] f4f6c2: [clangd] Refine the workflow for diagnostic Fixits.

Haojian Wu via All-commits all-commits at lists.llvm.org
Tue Jul 18 08:25:25 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f4f6c229bde8f42721482469bd5a3d050d254d82
      https://github.com/llvm/llvm-project/commit/f4f6c229bde8f42721482469bd5a3d050d254d82
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2023-07-18 (Tue, 18 Jul 2023)

  Changed paths:
    M clang-tools-extra/clangd/ClangdLSPServer.cpp
    M clang-tools-extra/clangd/ClangdLSPServer.h
    M clang-tools-extra/clangd/ClangdServer.cpp
    M clang-tools-extra/clangd/ClangdServer.h
    M clang-tools-extra/clangd/Protocol.h

  Log Message:
  -----------
  [clangd] Refine the workflow for diagnostic Fixits.

- No longer store the diagnostic fixits in the clangdLSPServer
- When propagating the fixit via the code action, we use the Diag
  information stored in the ParsedAST (in clangdServer.cpp)

Differential Revision: https://reviews.llvm.org/D155173




More information about the All-commits mailing list