index
:
clang/clang-tools-extra.git
release_60-based
release_70-based
release_80-based
upstream/master
upstream/release_32
upstream/release_33
upstream/release_34
upstream/release_35
upstream/release_35@215016
upstream/release_36
upstream/release_37
upstream/release_38
upstream/release_39
upstream/release_40
upstream/release_50
upstream/release_60
upstream/release_70
upstream/release_80
upstream/release_90
upstream/stable
upstream/testing
(deprecated) Vendor branches of https://git.llvm.org/git/clang-tools-extra.git , use clang/llvm-project instead.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update test after r321312
Paul Robinson
2017-12-21
1
-3
/
+2
*
[clangd] Don't re-hash SymbolID in maps, just use the SHA1 data
Sam McCall
2017-12-21
2
-2
/
+4
*
[clangd] Fix use after free.
Benjamin Kramer
2017-12-21
1
-3
/
+4
*
[clangd] Index symbols share storage within a slab.
Sam McCall
2017-12-21
5
-14
/
+35
*
[clangd] Log more info about preambles
Ilya Biryukov
2017-12-21
1
-2
/
+10
*
[clangd] Use the clang-tools-extra as the official repo for `vscode-clangd` e...
Haojian Wu
2017-12-21
4
-15
/
+88
*
[clangd-fuzzer] Update ClangdLSPServer constructor call.
Matt Morehouse
2017-12-20
1
-1
/
+2
*
[clangd] Pull CodeCompletionString handling logic into its own file and add u...
Eric Liu
2017-12-20
7
-211
/
+393
*
[clangd] Remove an unused lambda capture.
Eric Liu
2017-12-20
1
-1
/
+1
*
[clangd] Switch xrefs and documenthighlight to annotated-code unit tests. NFC
Sam McCall
2017-12-20
9
-500
/
+462
*
[clangd] Made UniqueFunction's bool conversion explicit
Ilya Biryukov
2017-12-20
1
-1
/
+1
*
Fix an error in the release notes.
Gabor Horvath
2017-12-20
1
-1
/
+1
*
[clang-tidy] Misc redundant expression checker updated for ineffective bitwis...
Gabor Horvath
2017-12-20
3
-2
/
+193
*
[clangd] Add debug printers for basic protocol types. NFC
Sam McCall
2017-12-20
3
-4
/
+23
*
[clangd] Igore cases in index fuzzy find.
Eric Liu
2017-12-20
2
-1
/
+11
*
[clangd] Add "../" to Logger.h included from parent directory.
Martin Bohme
2017-12-20
1
-1
/
+1
*
[clangd] Don't use the optional "severity" when comparing Diagnostic.
Haojian Wu
2017-12-19
2
-9
/
+11
*
[clangd] Supress a log warning by putting it behind a condition.
Eric Liu
2017-12-19
1
-2
/
+3
*
[clangd] Build dynamic index and use it for code completion.
Eric Liu
2017-12-19
10
-15
/
+99
*
[clangd] Split findDefs/highlights into XRefs, from ClangdUnit. NFC
Sam McCall
2017-12-19
6
-260
/
+307
*
[clangd] Fix warnings/compiler pickiness after r321083
Sam McCall
2017-12-19
2
-2
/
+2
*
[clangd] Index-based code completion.
Eric Liu
2017-12-19
9
-32
/
+297
*
[clangd] Expose offset <-> LSP position functions, and fix bugs
Sam McCall
2017-12-19
9
-30
/
+152
*
[clangd] Support filtering by fixing scopes in fuzzyFind.
Eric Liu
2017-12-19
7
-38
/
+152
*
[clangd] Add unit tests for signature help. SigHelp/CodeComplete lit tests ar...
Sam McCall
2017-12-19
3
-175
/
+124
*
Fix more inconsistent line endings. NFC.
Dimitry Andric
2017-12-18
2
-156
/
+156
*
[clangd] Update documentation page with new features, instructions
Marc-Andre Laperle
2017-12-18
1
-8
/
+25
*
[clangd] in VSCode client, filter extensions properly and only accept file: URIs
Sam McCall
2017-12-18
1
-4
/
+4
*
[clang-tidy] Adding Fuchsia checker for virtual inheritance
Julie Hockett
2017-12-15
8
-0
/
+142
*
[clangd] Build in-memory index on symbols in files.
Eric Liu
2017-12-15
6
-102
/
+260
*
[clangd] Put all #includes in one block in clangd source files. NFC
Eric Liu
2017-12-14
15
-23
/
+10
*
Add support for NOLINT and NOLINTNEXTLINE comments mentioning specific check ...
Aaron Ballman
2017-12-14
5
-12
/
+124
*
[clangd] Changed tracing interfaces
Ilya Biryukov
2017-12-14
2
-24
/
+44
*
[clangd] Implemented tracing using Context
Ilya Biryukov
2017-12-14
6
-58
/
+90
*
[clangd] Add a FileSymbols container that manages symbols from multiple files.
Eric Liu
2017-12-14
5
-1
/
+195
*
[clangd] Fix a potential use-after-move bug.
Eric Liu
2017-12-14
1
-1
/
+2
*
[clangd] Construct SymbolSlab from YAML format.
Haojian Wu
2017-12-14
6
-6
/
+255
*
[clangd] Symbol index interfaces and an in-memory index implementation.
Eric Liu
2017-12-14
6
-0
/
+238
*
[clangd] Fix the unitttest build error on buildbot.
Haojian Wu
2017-12-14
1
-0
/
+1
*
[clangd] Fix bool conversion operator of UniqueFunction
Ilya Biryukov
2017-12-13
1
-1
/
+1
*
[clangd] Try to workaround MSVC compilation failure.
Ilya Biryukov
2017-12-13
1
-0
/
+5
*
[clangd] clang-format the source code. NFC
Ilya Biryukov
2017-12-13
5
-24
/
+15
*
[clangd] Implemented logging using Context
Ilya Biryukov
2017-12-13
21
-402
/
+486
*
[clangd] Remove the const specifier of the takeSymbol method
Haojian Wu
2017-12-13
1
-1
/
+1
*
[clangd] Emit ranges for clangd diagnostics, and fix off-by-one positions
Sam McCall
2017-12-13
8
-44
/
+102
*
[clangd] Overload hash_value for SymbolID, fix struct/class warning
Sam McCall
2017-12-13
1
-3
/
+5
*
[clangd] (Attempt to) read clang-format file for document formatting
Raoul Wols
2017-12-12
3
-36
/
+75
*
[clangd] Introduce a "Symbol" class.
Haojian Wu
2017-12-12
7
-0
/
+443
*
[clangd] Removed unused variable. NFC
Ilya Biryukov
2017-12-12
1
-1
/
+1
*
[clangd] clang-format the code. NFC
Ilya Biryukov
2017-12-12
3
-5
/
+5
[next]