index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang-tools-extra
/
clangd
/
index
/
dex
/
Dex.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Simplify the code in Index::refs
Ilya Biryukov
2019-11-14
1
-10
/
+5
*
[clangd] Add bool return type to Index::refs API.
Haojian Wu
2019-11-13
1
-2
/
+10
*
[clangd] Use our own relation kind.
Haojian Wu
2019-10-17
1
-1
/
+2
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[clangd] Fix off-by-one in CodeComplete and assertion in Dex
Sam McCall
2019-07-12
1
-2
/
+2
*
[clangd] Index API and implementations for relations
Nathan Ridge
2019-06-15
1
-2
/
+28
*
[clangd] Show template argument list in workspacesymbols and documentsymbols ...
Kadir Cetinkaya
2019-04-12
1
-9
/
+0
*
Revert "[clangd] Print arguments in template specializations"
Jordan Rupprecht
2019-03-20
1
-0
/
+9
*
[clangd] Print arguments in template specializations
Kadir Cetinkaya
2019-03-20
1
-9
/
+0
*
[clangd] Store explicit template specializations in index for code navigation...
Kadir Cetinkaya
2019-03-14
1
-0
/
+9
*
[clangd] Add type boost to fuzzy find in Dex.
Eric Liu
2019-02-06
1
-43
/
+56
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clangd] Add Limit parameter for xref.
Haojian Wu
2019-01-14
1
-2
/
+7
*
[clangd] Remove 'using namespace llvm' from .cpp files. NFC
Ilya Biryukov
2019-01-07
1
-17
/
+16
*
[clangd] Cleanup: stop passing around list of supported URI schemes.
Eric Liu
2018-11-22
1
-18
/
+10
*
[clangd] Replace StringRef in SymbolLocation with a char pointer.
Haojian Wu
2018-11-14
1
-1
/
+1
*
[clangd] Get rid of QueryScopes.empty() == AnyScope special case.
Eric Liu
2018-11-06
1
-1
/
+1
*
[clangd] Fix unqualified make_unique after r344850. NFC
Sam McCall
2018-10-20
1
-2
/
+2
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-20
/
+18
*
[clangd] NFC: Migrate to LLVM STLExtras API where possible
Kirill Bobyrev
2018-10-07
1
-2
/
+1
*
[clangd] Simplify Dex query tree logic and fix missing-posting-list bug
Sam McCall
2018-10-04
1
-42
/
+25
*
[cland] Dex: fix/simplify short-trigram generation
Sam McCall
2018-10-04
1
-1
/
+3
*
[clangd] Support refs() in dex. Largely cloned from MemIndex.
Sam McCall
2018-10-04
1
-1
/
+14
*
Reland r343589 "[clangd] Dex: add Corpus factory for iterators, rename, fold ...
Sam McCall
2018-10-02
1
-13
/
+15
*
Revert r343589 "[clangd] Dex: add Corpus factory for iterators, rename, fold ...
Reid Kleckner
2018-10-02
1
-15
/
+13
*
[clangd] Dex: add Corpus factory for iterators, rename, fold constant. NFC
Sam McCall
2018-10-02
1
-13
/
+15
*
[clangd] Dex iterator printer shows query structure, not iterator state.
Sam McCall
2018-10-02
1
-9
/
+13
*
[clangd] Query dex index using query-style trigrams, not identifier-style tri...
Sam McCall
2018-10-01
1
-1
/
+1
*
[clangd] Initial supoprt for cross-namespace global code completion.
Eric Liu
2018-09-27
1
-0
/
+6
*
[clangd] Add more tracing to index queries. NFC
Eric Liu
2018-09-27
1
-0
/
+5
*
[clangd] Fix bugs with incorrect memory estimate report
Kirill Bobyrev
2018-09-26
1
-5
/
+2
*
[clangd] NFC: Simplify code, enforce LLVM Coding Standards
Kirill Bobyrev
2018-09-25
1
-1
/
+1
*
[clangd] Implement VByte PostingList compression
Kirill Bobyrev
2018-09-25
1
-2
/
+2
*
[clangd] Force Dex to respect symbol collector flags
Kirill Bobyrev
2018-09-24
1
-0
/
+10
*
[clangd] Introduce PostingList interface
Kirill Bobyrev
2018-09-13
1
-6
/
+12
*
[clangd] Cleanup FuzzyFindRequest filtering limit semantics
Kirill Bobyrev
2018-09-13
1
-4
/
+5
*
[clangd] Add symbol slab size to index memory consumption estimates
Kirill Bobyrev
2018-09-10
1
-8
/
+6
*
[clangd] NFC: Rename DexIndex to Dex
Kirill Bobyrev
2018-09-10
1
-0
/
+270