Fangrui Song
|
c269876593
|
Use clang+llvm C++ in cmake; parse args with clang driver
|
2019-10-23 21:56:51 -07:00 |
|
Fangrui Song
|
a385bffcbd
|
Backport and cleanup
|
2019-10-23 21:56:51 -07:00 |
|
scturtle
|
888a870c0d
|
Random changes. (#6)
|
2019-10-23 21:56:51 -07:00 |
|
Fangrui Song
|
ba56663055
|
Reflect optional by Brandon Tolsch
|
2019-10-23 21:56:51 -07:00 |
|
Fangrui Song
|
49e042e070
|
Redesign import_pipeline.cc and mitigate race (duplicate Query*::uses for initial indexing)
|
2019-10-23 21:56:51 -07:00 |
|
Fangrui Song
|
aba672203f
|
README
|
2019-10-23 21:56:51 -07:00 |
|
Fangrui Song
|
eb057c7acd
|
Use usr as primary key and remove id; simplify import pipeline
Remove on_id_map, IndexMergeIndexUpdates
|
2019-10-23 21:56:51 -07:00 |
|
Fangrui Song
|
5ef801662b
|
Improve workspace/symbol sorting heuristic
|
2019-10-23 21:56:51 -07:00 |
|
Fangrui Song
|
f73100adf3
|
Merge {timestamp_manager,iindexer}.{cc,h}; remove standard_includes.*; use last_write_time
|
2019-10-23 21:56:51 -07:00 |
|
Fangrui Song
|
ebaf168e16
|
Remove variant and clean up
|
2019-10-23 21:56:51 -07:00 |
|
Fangrui Song
|
73bd987b1a
|
Add caseSensitivity to config->{completion,workspaceSymbol}
|
2019-10-23 21:56:51 -07:00 |
|
Fangrui Song
|
e522ce8179
|
Backport recent update of completion
|
2019-10-23 21:56:51 -07:00 |
|
Fangrui Song
|
662933e64c
|
Simplify indexer and query
|
2019-10-23 21:56:51 -07:00 |
|
Fangrui Song
|
9ed024f5cc
|
Simplify lsp.h and fix qual_name_offset when SetVarDetail is called on an existing variable
|
2019-10-23 21:56:51 -07:00 |
|
Fangrui Song
|
cdc7544471
|
Better definition/references on #include lines
|
2019-10-23 21:56:50 -07:00 |
|
Fangrui Song
|
5fb88749a9
|
Simplify Position & Range; prettify Maybe; remove file_contents.{h,cc}
|
2019-10-23 21:56:50 -07:00 |
|
Fangrui Song
|
b872faa160
|
Simplify
|
2019-10-23 21:56:50 -07:00 |
|
Fangrui Song
|
a52d56a453
|
Add qual_name_offset to Index* structs; improve workspace/symbol and documentSymbol
|
2019-10-23 21:56:50 -07:00 |
|
Fangrui Song
|
2035a24c74
|
Set typeDefinitionProvider
|
2019-10-23 21:56:50 -07:00 |
|
Fangrui Song
|
96bba583c9
|
Remove unused fs code.
|
2019-10-23 21:56:50 -07:00 |
|
Fangrui Song
|
fdb562bb42
|
Use global config.
|
2019-10-23 21:56:50 -07:00 |
|
Fangrui Song
|
daf7a41278
|
.
|
2019-10-23 21:56:50 -07:00 |
|
Fangrui Song
|
c96631d1ee
|
.
|
2019-10-23 21:56:50 -07:00 |
|
Fangrui Song
|
a58a38c32d
|
.
|
2019-10-23 21:56:50 -07:00 |
|
Fangrui Song
|
22a7bcb47f
|
.
|
2019-10-23 21:56:50 -07:00 |
|
Fangrui Song
|
ce33cc86d4
|
.
|
2019-10-23 21:56:50 -07:00 |
|
Fangrui Song
|
e1398ff319
|
.
|
2019-10-23 21:56:50 -07:00 |
|
Fangrui Song
|
f7872d143d
|
.
|
2019-10-23 21:56:50 -07:00 |
|
Fangrui Song
|
b839389f77
|
Resurrection of ccls
|
2019-10-23 21:56:50 -07:00 |
|
Fangrui Song
|
39dfe052f5
|
Better textDocument/definition heuristic for T::name style dependent names
|
2019-10-23 21:56:50 -07:00 |
|
Chao Shen
|
eefaad79f2
|
Preprocessor keyword completion.
|
2019-10-23 21:56:50 -07:00 |
|
Chao Shen
|
8da0172955
|
Fix missing include completions.
|
2019-10-23 21:56:50 -07:00 |
|
Jacob Dufault
|
2fc731c856
|
ipc.h -> method.h, rename some types
|
2019-10-23 21:56:50 -07:00 |
|
Jacob Dufault
|
e37a6c814b
|
Remove global list of message ids.
Also do some naming cleanup. Also remove xmacros.
|
2019-10-23 21:56:50 -07:00 |
|
Boris Staletic
|
39fbd1a2d5
|
Make overridden flags persistent
didOpen can override flags from compilation database.
didSave was able to reset the flags back.
This makes sure that the overridden flags persist.
|
2019-10-23 21:56:50 -07:00 |
|
Elliot Berman
|
23bf95b5e3
|
Flush sessions on textDocument/didOpen
|
2019-10-23 21:56:50 -07:00 |
|
Elliot Berman
|
c636eae680
|
Flush all clang-complete sessions on workspace/didChangeConfiguration
|
2019-10-23 21:56:50 -07:00 |
|
Boris Staletic
|
bf011fef71
|
Conditionally allow reindex on didChange
|
2019-10-23 21:56:50 -07:00 |
|
Jacob Dufault
|
db7e25c542
|
Reformat
|
2019-10-23 21:56:50 -07:00 |
|
Jacob Dufault
|
af3c09d00d
|
Restore include completion on #
|
2019-10-23 21:56:50 -07:00 |
|
Fangrui Song
|
2d1c990f1a
|
Don't include system header files for #include " (#i" ) completion
|
2019-10-23 21:56:50 -07:00 |
|
Fangrui Song
|
ad88f707f7
|
Simplify and optimize completion.
|
2019-10-23 21:56:50 -07:00 |
|
Fangrui Song
|
02542b1e69
|
Optimize FuzzyMatcher and add tests.
|
2019-10-23 21:56:50 -07:00 |
|
Fangrui Song
|
11293722cc
|
textDocument/didOpen: add args to override project entry
|
2019-10-23 21:56:50 -07:00 |
|
Fangrui Song
|
b2b5e57761
|
Variant of clangd fuzzy matcher
|
2019-10-23 21:55:32 -07:00 |
|
Rian Neogi
|
bcdb8690f0
|
Remove unneeded code
|
2018-03-15 11:53:27 -07:00 |
|
Rian Neogi
|
26584cac81
|
Fix completion on semicolon
|
2018-03-15 11:53:27 -07:00 |
|
Fangrui Song
|
89d45fb48a
|
Reload .cquery compile_commands.json upon workspace/didChangeConfiguration. fix #378
And backport https://github.com/waf-project/waf/pull/2127
|
2018-03-11 15:15:15 -07:00 |
|
Fangrui Song
|
640f548e7c
|
Use std::index_sequence and std::make_unique
|
2018-03-10 15:57:02 -08:00 |
|
Fangrui Song
|
3995a9d5b8
|
Add initialization options highlight.{blacklist,whitelist}
|
2018-03-09 00:23:32 -08:00 |
|