[all-commits] [llvm/llvm-project] 62b4a6: [clangd] Use enumMember instead of enumConstant

Nathan James via All-commits all-commits at lists.llvm.org
Fri Dec 11 06:51:11 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 62b4a69969c38158ce0c49803c50c32a76bbbe14
      https://github.com/llvm/llvm-project/commit/62b4a69969c38158ce0c49803c50c32a76bbbe14
  Author: Nathan James <n.james93 at hotmail.co.uk>
  Date:   2020-12-11 (Fri, 11 Dec 2020)

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

  Log Message:
  -----------
  [clangd] Use enumMember instead of enumConstant

We should be using enumMember as thats defined in LSP, enumConstant is non standard so clients aren't likely to support it
Fixes https://github.com/clangd/clangd/issues/622n

Reviewed By: sammccall

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




More information about the All-commits mailing list