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
/
unittests
/
clangd
/
FileIndexTests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Move clangd tests to clangd directory. check-clangd is no longer par...
Sam McCall
2019-04-29
1
-371
/
+0
*
[clangd] Include insertion: require header guards, drop other heuristics, tre...
Sam McCall
2019-04-17
1
-60
/
+11
*
[clangd] Stop passing around PCHContainerOperations, just create it in place....
Sam McCall
2019-04-04
1
-18
/
+16
*
[clangd] Fix broken windows build bots.
Kadir Cetinkaya
2019-02-11
1
-2
/
+2
*
[clangd] Make system header mappings available for PreambleParsedCallback
Kadir Cetinkaya
2019-02-11
1
-0
/
+33
*
[clangd] Enable include insertion for static index
Kadir Cetinkaya
2019-02-04
1
-8
/
+14
*
[clangd] Suggest adding missing includes for incomplete type diagnostics.
Eric Liu
2019-01-28
1
-1
/
+1
*
[clangd] Support clang-tidy configuration in clangd.
Haojian Wu
2019-01-22
1
-1
/
+2
*
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
-9
/
+10
*
[clangd] clang-format everything. NFC
Ilya Biryukov
2019-01-03
1
-7
/
+5
*
[clangd] Cleanup: stop passing around list of supported URI schemes.
Eric Liu
2018-11-22
1
-2
/
+2
*
[clangd] Replace StringRef in SymbolLocation with a char pointer.
Haojian Wu
2018-11-14
1
-5
/
+7
*
[clangd] auto-index stores symbols per-file instead of per-TU.
Eric Liu
2018-11-06
1
-8
/
+23
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-9
/
+9
*
[clangd] Encode Line/Column as a 32-bits integer.
Haojian Wu
2018-10-18
1
-4
/
+4
*
[clangd] Optionally use dex for the preamble parts of the dynamic index.
Sam McCall
2018-10-16
1
-8
/
+9
*
[clangd] Use SyncAPI in more places in tests. NFC
Sam McCall
2018-10-15
1
-86
/
+50
*
[clangd] Fix some references missing in dynamic index.
Haojian Wu
2018-10-15
1
-0
/
+51
*
[clangd] expose MergedIndex class
Sam McCall
2018-10-04
1
-7
/
+7
*
[clangd] Store preamble macros in dynamic index.
Eric Liu
2018-09-19
1
-0
/
+16
*
[clangd] Get rid of Decls parameter in indexMainDecls. NFC
Eric Liu
2018-09-18
1
-2
/
+2
*
[clangd] Merge ClangdServer::DynamicIndex into FileIndex. NFC.
Eric Liu
2018-09-18
1
-31
/
+11
*
[clangd] SymbolOccurrences -> Refs and cleanup
Sam McCall
2018-09-04
1
-47
/
+37
*
[clangd] Some nitpicking around the new split (preamble/main) dynamic index
Sam McCall
2018-09-03
1
-3
/
+2
*
[clangd] Factor out the data-swapping functionality from MemIndex/DexIndex.
Sam McCall
2018-09-03
1
-26
/
+25
*
[clangd] Support multiple #include headers in one symbol.
Eric Liu
2018-09-03
1
-1
/
+1
*
[clangd] Implement findOccurrences interface in dynamic index.
Haojian Wu
2018-08-31
1
-6
/
+98
*
[clangd] Flatten out Symbol::Details. It was ill-conceived, sorry.
Sam McCall
2018-08-31
1
-1
/
+1
*
[clangd] More precise representation of symbol names/labels in the index.
Sam McCall
2018-06-22
1
-7
/
+4
*
[clangd] Customizable URI schemes for dynamic index.
Eric Liu
2018-06-15
1
-0
/
+14
*
[clangd] Add "member" symbols to the index
Marc-Andre Laperle
2018-06-05
1
-2
/
+3
*
[clangd] Keep only a limited number of idle ASTs in memory
Ilya Biryukov
2018-06-01
1
-13
/
+14
*
[clangd] Build index on preamble changes instead of the AST changes
Ilya Biryukov
2018-05-24
1
-3
/
+60
*
[clangd] Extract scoring/ranking logic, and shave yaks.
Sam McCall
2018-05-15
1
-52
/
+19
*
[clangd] Fix "fail to create file URI" warnings in FileIndexTest.
Haojian Wu
2018-04-17
1
-2
/
+2
*
[clangd] Fix label and snippet for funcs in the index
Ilya Biryukov
2018-04-14
1
-4
/
+4
*
[clangd] Match AST and Index label for template Symbols
Ilya Biryukov
2018-04-13
1
-0
/
+38
*
[clangd] Not collect include headers for dynamic index for now.
Eric Liu
2018-02-22
1
-6
/
+6
*
[clangd] Fixes for #include insertion.
Eric Liu
2018-02-19
1
-4
/
+30
*
[clangd] Pass Context implicitly using TLS.
Sam McCall
2018-01-31
1
-18
/
+10
*
[clangd] Change index scope convention from "outer::inner" to "outer::inner::"
Sam McCall
2018-01-19
1
-5
/
+4
*
Revert "[clangd] Change index scope convention from "outer::inner" to "outer:...
Sam McCall
2018-01-19
1
-4
/
+5
*
[clangd] Change index scope convention from "outer::inner" to "outer::inner::"
Sam McCall
2018-01-19
1
-5
/
+4
*
[clangd] Add more filters for collected symbols.
Eric Liu
2018-01-10
1
-3
/
+4
*
[clangd] Use Builder for symbol slabs, and use sorted-vector for storage
Sam McCall
2017-12-23
1
-23
/
+8
*
[clangd] Index symbols share storage within a slab.
Sam McCall
2017-12-21
1
-1
/
+2
*
[clangd] Support filtering by fixing scopes in fuzzyFind.
Eric Liu
2017-12-19
1
-9
/
+12
*
[clangd] Build in-memory index on symbols in files.
Eric Liu
2017-12-15
1
-0
/
+193