<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in initialize-params.test</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>ed344c88 - [mlir:LSP] Add a quickfix code action for inserting expected-* diagnostic checks</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/mlir/test/mlir-lsp-server/initialize-params.test#ed344c88</link>
        <description>[mlir:LSP] Add a quickfix code action for inserting expected-* diagnostic checksThis allows for automatically inserting expected checks for parser and verifierdiagnostics, which simplifies the workflow when building new dialectconstructs or extending existing ones.Differential Revision: https://reviews.llvm.org/D130152

            List of files:
            /llvm-project-15.0.7/mlir/test/mlir-lsp-server/initialize-params.test</description>
        <pubDate>Wed, 20 Jul 2022 08:43:07 +0000</pubDate>
        <dc:creator>River Riddle &lt;riddleriver@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ed2fb173 - [mlir:LSP] Add support for MLIR code completions</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/mlir/test/mlir-lsp-server/initialize-params.test#ed2fb173</link>
        <description>[mlir:LSP] Add support for MLIR code completionsThis commit adds code completion results to the MLIR LSP usinga new code completion context in the MLIR parser. This commitadds initial completion for dialect, operation, SSA value, andblock names.Differential Revision: https://reviews.llvm.org/D129183

            List of files:
            /llvm-project-15.0.7/mlir/test/mlir-lsp-server/initialize-params.test</description>
        <pubDate>Wed, 06 Jul 2022 04:46:05 +0000</pubDate>
        <dc:creator>River Riddle &lt;riddleriver@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ff81a2c9 - [mlir-lsp-server] Add support for textDocument/documentSymbols</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/mlir/test/mlir-lsp-server/initialize-params.test#ff81a2c9</link>
        <description>[mlir-lsp-server] Add support for textDocument/documentSymbolsThis allows for building an outline of the symbols and symbol tables within the IR. This allows for easy navigations to functions/modules and other symbol/symbol table operations within the IR.Differential Revision: https://reviews.llvm.org/D103729

            List of files:
            /llvm-project-15.0.7/mlir/test/mlir-lsp-server/initialize-params.test</description>
        <pubDate>Thu, 10 Jun 2021 17:57:55 +0000</pubDate>
        <dc:creator>River Riddle &lt;riddleriver@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5c84195b - [mlir] Add hover support to mlir-lsp-server</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/mlir/test/mlir-lsp-server/initialize-params.test#5c84195b</link>
        <description>[mlir] Add hover support to mlir-lsp-serverThis provides information when the user hovers over a part of the source .mlir file. This revision adds the following hover behavior:* Operation:  - Shows the generic form.* Operation Result:  - Shows the parent operation name, result number(s), and type(s).* Block:  - Shows the parent operation name, block number, predecessors, and successors.* Block Argument:  - Shows the parent operation name, parent block, argument number, and type.Differential Revision: https://reviews.llvm.org/D101113

            List of files:
            /llvm-project-15.0.7/mlir/test/mlir-lsp-server/initialize-params.test</description>
        <pubDate>Sat, 08 May 2021 00:55:52 +0000</pubDate>
        <dc:creator>River Riddle &lt;riddleriver@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>751c14fc - [mlir][mlir-lsp] Add a new C++ LSP server for MLIR named mlir-lsp-server</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/mlir/test/mlir-lsp-server/initialize-params.test#751c14fc</link>
        <description>[mlir][mlir-lsp] Add a new C++ LSP server for MLIR named mlir-lsp-serverThis commits adds a basic LSP server for MLIR that supports resolving references and definitions. Several components of the setup are simplified to keep the size of this commit down, and will be built out in later commits. A followup commit will add a vscode language client that communicates with this server, paving the way for better IDE experience when interfacing with MLIR files.The structure of this tool is similar to mlir-opt and mlir-translate, i.e. the implementation is structured as a library that users can call into to implement entry points that contain the dialects/passes that they are interested in.Note: This commit contains several files, namely those in `mlir-lsp-server/lsp`, that have been copied from the LSP code in clangd and adapted for use in MLIR. This copying was decided as the best initial path forward (discussed offline by several stake holders in MLIR and clangd) given the different needs of our MLIR server, and the one for clangd. If a strong desire/need for unification arises in the future, the existence of these files in mlir-lsp-server can be reconsidered.Differential Revision: https://reviews.llvm.org/D100439

            List of files:
            /llvm-project-15.0.7/mlir/test/mlir-lsp-server/initialize-params.test</description>
        <pubDate>Wed, 21 Apr 2021 21:33:04 +0000</pubDate>
        <dc:creator>River Riddle &lt;riddleriver@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
