aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2018-02-27ReleaseNotes: tidy up, fix some links etc.Hans Wennborg1-82/+57
2018-02-22docs: remove in-progress warningsHans Wennborg1-14/+3
2018-02-12Merging r323040:Hans Wennborg1-4/+3
2018-01-04Merging r321762:Hans Wennborg2-2/+9
2017-12-29[clangd] Properly set filterText for index-based completion itemsIlya Biryukov2-5/+15
2017-12-28Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer1-5/+4
2017-12-28[clangd] Get rid of unnecessary global variable. No functionality change.Benjamin Kramer2-2/+2
2017-12-28[clangd] Simplify code. No functionality change intended.Benjamin Kramer7-34/+23
2017-12-28[clangd] Skip function bodies when building the preambleIlya Biryukov1-0/+10
2017-12-23[clangd] Use Builder for symbol slabs, and use sorted-vector for storageSam McCall11-119/+177
2017-12-22Reformatting Fuchsia overloaded operator testJulie Hockett1-1/+1
2017-12-22[clang-tidy] Adding Fuchsia checker for overloaded operatorsJulie Hockett8-1/+121
2017-12-22[clangd] Add a tool to build YAML-format global symbols.Haojian Wu4-0/+134
2017-12-22[clangd] Simplify GlobalCompilationDatabase, cache missing GCDsSam McCall2-47/+23
2017-12-22[clangd] Improve packing of Symbol struct. NFCSam McCall2-4/+10
2017-12-21Update test after r321312Paul Robinson1-3/+2
2017-12-21[clangd] Don't re-hash SymbolID in maps, just use the SHA1 dataSam McCall2-2/+4
2017-12-21[clangd] Fix use after free.Benjamin Kramer1-3/+4
2017-12-21[clangd] Index symbols share storage within a slab.Sam McCall5-14/+35
2017-12-21[clangd] Log more info about preamblesIlya Biryukov1-2/+10
2017-12-21[clangd] Use the clang-tools-extra as the official repo for `vscode-clangd` e...Haojian Wu4-15/+88
2017-12-20[clangd-fuzzer] Update ClangdLSPServer constructor call.Matt Morehouse1-1/+2
2017-12-20[clangd] Pull CodeCompletionString handling logic into its own file and add u...Eric Liu7-211/+393
2017-12-20[clangd] Remove an unused lambda capture.Eric Liu1-1/+1
2017-12-20[clangd] Switch xrefs and documenthighlight to annotated-code unit tests. NFCSam McCall9-500/+462
2017-12-20[clangd] Made UniqueFunction's bool conversion explicitIlya Biryukov1-1/+1
2017-12-20Fix an error in the release notes.Gabor Horvath1-1/+1
2017-12-20[clang-tidy] Misc redundant expression checker updated for ineffective bitwis...Gabor Horvath3-2/+193
2017-12-20[clangd] Add debug printers for basic protocol types. NFCSam McCall3-4/+23
2017-12-20[clangd] Igore cases in index fuzzy find.Eric Liu2-1/+11
2017-12-20[clangd] Add "../" to Logger.h included from parent directory.Martin Bohme1-1/+1
2017-12-19[clangd] Don't use the optional "severity" when comparing Diagnostic.Haojian Wu2-9/+11
2017-12-19[clangd] Supress a log warning by putting it behind a condition.Eric Liu1-2/+3
2017-12-19[clangd] Build dynamic index and use it for code completion.Eric Liu10-15/+99
2017-12-19[clangd] Split findDefs/highlights into XRefs, from ClangdUnit. NFCSam McCall6-260/+307
2017-12-19[clangd] Fix warnings/compiler pickiness after r321083Sam McCall2-2/+2
2017-12-19[clangd] Index-based code completion.Eric Liu9-32/+297
2017-12-19[clangd] Expose offset <-> LSP position functions, and fix bugsSam McCall9-30/+152
2017-12-19[clangd] Support filtering by fixing scopes in fuzzyFind.Eric Liu7-38/+152
2017-12-19[clangd] Add unit tests for signature help. SigHelp/CodeComplete lit tests ar...Sam McCall3-175/+124
2017-12-18Fix more inconsistent line endings. NFC.Dimitry Andric2-156/+156
2017-12-18[clangd] Update documentation page with new features, instructionsMarc-Andre Laperle1-8/+25
2017-12-18[clangd] in VSCode client, filter extensions properly and only accept file: URIsSam McCall1-4/+4
2017-12-15[clang-tidy] Adding Fuchsia checker for virtual inheritanceJulie Hockett8-0/+142
2017-12-15[clangd] Build in-memory index on symbols in files.Eric Liu6-102/+260
2017-12-14[clangd] Put all #includes in one block in clangd source files. NFCEric Liu15-23/+10
2017-12-14Add support for NOLINT and NOLINTNEXTLINE comments mentioning specific check ...Aaron Ballman5-12/+124
2017-12-14[clangd] Changed tracing interfacesIlya Biryukov2-24/+44
2017-12-14[clangd] Implemented tracing using ContextIlya Biryukov6-58/+90
2017-12-14[clangd] Add a FileSymbols container that manages symbols from multiple files.Eric Liu5-1/+195