aboutsummaryrefslogtreecommitdiff
path: root/clangd
AgeCommit message (Expand)Author
2019-05-03[clangd] Also perform merging for symbol definitionsKadir Cetinkaya
2019-05-03[clangd] Minor code style cleanups in Protocol.h. NFCIlya Biryukov
2019-05-02[clangd][xpc] Cannonicalize value of CLANGD_BUILD_XPC before cachingJan Korous
2019-05-02Reapply r359778: [clangd] Fix code completion of macros defined in the preamb...Sam McCall
2019-05-02Revert rL359778 : [clangd] Fix code completion of macros defined in the pream...Simon Pilgrim
2019-05-02[clangd] Fix code completion of macros defined in the preamble region of the ...Sam McCall
2019-05-02[clangd] Improvements to header mapping: more precise parsing of cppreference...Sam McCall
2019-05-02[clangd] Standard library mapping: prefer "primary" versions of functions ove...Sam McCall
2019-05-02[clangd] Restore conventional names for lit configs, and .in/.py split. Fix b...Sam McCall
2019-05-01[clangd] Delete an unused declarationFangrui Song
2019-04-30[clangd] gen_std uses multiprocessing pool to be fast. While here, log ambigu...Sam McCall
2019-04-30Fix Wpedantic "default argument specified for lambda parameter" warning. NFCI.Simon Pilgrim
2019-04-29[clangd][xpc] Fix XPC unittestsJan Korous
2019-04-29[clangd] Fix serialization logic for Origin and Flags.Kadir Cetinkaya
2019-04-29[clangd] Add separate unit tests for CanonicalIncludes. NFCSam McCall
2019-04-29[clangd] Fix unittests CMake rulesSam McCall
2019-04-29[clangd] Fix windows buildbot, remove stray file after r359424. NFCSam McCall
2019-04-29[clangd] Surface diagnostics from headers inside main fileKadir Cetinkaya
2019-04-29[clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall
2019-04-26[clangd] Remove unused ClangdServer::dynamicIndex(). NFCIlya Biryukov
2019-04-26[clangd] Query index in code completion no-compile mode.Sam McCall
2019-04-25[clangd] Optimize "don't include me" check.Sam McCall
2019-04-25[clangd] Use JSON streaming API for Trace rather than pasting strings. NFCSam McCall
2019-04-22[clangd] Support dependent bases in type hierarchyFangrui Song
2019-04-18[CodeComplete] Remove obsolete isOutputBinary().Sam McCall
2019-04-18[clangd] Support relatedInformation in diagnostics.Sam McCall
2019-04-18[clangd] Use llvm::set_thread_priority in background-indexKadir Cetinkaya
2019-04-18[clangd] Emit better error messages when rename fails.Haojian Wu
2019-04-18[clangd] Log verbosely (LSP bodies) in lit tests. NFCSam McCall
2019-04-17[clangd] Strip the ' [some-check-name]' suffix from clang-tidy diagnostics. T...Sam McCall
2019-04-17[clangd] Use shorter, more recognizable codes for diagnostics.Sam McCall
2019-04-17[clangd] Recognize "don't include me directly" pattern, and suppress include ...Sam McCall
2019-04-17[clangd] Include textual diagnostic ID as Diagnostic.code.Sam McCall
2019-04-17[clangd] Include insertion: require header guards, drop other heuristics, tre...Sam McCall
2019-04-17[clangd] lower_bound -> bsearch, NFCSam McCall
2019-04-17clangd: Change Windows.h to windows.h.Peter Collingbourne
2019-04-16[clangd] Check file path of declaring header when deciding whether to insert ...Eric Liu
2019-04-15[clangd] Fallback to OrigD when SLoc is invalidKadir Cetinkaya
2019-04-15[clangd] Wait for compile command in ASTWorker instead of ClangdServerEric Liu
2019-04-15[clangd] Bump clangd-index version for TemplateArgument changesKadir Cetinkaya
2019-04-12[clangd] Enable clang-tidy by default.Haojian Wu
2019-04-12[clangd] Show template argument list in workspacesymbols and documentsymbols ...Kadir Cetinkaya
2019-04-12[clangd] Add TemplateArgumentList into SymbolKadir Cetinkaya
2019-04-12[clangd] Print template arguments helperKadir Cetinkaya
2019-04-11[clangd] Use identifiers in file as completion candidates when build is not r...Eric Liu
2019-04-11[clangd] Include compile command heuristic in logsSam McCall
2019-04-10clangd-fuzzer: repair the buildSaleem Abdulrasool
2019-04-10clangd: fix the build with XPCSaleem Abdulrasool
2019-04-10[clangd] Fix non-indexing of builtin functions like printf when the TU is CSam McCall
2019-04-10[clangd] Use #if CLANGD_BUILD_XPC because it may be defined as 0Fangrui Song