aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-27ReleaseNotes: tidy up, fix some links etc.release_60Hans Wennborg
2018-02-22docs: remove in-progress warningsHans Wennborg
2018-02-12Merging r323040:Hans Wennborg
2018-01-04Merging r321762:Hans Wennborg
2018-01-03Creating release_60 branch off revision 321711Hans Wennborg
2017-12-29[clangd] Properly set filterText for index-based completion itemsIlya Biryukov
2017-12-28Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer
2017-12-28[clangd] Get rid of unnecessary global variable. No functionality change.Benjamin Kramer
2017-12-28[clangd] Simplify code. No functionality change intended.Benjamin Kramer
2017-12-28[clangd] Skip function bodies when building the preambleIlya Biryukov
2017-12-23[clangd] Use Builder for symbol slabs, and use sorted-vector for storageSam McCall
2017-12-22Reformatting Fuchsia overloaded operator testJulie Hockett
2017-12-22[clang-tidy] Adding Fuchsia checker for overloaded operatorsJulie Hockett
2017-12-22[clangd] Add a tool to build YAML-format global symbols.Haojian Wu
2017-12-22[clangd] Simplify GlobalCompilationDatabase, cache missing GCDsSam McCall
2017-12-22[clangd] Improve packing of Symbol struct. NFCSam McCall
2017-12-21Update test after r321312Paul Robinson
2017-12-21[clangd] Don't re-hash SymbolID in maps, just use the SHA1 dataSam McCall
2017-12-21[clangd] Fix use after free.Benjamin Kramer
2017-12-21[clangd] Index symbols share storage within a slab.Sam McCall
2017-12-21[clangd] Log more info about preamblesIlya Biryukov
2017-12-21[clangd] Use the clang-tools-extra as the official repo for `vscode-clangd` e...Haojian Wu
2017-12-20[clangd-fuzzer] Update ClangdLSPServer constructor call.Matt Morehouse
2017-12-20[clangd] Pull CodeCompletionString handling logic into its own file and add u...Eric Liu
2017-12-20[clangd] Remove an unused lambda capture.Eric Liu
2017-12-20[clangd] Switch xrefs and documenthighlight to annotated-code unit tests. NFCSam McCall
2017-12-20[clangd] Made UniqueFunction's bool conversion explicitIlya Biryukov
2017-12-20Fix an error in the release notes.Gabor Horvath
2017-12-20[clang-tidy] Misc redundant expression checker updated for ineffective bitwis...Gabor Horvath
2017-12-20[clangd] Add debug printers for basic protocol types. NFCSam McCall
2017-12-20[clangd] Igore cases in index fuzzy find.Eric Liu
2017-12-20[clangd] Add "../" to Logger.h included from parent directory.Martin Bohme
2017-12-19[clangd] Don't use the optional "severity" when comparing Diagnostic.Haojian Wu
2017-12-19[clangd] Supress a log warning by putting it behind a condition.Eric Liu
2017-12-19[clangd] Build dynamic index and use it for code completion.Eric Liu
2017-12-19[clangd] Split findDefs/highlights into XRefs, from ClangdUnit. NFCSam McCall
2017-12-19[clangd] Fix warnings/compiler pickiness after r321083Sam McCall
2017-12-19[clangd] Index-based code completion.Eric Liu
2017-12-19[clangd] Expose offset <-> LSP position functions, and fix bugsSam McCall
2017-12-19[clangd] Support filtering by fixing scopes in fuzzyFind.Eric Liu
2017-12-19[clangd] Add unit tests for signature help. SigHelp/CodeComplete lit tests ar...Sam McCall
2017-12-18Fix more inconsistent line endings. NFC.Dimitry Andric
2017-12-18[clangd] Update documentation page with new features, instructionsMarc-Andre Laperle
2017-12-18[clangd] in VSCode client, filter extensions properly and only accept file: URIsSam McCall
2017-12-15[clang-tidy] Adding Fuchsia checker for virtual inheritanceJulie Hockett
2017-12-15[clangd] Build in-memory index on symbols in files.Eric Liu
2017-12-14[clangd] Put all #includes in one block in clangd source files. NFCEric Liu
2017-12-14Add support for NOLINT and NOLINTNEXTLINE comments mentioning specific check ...Aaron Ballman
2017-12-14[clangd] Changed tracing interfacesIlya Biryukov
2017-12-14[clangd] Implemented tracing using ContextIlya Biryukov