Commit Graph

110 Commits

Author SHA1 Message Date
ykiko
39ec9bf7c5 fix: reset clang dependency output options (#293) 2025-11-02 23:25:39 +08:00
ykiko
397eb71dad build: update llvm to 21.1.4 (#292) 2025-11-02 22:23:11 +08:00
Myriad-Dreamin
3b1e379408 Fix warnings in Compiler (#290) 2025-10-31 20:52:16 +08:00
Myriad-Dreamin
9806e45fa3 [Feature] Enable clang-tidy (#200)
Co-authored-by: star9029 <hengxings783@gmail.com>
2025-10-31 20:50:07 +08:00
ykiko
dffa884e5a Store indices to disk (#279) 2025-10-19 21:53:57 +08:00
ykiko
9674328c18 Add ProjectIndex and basic symbol lookup implementation (#274) 2025-10-08 16:39:50 +08:00
ykiko
4a184a26ce Fix unit_test fail doesn't result in error in CI (#270) 2025-10-03 14:50:38 +08:00
ykiko
9569988509 Fix query driver on windows (#269) 2025-10-03 03:26:21 +08:00
ykiko
7cd20c8565 Add remove and append options for CompilationDatabase (#268) 2025-10-02 18:00:01 +08:00
qingfengzl
2b350400bd Fix unit test of driver query (#267) 2025-09-27 11:13:39 +08:00
ykiko
e8f5f6ba64 Allow log output to a file (#252)
Co-authored-by: star9029 <hengxings783@gmail.com>
2025-09-14 16:45:07 +08:00
zaragoza
d502eee53f Fix query driver on Windows (#255)
Co-authored-by: zaragoza-xu <xuyiyan920@gmail.com>
2025-09-11 00:10:54 +08:00
Myriad-Dreamin
5e273415ee Implement isRegisteredTidyCheck and isFastTidyCheck (#204) 2025-09-07 14:22:52 +08:00
Shiyu
7beed982f2 Fix: store absolute path of source file in CompilationDatabase (#222) 2025-09-03 20:34:02 +08:00
Shiyu
155773cf66 Feat: better load and fetch compile command (#201)
Co-authored-by: ykiko <ykikoykikoykiko@gmail.com>
2025-09-02 22:12:05 +08:00
Shiyu
260c268af7 Fix: improve some case that user's environment do not have driver installed (#185) 2025-08-24 19:46:22 +08:00
Shiyu
cbb210c027 Chore: explicitly set compilation kind (#184)
Co-authored-by: ykiko <ykikoykikoykiko@gmail.com>
2025-08-24 00:57:53 +08:00
ykiko
c43702048e Enable inlay hints (#183) 2025-08-19 14:28:12 +08:00
ykiko
a738ad536c Update PCH handling (#172) 2025-08-10 22:31:00 +08:00
ykiko
64e505d699 Enable DocumentLink (#168)
Co-authored-by: star9029 <hengxings783@gmail.com>
2025-08-06 10:58:04 +08:00
ykiko
072ddb3a59 Port SelectionTree from clangd to clice (#166) 2025-08-05 22:10:08 +08:00
ykiko
139eaa44f7 Improve AST handling (#165) 2025-08-03 17:43:42 +08:00
ykiko
893edc7634 Publish diagnostics (#164) 2025-07-30 23:41:03 +08:00
ykiko
686538533a Improve document and add github pages (#161) 2025-07-23 22:18:39 +08:00
ykiko
836d9dc988 Add basic test client (#156)
Co-authored-by: star9029 <hengxings783@gmail.com>
2025-07-21 17:55:10 +08:00
ykiko
741f70a12c Improve command handle (#149) 2025-07-18 19:50:53 +08:00
ykiko
cce576dfdd Code completion (from Sema) (#144) 2025-07-07 11:32:16 +08:00
ykiko
d4c943d803 Improve compilation database handling (#142)
Co-authored-by: star9029 <hengxings783@gmail.com>
2025-06-23 16:49:35 +08:00
ykiko
a3075f86c0 Improve compiling (#140) 2025-06-17 22:07:31 +08:00
ykiko
9939f57acd Hide CompilationUnit implementation (#139) 2025-06-15 15:13:09 +08:00
sakria9
77b24aa266 Fix computePreambleBounds when has no preamble (#137) 2025-06-11 07:57:59 +08:00
ykiko
bbece60524 Improve PCH handling (#136) 2025-06-10 22:33:17 +08:00
ykiko
ba75702c7d Merge index from different header contexts (#121) 2025-05-25 19:45:51 +08:00
ykiko
7874fbacb8 Implement text document sync (#119) 2025-04-11 22:22:23 +08:00
ykiko
3f408a8e8e Stabilize compilation interface (#117) 2025-03-30 21:30:52 +08:00
ykiko
d2d45b41f2 Refactor binary and index (#110) 2025-03-23 16:27:29 +08:00
ykiko
c54baf5590 Implement DocumentLink (#107) 2025-03-16 16:43:35 +08:00
ykiko
a4c1d269c1 Remove Basic folder (#103) 2025-03-15 23:47:07 +08:00
ykiko
0542a37802 Implement Scheduler interface (#101) 2025-03-15 20:28:18 +08:00
ykiko
49af4a9292 Clean Server (#93) 2025-03-09 19:19:52 +08:00
ur4t
5e29848f24 Allow build with libc++ (#85) 2025-02-19 19:22:42 +08:00
ykiko
93af013613 Merge branch 'main' of https://github.com/clice-project/clice 2025-02-19 12:15:29 +08:00
ykiko
424ee09a40 Make toLocalRange return FileID 2025-02-19 12:15:27 +08:00
Shiyu
40912a8a91 Implement Hover on Expression and Identifier and some fix. (#83) 2025-02-18 21:40:43 +08:00
ykiko
0bffadbad6 Fix ASTInfo::getFilePath 2025-02-17 21:08:26 +08:00
ykiko
59aba25474 Implement FilteredASTVisitor (#81) 2025-02-17 20:43:54 +08:00
ykiko
2f9622bca7 Clean the project (#57) 2025-02-05 14:10:11 +08:00
ykiko
9b98354918 Refactor async and fix error in index. (#55) 2025-02-03 01:26:37 +08:00
Shiyu
1a298a3be7 Add pragma region/endregion to FoldingRange. (#49) 2025-01-23 00:10:59 +08:00
ykiko
6cd23038e4 Implement Indexer (#48) 2025-01-22 23:55:33 +08:00