2020-03-17 |
Sam McCall | [clangd] Only minimally escape text when rendering... |
tree | commitdiff |
2020-03-16 |
Haojian Wu | [AST] Correct the CXXOperatorCallExpr source range. |
tree | commitdiff |
2020-03-13 |
Jan Korous | [clangd] Add json::Object->Value conversion workaround... |
tree | commitdiff |
2020-03-13 |
Kadir Cetinkaya | [clangd] Populate PreambleData::CompileCommand and... |
tree | commitdiff |
2020-03-12 |
Sam McCall | [clangd] Add a textual fallback for go-to-definition |
tree | commitdiff |
2020-03-12 |
Sam McCall | [clangd] Add README pointing to docs, bugtracker etc... |
tree | commitdiff |
2020-03-11 |
Reid Kleckner | Add missing StringMap.h inclusion, apparently clangd... |
tree | commitdiff |
2020-03-11 |
Reid Kleckner | Avoid including FileManager.h from SourceManager.h |
tree | commitdiff |
2020-03-11 |
Haojian Wu | [clangd] Improve the "max limit" error message in renam... |
tree | commitdiff |
2020-03-11 |
Hubert Tong | [cmake] Link libclangDaemonTweaks with clangFormat |
tree | commitdiff |
2020-03-10 |
Nathan Ridge | [clangd] Have visibleNamespaces() and getEligiblePoints... |
tree | commitdiff |
2020-03-10 |
Nathan Ridge | [clangd] Run clang-format on CodeComplete.cpp and Sourc... |
tree | commitdiff |
2020-03-10 |
Kadir Cetinkaya | [clangd] Use a separate RunningTask flag instead of... |
tree | commitdiff |
2020-03-09 |
Haojian Wu | [clangd] Bump vscode-clangd v0.0.21. |
tree | commitdiff |
2020-03-09 |
Haojian Wu | [clangd][vscode] Enable dot-to-arrow fixes in clangd... |
tree | commitdiff |
2020-03-06 |
Sam McCall | [clangd][VSCode] Force VSCode to use the ranking provid... |
tree | commitdiff |
2020-03-05 |
Nathan Ridge | [clangd] Remove vsc-extension-quickstart.md from the... |
tree | commitdiff |
2020-03-05 |
Utkarsh Saxena | [clangd] Add instrumentation mode in clangd for metrics... |
tree | commitdiff |
2020-03-05 |
Sam McCall | [clangd] Fix test (it worked by coincidence before) |
tree | commitdiff |
2020-03-05 |
Sam McCall | [clangd] Track document versions, include them with... |
tree | commitdiff |
2020-03-05 |
Sam McCall | [clangd] Remove unused+broken InvalidationError class. |
tree | commitdiff |
2020-03-04 |
Sam McCall | [clangd] Cancel certain operations if the file changes... |
tree | commitdiff |
2020-03-04 |
Sam McCall | [clangd] Fix isInsideMainFile to be aware of preamble. |
tree | commitdiff |
2020-03-04 |
Kadir Cetinkaya | [clangd] Fix buildbots |
tree | commitdiff |
2020-03-04 |
Kadir Cetinkaya | [clangd] Fix windows buildbots |
tree | commitdiff |
2020-03-04 |
Kadir Cetinkaya | [clangd] Make use of syntax tokens in ReplayPreamble |
tree | commitdiff |
2020-03-04 |
Kadir Cetinkaya | [clangd] Fix early selection for non-vardecl declarators |
tree | commitdiff |
2020-03-03 |
Nathan Ridge | [clangd] Handle go-to-definition in macro invocations... |
tree | commitdiff |
2020-03-03 |
Sam McCall | [clangd] Propagate versions into DraftStore, assigning... |
tree | commitdiff |
2020-03-03 |
Sam McCall | [clangd] Remove unused getDocument() API |
tree | commitdiff |
2020-03-03 |
Kadir Cetinkaya | [clangd] Get rid of getTokenRange helper |
tree | commitdiff |
2020-03-03 |
Kadir Cetinkaya | [clangd] Make use of token buffers in semantic highlighting |
tree | commitdiff |
2020-03-03 |
Sam McCall | [clangd] Use structured PublishDiagnosticsParams. NFC |
tree | commitdiff |
2020-03-03 |
Sam McCall | [clangd] Send InitializeResult.serverInfo |
tree | commitdiff |
2020-03-03 |
serge-sans-paille | Syndicate, test and fix base64 implementation |
tree | commitdiff |
2020-03-03 |
Sam McCall | [clangd] Handle `initialized` notification (no-op to... |
tree | commitdiff |
2020-03-03 |
Nathan James | [clangd] DefineOutline won't copy virtual specifiers... |
tree | commitdiff |
2020-03-02 |
Sam McCall | [clangd] Split locateSymbolAt into several component... |
tree | commitdiff |
2020-03-02 |
Mitch Phillips | Revert "Syndicate, test and fix base64 implementation" |
tree | commitdiff |
2020-03-02 |
Haojian Wu | [clangd] No need to query ctor refs in cross-file rename. |
tree | commitdiff |
2020-03-02 |
Kadir Cetinkaya | [clangd] Get rid of lexer usage in locateMacroAt |
tree | commitdiff |
2020-03-02 |
Kadir Cetinkaya | [clangd] Get rid of unnecessary source transformations... |
tree | commitdiff |
2020-03-02 |
serge-sans-paille | Syndicate, test and fix base64 implementation |
tree | commitdiff |
2020-03-02 |
Haojian Wu | [clangd] Remove the deprecated clangdServer::rename... |
tree | commitdiff |
2020-02-28 |
Nathan James | [clang-tidy] Added virtual isLanguageVersionSupported... |
tree | commitdiff |
2020-02-28 |
Kadir Cetinkaya | [clangd] Get rid of lexer usage in ObjCLocalizeStringLi... |
tree | commitdiff |
2020-02-28 |
Kadir Cetinkaya | [clangd] Use tokenize instead of raw lexer in SourceCod... |
tree | commitdiff |
2020-02-27 |
Haojian Wu | [clangd][NFC] Don't query the index if the rename symbo... |
tree | commitdiff |
2020-02-27 |
Kadir Cetinkaya | [clangd] Get rid of lexer usage in AST.cpp |
tree | commitdiff |
2020-02-27 |
Kadir Cetinkaya | [clangd] Get rid of getBeginningOfIdentifier helper |
tree | commitdiff |
2020-02-26 |
Kadir Cetinkaya | [clangd] Clean-up XRefs.cpp from Lexer usages and unnec... |
tree | commitdiff |
2020-02-26 |
Haojian Wu | [clangd] use printQualifiedName to skip the inlinenames... |
tree | commitdiff |
2020-02-26 |
Haojian Wu | [clangd] Bump index version number. |
tree | commitdiff |
2020-02-26 |
Haojian Wu | Fix the clangd-fuzzer build error. |
tree | commitdiff |
2020-02-26 |
Haojian Wu | [clangd] Expose the rename LimitFiles option to the... |
tree | commitdiff |
2020-02-25 |
Haojian Wu | [clang-rename] Add the USR of incomplete decl to the... |
tree | commitdiff |
2020-02-25 |
Kadir Cetinkaya | [clangd] Migrate Lexer usages in TypeHierarchy to Token... |
tree | commitdiff |
2020-02-25 |
Kadir Cetinkaya | [clangd] Disable ExtractVariable for C |
tree | commitdiff |
2020-02-23 |
Sam McCall | [clangd] Try to fix buildbots - copy elision not happen... |
tree | commitdiff |
2020-02-23 |
Sam McCall | [clangd] Reapply b60896fad926 Fall back to selecting... |
tree | commitdiff |
2020-02-23 |
Sam McCall | Revert "[clangd] Reapply b60896fad926 Fall back to... |
tree | commitdiff |
2020-02-23 |
Sam McCall | [clangd] Reapply b60896fad926 Fall back to selecting... |
tree | commitdiff |
2020-02-23 |
Sam McCall | [clangd] Debounce rebuilds responsively to rebuild... |
tree | commitdiff |
2020-02-21 |
Haojian Wu | [clangd] Allow renaming class templates in cross-file... |
tree | commitdiff |
2020-02-21 |
Haojian Wu | [clangd] Fix the incomplete template specialization... |
tree | commitdiff |
2020-02-20 |
Haojian Wu | [clang][Index] Fix the incomplete instantiations in... |
tree | commitdiff |
2020-02-19 |
Kirill Bobyrev | Fix build after D74606 |
tree | commitdiff |
2020-02-19 |
Kirill Bobyrev | [clangd] Add add commit characters to the server capabi... |
tree | commitdiff |
2020-02-17 |
Gokturk Yuksek | Reland "[clang-tools-extra] fix the check for if '... |
tree | commitdiff |
2020-02-17 |
Haojian Wu | [clang][Index] Visit the default parameter arguements... |
tree | commitdiff |
2020-02-14 |
Alexandre Ganea | [Support] On Windows, ensure hardware_concurrency(... |
tree | commitdiff |
2020-02-14 |
Luís Marques | Revert "[clang-tools-extra] fix the check for if '... |
tree | commitdiff |
2020-02-14 |
Haojian Wu | [clangd] Update the CompletionItemKind. |
tree | commitdiff |
2020-02-14 |
Haojian Wu | [clangd] Add tracer to the rename workflow, NFC |
tree | commitdiff |
2020-02-14 |
Gokturk Yuksek | [clang-tools-extra] fix the check for if '-latomic... |
tree | commitdiff |
2020-02-14 |
Kadir Cetinkaya | [clang][Index] Introduce a TemplateParm SymbolKind |
tree | commitdiff |
2020-02-14 |
Kadir Cetinkaya | [clang][DeclPrinter] Implement visitors for {TemplateTy... |
tree | commitdiff |
2020-02-13 |
Kirill Bobyrev | [clangd] Expose Code Completion score to the client |
tree | commitdiff |
2020-02-13 |
Haojian Wu | [clangd] Print the Spelled RefKind. |
tree | commitdiff |
2020-02-13 |
Haojian Wu | Fix the mac buildbot failure. |
tree | commitdiff |
2020-02-13 |
Haojian Wu | [clangd] Query constructors in the index during rename. |
tree | commitdiff |
2020-02-11 |
Justin Lebar | Use std::foo_t rather than std::foo in LLVM. |
tree | commitdiff |
2020-02-11 |
Sam McCall | [clangd] Expose completion range in code completion... |
tree | commitdiff |
2020-02-11 |
Haojian Wu | [clang-rename] Fix the missing template constructors. |
tree | commitdiff |
2020-02-11 |
Haojian Wu | [clangd] Remove a FIXME which has been done, NFC. |
tree | commitdiff |
2020-02-10 |
Jan Korous | Reland "[clangd][test] Disable a particular testcase... |
tree | commitdiff |
2020-02-10 |
David Goldman | [clang] Add `forceReload` clangd extension to 'textDocu... |
tree | commitdiff |
2020-02-10 |
Kirill Bobyrev | [clangd] Support renaming designated initializers |
tree | commitdiff |
2020-02-06 |
Haojian Wu | [clangd] Set "spelled" flag for constructor references. |
tree | commitdiff |
2020-02-06 |
Haojian Wu | [clangd] don't rename on protobuf symbols. |
tree | commitdiff |
2020-02-06 |
Kirill Bobyrev | Fix build after D74112 |
tree | commitdiff |
2020-02-06 |
Kirill Bobyrev | [clangd] Filter out implicit references while renaming |
tree | commitdiff |
2020-02-06 |
Kirill Bobyrev | [clangd] Add a flag for spelled references in the Index |
tree | commitdiff |
2020-02-05 |
Haojian Wu | [clangd] Add the missing elaborated types in FindTarget. |
tree | commitdiff |
2020-02-05 |
Haojian Wu | [clangd] Pull out a isProtoFile function. |
tree | commitdiff |
2020-02-05 |
Kadir Cetinkaya | [clangd] Use printf instead of `echo -e` to be complian... |
tree | commitdiff |
2020-02-05 |
Kadir Cetinkaya | [clangd] Preserve -nostdinc and --sysroot when calling... |
tree | commitdiff |
2020-02-04 |
Sam McCall | [clangd] Don't assert when completing a lambda variable... |
tree | commitdiff |
2020-02-04 |
Sam McCall | Reland "[clangd] Mechanism to make update debounce... |
tree | commitdiff |
2020-02-04 |
Sam McCall | Revert "[clangd] Mechanism to make update debounce... |
tree | commitdiff |
next |