Gunnar Beutner
|
6cf59b6ae9
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
|
4 年之前 |
Andreas Kling
|
7ae7170d61
Everywhere: "file name" => "filename"
|
4 年之前 |
Linus Groh
|
dbe72fd962
Everywhere: Remove empty line after function body opening curly brace
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Itamar
|
5adfcd54d8
LanguageServers: Only notify client about updated declarations
|
4 年之前 |
Itamar
|
b87791cada
LibCpp: Add 'Namespace' and 'Member' declaration types
|
4 年之前 |
Itamar
|
c6c83bd80e
HackStudio+LibCpp: Include class members in Locator
|
4 年之前 |
Brendan Coles
|
779f0c6e91
CppLanguageServer: is_empty_property: Return false for null node parent
|
4 年之前 |
Itamar
|
9e2e36724d
LibCpp: Add TemplatizedName
|
4 年之前 |
Itamar
|
510b5073de
LanguageServers/Cpp: Refactor logic of find declaration
|
4 年之前 |
Itamar
|
3295609aea
LibCpp: Add AST::Name
|
4 年之前 |
Itamar
|
9288dfced8
LanguageServers/Cpp: Don't include declarations bellow the current line
|
4 年之前 |
Itamar
|
84e34d76d8
HackStudio+LanguageServers/Cpp: Show scope of symbols in Locator
|
4 年之前 |
Itamar
|
6054a418e5
LanguageServers/Cpp: Declarations inside namespaces are globally visible
|
4 年之前 |
Vyacheslav Pukhanov
|
663fd9abb4
CppLanguageServer: Make preprocessor ignore unsupported keywords
|
4 年之前 |
Andreas Kling
|
f59ad2dc57
Everywhere: Remove pessimizing and redundant move()
|
4 年之前 |
Itamar
|
8688259ed9
LanguageServers/Cpp: Support jumping to declaration of preprocessor
|
4 年之前 |
Itamar
|
7bf6eca9d8
LanguageServers/Cpp: Complete Preprocessor definitions
|
4 年之前 |
Itamar
|
8a102fe3ec
LibCpp: Implement Parser::text_in_range using text of tokens
|
4 年之前 |
Itamar
|
3658c4c567
LibCpp: Replace defined preprocessor values when parsing
|
4 年之前 |
Itamar
|
6f7ef4ec65
LanguageServers: Tweak FileDB API
|
4 年之前 |
Itamar
|
3f0ace6670
LanguageServers/Cpp: Allow the creation of DocumentData objects to fail
|
4 年之前 |
AnotherTest
|
e59a631511
HackStudio/LanguageServers: Move some components out of Cpp
|
4 年之前 |
Itamar
|
a94b5376bc
LanguageServers/Cpp: Update client asynchronously about symbols
|
4 年之前 |
Itamar
|
4b483071fb
LanguageServers: Add ProjectLoaction, Declaration types and use in IPC
|
4 年之前 |
Itamar
|
e20cd1d8db
LanguageServers/Cpp: Don't VERIFY that a file could be found
|
4 年之前 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 年之前 |
Itamar
|
5bc82c0185
LanguageServers/Cpp: Add 'FindDeclaration' capability
|
4 年之前 |
Itamar
|
d3ff82ba80
LibCpp: Store filename in ASTNodes
|
4 年之前 |
Itamar
|
2da5ecba41
LanguageServers/Cpp: Handle autocomplete request on an empty line
|
4 年之前 |