summaryrefslogtreecommitdiff
path: root/mlir/lib/Tools/lsp-server-support/SourceMgrUtils.cpp
AgeCommit message (Expand)Author
2025-09-11[LLVM][MLIR] Move LSP server support library from MLIR into LLVM (#157885)Bertik23
2025-09-09Revert "[LLVM][MLIR] Move LSP server support library from MLIR into LLVM (#15...Nikita Popov
2025-09-09[LLVM][MLIR] Move LSP server support library from MLIR into LLVM (#155572)Bertik23
2024-01-08[mlir] Use StringRef::ltrim (NFC)Kazu Hirata
2023-12-13[mlir] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-11-15Replace usage of StringRef::find_last_of with a string literal of size one by...serge-sans-paille
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich
2023-01-27[mlir][NFC] Move the headers for lsp-server-support to include/River Riddle
2023-01-14[mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-13[mlir] Add #include <optional> (NFC)Kazu Hirata
2022-12-03[mlir] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-09-27[TableGen:LSP] Resolve "go-to-def" on a let field to the base definitionRiver Riddle
2022-09-27[TableGen:LSP] Add hover support for records and recordvalsRiver Riddle
2022-05-27[mlir][Tablegen-LSP] Add support for include file link and hoverRiver Riddle
2022-05-16[mlir][Tablegen-LSP] Add support for a basic TableGen language serverRiver Riddle