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
/
Merge.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Simplify the code in Index::refs
Ilya Biryukov
2019-11-14
1
-6
/
+7
*
[clangd] Add bool return type to Index::refs API.
Haojian Wu
2019-11-13
1
-6
/
+12
*
[clangd] Fix a regression of not showing documentation from forward declarati...
Haojian Wu
2019-11-11
1
-5
/
+11
*
[clangd] If an undocumented definition exists, don't accept documentation fro...
Sam McCall
2019-10-07
1
-1
/
+4
*
[clangd] Index API and implementations for relations
Nathan Ridge
2019-06-15
1
-1
/
+26
*
Moved Symbol into its own header and implementation file
Dmitri Gribenko
2019-02-28
1
-0
/
+1
*
Moved SymbolOrigin into its own header and implementation file
Dmitri Gribenko
2019-02-28
1
-0
/
+1
*
Moved SymbolLocation into its own header and implementation file
Dmitri Gribenko
2019-02-28
1
-1
/
+1
*
[clangd] Prefer location from codegen files when merging symbols.
Eric Liu
2019-02-11
1
-5
/
+25
*
[clangd] Fix the `-Wtype-limits` warning, NFC
Haojian Wu
2019-01-22
1
-1
/
+0
*
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
-1
/
+11
*
[clangd] Remove 'using namespace llvm' from .cpp files. NFC
Ilya Biryukov
2019-01-07
1
-8
/
+9
*
[clangd] Don't miss the expected type in merge.
Haojian Wu
2018-12-20
1
-0
/
+2
*
[clangd] Replace StringRef in SymbolLocation with a char pointer.
Haojian Wu
2018-11-14
1
-1
/
+2
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-7
/
+5
*
[clangd] Remove an unused include header, NFC.
Haojian Wu
2018-10-15
1
-1
/
+0
*
[clangd] expose MergedIndex class
Sam McCall
2018-10-04
1
-104
/
+84
*
[clangd] Add more tracing to index queries. NFC
Eric Liu
2018-09-27
1
-1
/
+16
*
[clangd] Canonicalize include paths in clangd.
Eric Liu
2018-09-07
1
-1
/
+1
*
[clangd] Add "Deprecated" field to Symbol and CodeCompletion.
Eric Liu
2018-09-06
1
-0
/
+1
*
[clangd] SymbolOccurrences -> Refs and cleanup
Sam McCall
2018-09-04
1
-19
/
+15
*
[clangd] Support multiple #include headers in one symbol.
Eric Liu
2018-09-03
1
-2
/
+16
*
[clangd] Fix many typos. NFC
Fangrui Song
2018-09-01
1
-1
/
+1
*
[clangd] Implement findOccurrences interface in dynamic index.
Haojian Wu
2018-08-31
1
-1
/
+22
*
[clangd] Flatten out Symbol::Details. It was ill-conceived, sorry.
Sam McCall
2018-08-31
1
-21
/
+9
*
[clangd] Log memory usage of DexIndex and MemIndex
Kirill Bobyrev
2018-08-24
1
-0
/
+4
*
NFC: Enforce good formatting across multiple clang-tools-extra files
Kirill Bobyrev
2018-08-14
1
-2
/
+6
*
[clangd] Index Interfaces for Xrefs
Haojian Wu
2018-08-06
1
-0
/
+7
*
[clangd] Fix (most) naming warnings from clang-tidy. NFC
Ilya Biryukov
2018-07-26
1
-1
/
+1
*
[clangd] Make SymbolOrigin an enum class, rather than a plain enum.
Sam McCall
2018-07-06
1
-2
/
+1
*
[clangd] Track origins of symbols (various indexes, Sema).
Sam McCall
2018-07-05
1
-0
/
+3
*
[clangd] More precise representation of symbol names/labels in the index.
Sam McCall
2018-06-22
1
-8
/
+6
*
[clangd] Remove FilterText from the index.
Sam McCall
2018-06-22
1
-2
/
+0
*
[clangd] Add an interface that finds symbol by SymbolID in SymbolIndex.
Eric Liu
2018-03-14
1
-0
/
+22
*
[clangd] Collect the number of files referencing a symbol in the static index.
Sam McCall
2018-03-12
1
-0
/
+1
*
[clangd] Invert return value of fuzzyFind() (fix MemIndex's return value)
Sam McCall
2018-02-19
1
-1
/
+1
*
[clangd] collect symbol #include & insert #include in global code completion.
Eric Liu
2018-02-16
1
-0
/
+2
*
[clangd] Collect definitions when indexing.
Sam McCall
2018-02-09
1
-21
/
+29
*
[clangd] Use URIs in index symbols.
Eric Liu
2018-02-06
1
-1
/
+1
*
[clangd] Pass Context implicitly using TLS.
Sam McCall
2018-01-31
1
-4
/
+3
*
[clangd] Limit completion results.
Haojian Wu
2018-01-25
1
-1
/
+1
*
[clangd] Merge results from static/dynamic index.
Sam McCall
2018-01-15
1
-0
/
+98