[all-commits] [llvm/llvm-project] 3fa2d3: [clangd][NFC] Improve clangd status messages

Quentin Chateau via All-commits all-commits at lists.llvm.org
Mon Dec 21 11:19:46 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3fa2d37eb3f8acddcfde749ca822f2cc7d900cbb
      https://github.com/llvm/llvm-project/commit/3fa2d37eb3f8acddcfde749ca822f2cc7d900cbb
  Author: Quentin Chateau <quentin.chateau at gmail.com>
  Date:   2020-12-21 (Mon, 21 Dec 2020)

  Changed paths:
    M clang-tools-extra/clangd/ClangdServer.cpp
    M clang-tools-extra/clangd/TUScheduler.cpp

  Log Message:
  -----------
  [clangd][NFC] Improve clangd status messages

clangd actions have various naming schemes, the most
common being PascalCase. This commit applies PascalCase
to all clangd actions, and fix the status rendering
in `renderTUAction` to look more consistent.

Reviewed By: sammccall

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




More information about the All-commits mailing list