Commit History

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