[all-commits] [llvm/llvm-project] b3911c: [mlir-lsp-server] Add support for sending diagnost...

River Riddle via All-commits all-commits at lists.llvm.org
Wed May 12 13:12:47 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b3911cdfc89f3b560fc00048d6f99280268fa63c
      https://github.com/llvm/llvm-project/commit/b3911cdfc89f3b560fc00048d6f99280268fa63c
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2021-05-12 (Wed, 12 May 2021)

  Changed paths:
    M mlir/include/mlir/Parser/AsmParserState.h
    M mlir/lib/Parser/AsmParserState.cpp
    M mlir/lib/Tools/mlir-lsp-server/LSPServer.cpp
    M mlir/lib/Tools/mlir-lsp-server/MLIRServer.cpp
    M mlir/lib/Tools/mlir-lsp-server/MLIRServer.h
    M mlir/lib/Tools/mlir-lsp-server/lsp/Protocol.cpp
    M mlir/lib/Tools/mlir-lsp-server/lsp/Protocol.h
    M mlir/lib/Tools/mlir-lsp-server/lsp/Transport.cpp
    M mlir/lib/Tools/mlir-lsp-server/lsp/Transport.h
    A mlir/test/mlir-lsp-server/diagnostics.test

  Log Message:
  -----------
  [mlir-lsp-server] Add support for sending diagnostics to the client

This allows for diagnostics emitted during parsing/verification to be surfaced to the user by the language client, as opposed to just being emitted to the logs like they are now.

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


  Commit: 29ac15ab380b6d9853d4cdc9c220107e90375cb9
      https://github.com/llvm/llvm-project/commit/29ac15ab380b6d9853d4cdc9c220107e90375cb9
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2021-05-12 (Wed, 12 May 2021)

  Changed paths:
    M mlir/lib/Tools/mlir-lsp-server/lsp/Protocol.h

  Log Message:
  -----------
  [mlir-lsp-server][NFC] Add newline between Protocol JSON serialization methods and class definitions.


Compare: https://github.com/llvm/llvm-project/compare/30b7dfafdb62...29ac15ab380b


More information about the All-commits mailing list