Changes between Version 3 and Version 4 of Clangd


Ignore:
Timestamp:
Feb 21, 2022 3:57:49 PM (2 years ago)
Author:
Brandon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Clangd

    v3 v4  
    22
    33[https://clangd.llvm.org clangd] is language server designed to provide features like autocomplete, go to definition, and refactoring to a wide range of editors.
     4
     5[[Image(wiki:Clangd:clangd_screenshot.png, 720px)]]
    46
    57== Getting clangd
     
    2931I would recommend running this command each time you pull the latest code.
    3032
    31 If you add or remove files during development, just compile with make and run the {{{generate-compile-commands}}}.
     33If you add or remove files during development, recompile with {{{make r EXPORT_COMPILE_COMMANDS=YES}}} and rerun {{{generate-compile-commands WebKitBuild/Release}}}.
    3234
    3335