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
/
Index.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Add bool return type to Index::refs API.
Haojian Wu
2019-11-13
1
-1
/
+1
*
[clangd] Index API and implementations for relations
Nathan Ridge
2019-06-15
1
-0
/
+6
*
Moved Ref into its own header and implementation file
Dmitri Gribenko
2019-02-28
1
-47
/
+1
*
Moved Symbol into its own header and implementation file
Dmitri Gribenko
2019-02-28
1
-61
/
+0
*
Moved SymbolOrigin into its own header and implementation file
Dmitri Gribenko
2019-02-28
1
-10
/
+0
*
Moved SymbolLocation into its own header and implementation file
Dmitri Gribenko
2019-02-28
1
-24
/
+0
*
[clangd] Add type boost to fuzzy find in Dex.
Eric Liu
2019-02-06
1
-1
/
+3
*
[clangd] NFC: fix clang-tidy warnings.
Haojian Wu
2019-01-25
1
-4
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clangd] Remove 'using namespace llvm' from .cpp files. NFC
Ilya Biryukov
2019-01-07
1
-23
/
+22
*
[clangd][NFC] Move SymbolID to a separate file
Jan Korous
2018-11-27
1
-29
/
+0
*
[clangd] Replace StringRef in SymbolLocation with a char pointer.
Haojian Wu
2018-11-14
1
-1
/
+2
*
[clangd] Remember to serialize AnyScope in FuzzyFindRequest json.
Eric Liu
2018-11-12
1
-1
/
+2
*
[clangd] Truncate SymbolID to 16 bytes.
Sam McCall
2018-10-24
1
-2
/
+5
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-13
/
+13
*
[clangd] Remove the overflow log.
Haojian Wu
2018-10-19
1
-2
/
+0
*
[clangd] Clear the semantic of RefSlab::size.
Haojian Wu
2018-10-18
1
-1
/
+3
*
[clangd] Encode Line/Column as a 32-bits integer.
Haojian Wu
2018-10-18
1
-2
/
+22
*
[clangd] fix miscompiling lower_bound call
Jonas Toth
2018-10-09
1
-2
/
+3
*
[clangd] NFC: Migrate to LLVM STLExtras API where possible
Kirill Bobyrev
2018-10-07
1
-8
/
+6
*
[clangd] Fix error handling for SymbolID parsing (notably YAML and dexp)
Sam McCall
2018-09-18
1
-2
/
+7
*
[clangd] Cleanup FuzzyFindRequest filtering limit semantics
Kirill Bobyrev
2018-09-13
1
-5
/
+5
*
[clangd] NFC: Use uint32_t for FuzzyFindRequest limits
Kirill Bobyrev
2018-09-11
1
-11
/
+7
*
[clangd] Unbreak buildbots after r341802
Kirill Bobyrev
2018-09-10
1
-1
/
+1
*
[clangd] Implement FuzzyFindRequest JSON (de)serialization
Kirill Bobyrev
2018-09-10
1
-0
/
+27
*
[clangd] Add "Deprecated" field to Symbol and CodeCompletion.
Eric Liu
2018-09-06
1
-0
/
+11
*
[clangd] Define a compact binary serialization fomat for symbol slab/index.
Sam McCall
2018-09-04
1
-31
/
+15
*
[clangd] NFC: Change quality type to float
Kirill Bobyrev
2018-09-04
1
-1
/
+1
*
[clangd] SymbolOccurrences -> Refs and cleanup
Sam McCall
2018-09-04
1
-26
/
+26
*
[clangd] Factor out the data-swapping functionality from MemIndex/DexIndex.
Sam McCall
2018-09-03
1
-0
/
+31
*
[clangd] Support multiple #include headers in one symbol.
Eric Liu
2018-09-03
1
-1
/
+4
*
[clangd] Fix many typos. NFC
Fangrui Song
2018-09-01
1
-1
/
+1
*
[clangd] Flatten out Symbol::Details. It was ill-conceived, sorry.
Sam McCall
2018-08-31
1
-12
/
+3
*
[clangd] Collect symbol occurrences in SymbolCollector.
Haojian Wu
2018-08-31
1
-0
/
+43
*
[clangd] Simplify the code using UniqueStringSaver, NFC.
Haojian Wu
2018-08-20
1
-11
/
+5
*
[clangd] Make SymbolOrigin an enum class, rather than a plain enum.
Sam McCall
2018-07-06
1
-1
/
+1
*
[clangd] Track origins of symbols (various indexes, Sema).
Sam McCall
2018-07-05
1
-0
/
+10
*
[clangd] More precise representation of symbol names/labels in the index.
Sam McCall
2018-06-22
1
-4
/
+3
*
[clangd] Remove FilterText from the index.
Sam McCall
2018-06-22
1
-1
/
+0
*
[clangd] Incorporate #occurrences in scoring code complete results.
Sam McCall
2018-05-03
1
-0
/
+8
*
[clangd] Add "str()" method to SymbolID.
Haojian Wu
2018-04-25
1
-0
/
+7
*
[clangd] Add line and column number to the index symbol.
Haojian Wu
2018-04-13
1
-1
/
+2
*
[clangd] collect symbol #include & insert #include in global code completion.
Eric Liu
2018-02-16
1
-0
/
+1
*
[clangd] SymbolLocation only covers symbol name.
Haojian Wu
2018-02-13
1
-1
/
+1
*
[clangd] Collect definitions when indexing.
Sam McCall
2018-02-09
1
-0
/
+12
*
[clangd] Use URIs in index symbols.
Eric Liu
2018-02-06
1
-1
/
+1
*
[clangd] Improve const-correctness of Symbol->Detail. NFC
Sam McCall
2018-01-15
1
-6
/
+5
*
[clangd] Add more symbol information for code completion.
Eric Liu
2018-01-09
1
-0
/
+17
*
[clangd] Simplify code. No functionality change intended.
Benjamin Kramer
2017-12-28
1
-7
/
+1
*
[clangd] Use Builder for symbol slabs, and use sorted-vector for storage
Sam McCall
2017-12-23
1
-18
/
+54
[next]