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
/
FileIndex.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Add xref for macros to FileIndex.
Utkarsh Saxena
2020-01-08
1
-1
/
+1
*
[NFC] Fix typos in Clangd and Clang
Kirill Bobyrev
2019-12-16
1
-1
/
+1
*
Avoid including Builtins.h in Preprocessor.h
Reid Kleckner
2019-11-15
1
-0
/
+1
*
[clangd] Move getBeginningOfIdentifier from ClangdUnit to SourceCode. Drop de...
Sam McCall
2019-09-03
1
-1
/
+2
*
[clangd] Index API and implementations for relations
Nathan Ridge
2019-06-15
1
-4
/
+9
*
[clangd] Count number of references while merging RefSlabs inside FileIndex
Kadir Cetinkaya
2019-05-09
1
-3
/
+11
*
Moved Symbol into its own header and implementation file
Dmitri Gribenko
2019-02-28
1
-0
/
+1
*
[clangd] Enable include insertion for static index
Kadir Cetinkaya
2019-02-04
1
-3
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clangd] Cleanup: stop passing around list of supported URI schemes.
Eric Liu
2018-11-22
1
-12
/
+5
*
[clangd] auto-index stores symbols per-file instead of per-TU.
Eric Liu
2018-11-06
1
-1
/
+11
*
[clangd] Optionally use dex for the preamble parts of the dynamic index.
Sam McCall
2018-10-16
1
-2
/
+12
*
[clangd] expose MergedIndex class
Sam McCall
2018-10-04
1
-6
/
+2
*
[clangd] Get rid of Decls parameter in indexMainDecls. NFC
Eric Liu
2018-09-18
1
-6
/
+6
*
[clangd] Merge ClangdServer::DynamicIndex into FileIndex. NFC.
Eric Liu
2018-09-18
1
-20
/
+48
*
[clangd] Canonicalize include paths in clangd.
Eric Liu
2018-09-07
1
-1
/
+1
*
[clangd] SymbolOccurrences -> Refs and cleanup
Sam McCall
2018-09-04
1
-8
/
+8
*
[clangd] Factor out the data-swapping functionality from MemIndex/DexIndex.
Sam McCall
2018-09-03
1
-28
/
+12
*
[clangd] Fix many typos. NFC
Fangrui Song
2018-09-01
1
-2
/
+2
*
[clangd] Implement findOccurrences interface in dynamic index.
Haojian Wu
2018-08-31
1
-5
/
+12
*
[clangd] Log memory usage of DexIndex and MemIndex
Kirill Bobyrev
2018-08-24
1
-0
/
+3
*
[clangd] Make FileIndex aware of the main file
Ilya Biryukov
2018-08-22
1
-3
/
+11
*
NFC: Enforce good formatting across multiple clang-tools-extra files
Kirill Bobyrev
2018-08-14
1
-1
/
+1
*
[clangd] Index Interfaces for Xrefs
Haojian Wu
2018-08-06
1
-0
/
+4
*
[clangd] Customizable URI schemes for dynamic index.
Eric Liu
2018-06-15
1
-1
/
+8
*
[clangd] Build index on preamble changes instead of the AST changes
Ilya Biryukov
2018-05-24
1
-3
/
+6
*
[clangd] Using index for GoToDefinition.
Haojian Wu
2018-04-30
1
-0
/
+4
*
[clangd] Add an interface that finds symbol by SymbolID in SymbolIndex.
Eric Liu
2018-03-14
1
-0
/
+3
*
[clangd] Pass Context implicitly using TLS.
Sam McCall
2018-01-31
1
-3
/
+2
*
[clangd] Simplify code. No functionality change intended.
Benjamin Kramer
2017-12-28
1
-2
/
+3
*
[clangd] Index-based code completion.
Eric Liu
2017-12-19
1
-2
/
+2
*
[clangd] Build in-memory index on symbols in files.
Eric Liu
2017-12-15
1
-0
/
+74