aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-02Merge 80b6bd26 for LLVM update to 353983HEADmastermainllvm-r353983Yi Kong
2019-02-27Revert "Don't build clangd for mingw"Pirama Arumuga Nainar
2019-02-13[clangd] Handle a few more diag kinds in include fixer.Eric Liu
2019-02-12[clangd] Fix a lit-test.Kadir Cetinkaya
2019-02-12[clangd] Fix use-after-free in XRefsSam McCall
2019-02-11[NFC][clangd] Remove unused lambda captureFrancis Visoiu Mistrih
2019-02-11Revamp the "[clangd] Format tweak's replacements"Haojian Wu
2019-02-11[clangd] Prefer location from codegen files when merging symbols.Eric Liu
2019-02-11[clangd] Index parameters in function declsKadir Cetinkaya
2019-02-11[clangd] Fix broken windows build bots.Kadir Cetinkaya
2019-02-11[clangd] Make system header mappings available for PreambleParsedCallbackKadir Cetinkaya
2019-02-08[clang-tidy] Don't use assignment for value-initialized enumsMalcolm Parsons
2019-02-08[clang-tidy] Add options to bugprone-argument-comment to add missing argument...Paul Hoad
2019-02-08[clang-tidy][NFC] Fix typo.Yitzhak Mandelbaum
2019-02-08[clang-tidy][NFC] Test commit. Add missing comma.Yitzhak Mandelbaum
2019-02-08[clangd] Fix an assertion in TypoCorrection.Eric Liu
2019-02-07[clangd] Mention indexing in docs.Kadir Cetinkaya
2019-02-07[clangd] Reduce number of threads used by BackgroundIndex to number of physic...Kadir Cetinkaya
2019-02-07[clangd] Fix an assertion failure in Selection.Haojian Wu
2019-02-07[ELF] Format lines inadvertently indented by rCTE353380Fangrui Song
2019-02-07[clangd] Use Dex for dynamic index by default.Eric Liu
2019-02-07[clang-tidy] Fixed a std::bind() transformationJonas Toth
2019-02-07[clang-tidy] Expand and clarify the NOLINT documentation a bit.Alexander Kornienko
2019-02-07[clangd] Suggest adding missing includes for typos (like include-fixer).Eric Liu
2019-02-06[clang-tidy] modernize-avoid-c-arrays: avoid main function (PR40604)Roman Lebedev
2019-02-06[clangd] Add type boost to fuzzy find in Dex.Eric Liu
2019-02-06[clangd] Bump vscode-clangd v0.0.11Haojian Wu
2019-02-06[clangd] Format tweak's replacements.Haojian Wu
2019-02-06[clangd] Update dev dependencies of clangd-vscodeIlya Biryukov
2019-02-06[clangd] Enable clangd on Objective-C in VSCodeIlya Biryukov
2019-02-06[clangd] Add CLI flag "-clang-tidy" to enable/disable running clang-tidy checks.Haojian Wu
2019-02-06[clangd] Some minor fixes.Haojian Wu
2019-02-04[clang-tidy] Handle unions with existing default-member-initMalcolm Parsons
2019-02-04[clang-tidy] Add the abseil-duration-unnecessary-conversion checkHyrum Wright
2019-02-04[clangd] Enable include insertion for static indexKadir Cetinkaya
2019-02-04[clangd] Bump vscode-clangd v0.0.10Haojian Wu
2019-02-04[clangd] Update vscode dependenciesHaojian Wu
2019-02-03Remove trailing semicolon. NFCI.Simon Pilgrim
2019-02-03Remove trailing semicolon. NFCI.Simon Pilgrim
2019-02-02Revert rCTE352968 due to compilation failures 💥Stephane Moore
2019-02-02[clang-tidy] Make google-objc-function-naming ignore implicit functions 🙈Stephane Moore
2019-02-02[clang-tidy] Rename time lookup functions; NFCHyrum Wright
2019-02-02[clangd] Fix heap-use-after-free after r352868Eric Liu
2019-02-02[Clangd] textDocument/definition and textDocument/declaration "bounce" betwee...Sam McCall
2019-02-01[clangd] Expose SelectionTree to code tweaks, and use it for swap if branches.Sam McCall
2019-02-01[clangd] Lib to compute and represent selection under cursor.Sam McCall
2019-02-01[clangd] Lib to compute and represent selection under cursor.Sam McCall
2019-02-01[clangd] Penalize file-scope symbols in the ranking for non-completion queriesSam McCall
2019-02-01[clangd] Implement textDocument/declaration from LSP 3.14Sam McCall
2019-02-01[clangd] Use delimited style to make life easier for the fuzzerSam McCall