Commit Graph

1956 Commits

Author SHA1 Message Date
Felipe Lema
106386ce8f
Merge 7c1d53b186 into 74458915b3 2022-04-22 15:24:23 +08:00
Fangrui Song
74458915b3 Adapt llvmorg-15-init-7692-gd79ad2f1dbc2: PPCallbacks::InclusionDirective parameter 2022-04-16 22:29:03 -07:00
Fangrui Song
790daca4b2 query: include llvm/ADT/STLExtras.h
The header is no longer transitively included in 2022-01.
2022-01-30 11:17:32 -08:00
augiedoggie
b28cec1872
platform_posix: add support for Haiku (#863) 2022-01-23 00:22:29 -08:00
Fangrui Song
c7596e3712 initialize: Add offsetEncoding to InitializeResult 2022-01-11 19:25:21 -08:00
Fangrui Song
8422f0a522 Adapt llvmorg-14-init-13600-g92417eaf3329: braced constructor call 2022-01-09 12:25:07 -08:00
Fangrui Song
dce86b1362 cmake: Add LANGUAGE C to fix find_package(Clang REQUIRED) error 2021-12-15 10:14:34 -08:00
Fangrui Song
5a48e6c419 sema_manager: only keep latest session.maxNum sessions in case of a surge of textDocument/didChange 2021-09-23 14:41:51 -07:00
Fangrui Song
3ce756e39a Adaopt llvmorg-14-init-3863-g601102d282d5: refactor clang::isIdentifierBody 2021-09-23 13:36:01 -07:00
Felipe Lema
7c1d53b186 improve log messages: add info 2021-08-16 18:49:40 -04:00
Felipe Lema
b27b1a6d59 fix build (no more using ID) 2021-08-16 18:31:03 -04:00
Fangrui Song
f21fd7e5a2 pipeline: Avoid Twine
For some reason, Twine(int), when concatenated, may incorrectly become Twine(const unsigned long&) and cause a dereference crash.
2021-06-26 12:07:41 -07:00
Felipe Lema
dc9ba782aa remove surrounding braces on single-if-statements 2021-06-23 12:32:57 -04:00
Felipe Lema
20ef17c0a7 clang-format file 2021-06-23 12:29:54 -04:00
Felipe Lema
b07d39b949 remove using per github review 2021-06-23 12:29:28 -04:00
Felipe Lema
03324a122e correct usage of "empty (list) of params"
lsp-mode was complaining that generated json was not properly parsed
2021-06-22 15:25:30 -04:00
Felipe Lema
000fd75af4 remove another unnecessary abstraction per gh review 2021-06-18 17:02:09 -04:00
Felipe Lema
5e2ea98cb0 remove absctractions per github review 2021-06-18 16:19:21 -04:00
Felipe Lema
c9f36a342d remove $ccls/publishSemanticHighlight 2021-06-18 15:09:14 -04:00
Felipe Lema
79c0beedcd omit copyright year per review 2021-06-17 13:37:28 -04:00
Felipe Lema
1ff4931f2a comply with github review comments 2021-06-16 18:04:16 -04:00
Felipe Lema
de89baedd3 use different container per gh review 2021-06-16 18:03:24 -04:00
Felipe Lema
e702d33e48 indent fix 2021-05-28 13:22:29 -04:00
Felipe Lema
ab53802497 use SemanticTokensWithId internally
- Move SemanticTokens to QueryFile
- Add SemanticTokensId (though still returning SemanticTokens)
- Save latest SemanticTokensId in QueryFile (latest semantic token sent
is associated to a file)
2021-05-28 13:22:11 -04:00
Fangrui Song
80d06eb476 sema_manager: Use llvm::CrashRecoveryContext 2021-05-18 21:01:50 -07:00
Felipe Lema
16d7ef6aa8 use symbols that "intersect", rather than "begin" within range 2021-05-10 15:41:37 -04:00
Ludovic J
c018bce9af hierarchicalDocumentSymbol: use a range based method to support
out-of-line class members (#674)
2021-05-09 11:33:34 -07:00
Felipe Lema
700c1ffa58 fix debug build 2021-05-03 12:51:16 -04:00
Felipe Lema
84a00f6371 textDocument/semanticTokens/range
- add overhead code for new method
- move code from "semantic tokens for full document" to
  "semantic tokens for range in document"
- add range delimitation to function
- make "full document" use "range that covers all document"
2021-05-03 12:51:04 -04:00
Felipe Lema
661870a502 fix compilation 2021-04-12 14:47:48 -04:00
Felipe Lema
c9860305f0 fix type 2021-04-12 14:47:33 -04:00
Felipe Lema
554833abf2 handle TODOs, imprve readbility 2021-04-12 14:33:19 -04:00
Felipe Lema
ca51f9eb4a use tuple for lexicographical comparison 2021-04-12 14:32:54 -04:00
Felipe Lema
a4de46b9a0 name types for (trace|read)ability 2021-04-12 14:31:45 -04:00
Fangrui Song
c6686be382 ccls_lsp
The old name was somehow taken.
2021-04-05 18:04:57 -07:00
zhangjunphy
0ada56ef3b Fix short_name_size when getNameAsString does not return a prefix (#784) 2021-03-30 23:33:43 -07:00
Fangrui Song
4cd308d7fd Adapt llvmorg-12-init-17739-gf4d02fbe418d: change CanReuse 2021-01-28 00:18:27 -08:00
Yu Zeng
aca02d209b Fix compile error when use msvc 2019 (#754)
See https://devblogs.microsoft.com/cppblog/msvc-now-correctly-reports-__cplusplus/
2021-01-18 19:05:28 -08:00
Fangrui Song
40145807d5 completion: Don't overwrite the following identifier (#749) 2021-01-09 11:12:33 -08:00
Jan Lahoda
013b655e4c Removing unnecessary include. 2020-12-26 22:29:31 +01:00
Fangrui Song
a2d2fd8167 diagnosticMain: Rebuild preamble for bounds change 2020-12-26 12:31:41 -08:00
Jan Lahoda
4ff22e6603
Making the progress an integer, as per the specification (#739) 2020-12-26 12:30:53 -08:00
Jan Lahoda
503ac951c0 First attempt to include the semantic highlight feature, introduced in specification 3.16.0. 2020-12-25 11:22:07 +01:00
Fangrui Song
4c66fdf09d Resolve "directory" in compile_commands.json in case CWD is not the project root
Also delete an unneeded chdir hack.

Close #703
2020-12-19 21:42:21 -08:00
Fangrui Song
feb153a843 Adapt llvmorg-12-init-11522-g4c55c3b66de: change ComputePreambleBounds 2020-11-18 22:33:04 -08:00
Fangrui Song
68d6e4122d project: fix initial directory list for recursive .ccls
Fix #717
2020-11-06 18:55:01 -08:00
Fangrui Song
a3c5d4a1eb Adapt llvmorg-12-init-5498-g257b29715bb: add an argument to the ctor of clang::driver::Driver 2020-09-23 16:06:49 -07:00
Fangrui Song
20a9f7b5f4 clang_tu: set RecoveryAST & RecoveryASTType 2020-08-30 10:21:58 -07:00
Fangrui Song
55c0d5b4eb project: override the compdb entry with .ccls if compile_commands.json is not used
Note: `exact_match` should be false if the entry is an synthetic one, instead
of an explicit entry in compile_commands.json
2020-08-26 11:36:55 -07:00
Fangrui Song
aa4d2d1b43 If clang >= 10, don't crash on #pragma clang __debug 2020-08-22 10:29:39 -07:00