[all-commits] [llvm/llvm-project] 614b46: [clangd] Add a flag to disable formatting of tweak...

kadir çetinkaya via All-commits all-commits at lists.llvm.org
Mon Jun 28 11:53:22 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 614b46e4dcab0d095e05f8b4da45ef935b7b86b4
      https://github.com/llvm/llvm-project/commit/614b46e4dcab0d095e05f8b4da45ef935b7b86b4
  Author: Kadir Cetinkaya <kadircet at google.com>
  Date:   2021-06-28 (Mon, 28 Jun 2021)

  Changed paths:
    M clang-tools-extra/clangd/ClangdServer.cpp
    M clang-tools-extra/clangd/refactor/Tweak.h
    M clang-tools-extra/clangd/unittests/ClangdTests.cpp

  Log Message:
  -----------
  [clangd] Add a flag to disable formatting of tweak edits

Some tweaks might edit file types not supported by clang-format. This
patch gives them a way to signal that they do not require formatting.

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




More information about the All-commits mailing list