[all-commits] [llvm/llvm-project] e213e5: [mlir:PDLL] Drop space as a completion commit char...

River Riddle via All-commits all-commits at lists.llvm.org
Wed May 18 00:24:19 PDT 2022


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

  Changed paths:
    M mlir/lib/Tools/mlir-pdll-lsp-server/LSPServer.cpp

  Log Message:
  -----------
  [mlir:PDLL] Drop space as a completion commit character

This causes annoyances when attempting to use space as
a trigger character (to start a different completion).


  Commit: 6d4471efb0b94c066e5e93c99278397691869dbc
      https://github.com/llvm/llvm-project/commit/6d4471efb0b94c066e5e93c99278397691869dbc
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2022-05-18 (Wed, 18 May 2022)

  Changed paths:
    M mlir/lib/Tools/PDLL/Parser/Parser.cpp

  Log Message:
  -----------
  [mlir:PDLL] Improve the location ranges of several expressions during parsing

This allows for the range to encompass more of the source associated
with the full expression, making diagnostics easier to see/tooling easier/etc.


  Commit: 17e2e7b7885c0afe688bcd4d6b198aab6ea8f58a
      https://github.com/llvm/llvm-project/commit/17e2e7b7885c0afe688bcd4d6b198aab6ea8f58a
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2022-05-18 (Wed, 18 May 2022)

  Changed paths:
    M mlir/lib/Tools/mlir-pdll-lsp-server/PDLLServer.cpp

  Log Message:
  -----------
  [mlir:PDLL] Don't append / for directory code completion

This allows for properly using / as a trigger character, i.e.
more easily allows chaining include directory completions.


Compare: https://github.com/llvm/llvm-project/compare/92f1028ceb30...17e2e7b7885c


More information about the All-commits mailing list