1839 Commits (4047db2669e643fb3b1975a9f4f42e6c336adc26)
 

Author SHA1 Message Date
Fangrui Song 4047db2669 Add .github/ISSUE_TEMPLATE 6 years ago
Fangrui Song 74432a641d working_files: normalize \r\n and \n to \n 6 years ago
Fangrui Song dcaa5a07af Change Pos::line from int16_t to uint16_t 6 years ago
Fangrui Song 9dea14e783 Make hover more detailed (e.g. include inheritance info) 6 years ago
Fangrui Song f35883f9b4 indexer: index TemplateTypeParmDecl and ParmVarDecl in declarations for clang >= 9 6 years ago
Fangrui Song 0c04c27e59 Add cache.{hierarchicalPath,retainInMemory} 6 years ago
Leszek Swirski 633d8936a8 Use DiagnosticRelatedInformation if client supports publishDiagnostics.relatedInformation (#276) 6 years ago
Fangrui Song 66e9cbd9a6 indexer: change Pos computation from byte offset to UTF-8 encoded code point offset 6 years ago
Fangrui Song 3bf921b3bd Add initialization option `capabilities.*` and index.maxInitializerLines 6 years ago
Fangrui Song aaa97fe8df GetFallback: append clang.extraArgs 6 years ago
Fangrui Song 03f91f0681 Compute CompletionItemKind from Declaration instead of CursorKind 6 years ago
Riatre Foo 2db67f6edb Fix is_local for vars with non-auto storage period 6 years ago
Riatre Foo cd0f204349 textDocument/signatureHelp: enable documentation 6 years ago
Fangrui Song 716bc01322 Log {Request,Notification}Message, and timestamp change due to dependency 6 years ago
Riatre Foo 84f7d5081f Fix completion result sorting in VSCode (#210) 6 years ago
Fangrui Song 9bbb288b57 cmake: delete SYSTEM_CLANG and auto-download mechanism 6 years ago
Fangrui Song 343fa74dc1 Implement initialization option compilationDatabaseCommand on Windows 6 years ago
Fangrui Song c6d56519e3 Drop support for clang 6 6 years ago
Fangrui Song f496580081 Add -log-file=stderr and make it default 6 years ago
Fangrui Song c592f95be0 completion: if preamble size changes, rebuild it 6 years ago
Fangrui Song 962dcf93c1 Update wiki links and delete comparison with cquery 6 years ago
Fangrui Song f99cf50456 textDocument/didOpen: index related files when a header is opened 6 years ago
Fangrui Song 8835a555f8 Delay requests if the document has not not indexed (#176) 6 years ago
Fangrui Song dd74d03cfc Adjust FrontendOpts.Inputs[0] for inferred files 6 years ago
Fangrui Song 52e0289245 Handle file deletion and register workspace/didChangeWatchedFiles 6 years ago
Fangrui Song ab48179946 Make cacheDirectory related to project root; delete Timer 6 years ago
Fangrui Song 45ac75fce3 completion: ignore CXXDeductionGuide 6 years ago
Fangrui Song c085e07b19 Extend .ccls 6 years ago
Fangrui Song 3edda5cf76 Make -v=1 work and log cflags for SemaManager session and Indexer 6 years ago
Fangrui Song 6e8a45b25e Add `strict` to FuzzyMatcher::Match 6 years ago
Fangrui Song 836caba19b ParameterInformation: use label: [number, number] 6 years ago
Fangrui Song 49ae9e8912 Support textDocument/declaration & LocationLink 6 years ago
Fangrui Song e3133bea90 cmake_minimum_required 3.8; clean up 6 years ago
Fangrui Song 20e0beb9f3 Rendezvous after receiving "exit" notification (#159) 6 years ago
Fangrui Song c06c2ca324 Support multiple -init= 6 years ago
Leszek Swirski 25c8928121 Spin IncludeComplete's destructor until scanning completes (#147) 6 years ago
Fangrui Song c941ca1bcd query: fix UpdateUses when a new entity is seen; simplify {DeclRef,Use,Usr}Update 6 years ago
Fangrui Song a47fb42e30 Refactor serializer 6 years ago
Fangrui Song a599aef482 Add ReplyOnce::NotReady and error if didOpen is not seen 6 years ago
Fangrui Song 9ad2450009 Refactor WorkingFiles and CompletionManager 6 years ago
Fangrui Song b9369e055a completion: use Text for Macro{Instantiation,Definition} 6 years ago
Fangrui Song c6c234725a Fix ComputeGuessScore and delete dead code 6 years ago
Fangrui Song 65d856cf8a Merge maybe.hh into utils.hh 6 years ago
Fangrui Song 880c515d64 Merge query.hh and query_util.hh 6 years ago
Fangrui Song d6dd932e6d Refactor Matcher to use pimpl and merge match.hh into utils.hh 6 years ago
Fangrui Song 38e87a0729 Make EmptyParam empty & rewrite LruCache 6 years ago
Fangrui Song 9603a73421 constexpr std::string_view -> const std::string_view 6 years ago
Fangrui Song 7f8f68c0b2 codeAction: use codeActionProvider: CodeActionOptions and respect CodeActionParams::range 6 years ago
Fangrui Song 19d38bc1d2 Make DocumentLink::range narrower 6 years ago
Fangrui Song 0f0c328a91 completion: delete insertText; don't set filterText if it is the same as label 6 years ago