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
/
Background.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Add isHeaderFile helper.
Haojian Wu
2019-11-15
1
-5
/
+1
*
[clangd] Simplify the callside of URI::resolve, NFC.
Haojian Wu
2019-09-23
1
-7
/
+1
*
[clangd] Rename ClangdUnit.h -> ParsedAST.h. NFC
Sam McCall
2019-09-04
1
-1
/
+1
*
[clangd] Surface errors from command-line parsing
Ilya Biryukov
2019-08-28
1
-2
/
+2
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-8
/
+8
*
Revert "Revert r366458, r366467 and r366468"
Kadir Cetinkaya
2019-07-19
1
-175
/
+93
*
Revert r366458, r366467 and r366468
Azharuddin Mohammed
2019-07-19
1
-93
/
+175
*
[clangd] Remove dead code from BackgroundIndex
Kadir Cetinkaya
2019-07-18
1
-3
/
+0
*
[clangd] BackgroundIndex stores shards to the closest project
Kadir Cetinkaya
2019-07-18
1
-32
/
+26
*
[clangd] Refactor background-index shard loading
Kadir Cetinkaya
2019-07-18
1
-146
/
+73
*
[clangd] Don't rebuild background index until we indexed one TU per thread.
Sam McCall
2019-07-16
1
-1
/
+1
*
[clangd] Prioritize indexing of files that share a basename with the open file.
Sam McCall
2019-07-12
1
-0
/
+16
*
[clangd] Add priorities to background index queue, extract to separate class
Sam McCall
2019-07-11
1
-113
/
+41
*
[clangd] Reland rL365634
Kadir Cetinkaya
2019-07-11
1
-3
/
+7
*
Revert "[clangd] Filter out non-governed files from broadcast"
Matthew Voss
2019-07-10
1
-7
/
+3
*
[clangd] Filter out non-governed files from broadcast
Kadir Cetinkaya
2019-07-10
1
-3
/
+7
*
[clangd] Rewrite of logic to rebuild the background index serving structures.
Sam McCall
2019-07-09
1
-46
/
+17
*
[clangd] Use xxhash instead of SHA1 for background index file digests.
Sam McCall
2019-07-08
1
-1
/
+0
*
[clangd] Make HadErrors part of background index's internal state
Kadir Cetinkaya
2019-07-04
1
-52
/
+55
*
[clangd] Add HadErrors field into shards
Kadir Cetinkaya
2019-07-04
1
-4
/
+8
*
[clangd] Store hash of command line in index shards.
Kadir Cetinkaya
2019-07-04
1
-0
/
+7
*
[clangd] Also cache failures while indexing
Kadir Cetinkaya
2019-07-04
1
-8
/
+27
*
BitStream reader: propagate errors
JF Bastien
2019-06-26
1
-3
/
+3
*
[clangd] Index API and implementations for relations
Nathan Ridge
2019-06-15
1
-3
/
+23
*
[clangd] Count number of references while merging RefSlabs inside FileIndex
Kadir Cetinkaya
2019-05-09
1
-3
/
+7
*
[clangd] Use AsyncTaskRunner in BackgroundIndex instead of std::thread
Ilya Biryukov
2019-05-09
1
-5
/
+6
*
[clangd] Use llvm::set_thread_priority in background-index
Kadir Cetinkaya
2019-04-18
1
-12
/
+22
*
[clangd] Stop passing around PCHContainerOperations, just create it in place....
Sam McCall
2019-04-04
1
-3
/
+2
*
[clangd] Build Dex index after loading all shards in BackgroundIndex.
Haojian Wu
2019-03-14
1
-3
/
+7
*
[clangd] Remove ./ and ../ in the file paths
Kadir Cetinkaya
2019-03-08
1
-0
/
+1
*
Moved Symbol into its own header and implementation file
Dmitri Gribenko
2019-02-28
1
-0
/
+1
*
[clangd] Filter out plugin related flags and move all commandline manipulatio...
Kadir Cetinkaya
2019-01-22
1
-6
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clangd] Make background index less chatty
Ilya Biryukov
2019-01-18
1
-1
/
+1
*
[clangd] Fix updated file detection logic in indexing
Kadir Cetinkaya
2019-01-15
1
-29
/
+34
*
[clangd] Fix a reference invalidation
Kadir Cetinkaya
2019-01-14
1
-15
/
+19
*
[clangd] Introduce loading of shards within auto-index
Kadir Cetinkaya
2019-01-10
1
-66
/
+202
*
[clangd] Remove 'using namespace llvm' from .cpp files. NFC
Ilya Biryukov
2019-01-07
1
-30
/
+31
*
[clangd] Unify path canonicalizations in the codebase
Kadir Cetinkaya
2018-12-19
1
-12
/
+6
*
[clangd] BackgroundIndex rebuilds symbol index periodically.
Eric Liu
2018-12-18
1
-7
/
+44
*
[clangd] Only reduce priority of a thread for indexing.
Kadir Cetinkaya
2018-12-17
1
-34
/
+52
*
[clangd] Fix an assertion failure in background index.
Haojian Wu
2018-12-14
1
-0
/
+8
*
[clangd] Move the utility function to anonymous namespace, NFC.
Haojian Wu
2018-12-13
1
-32
/
+33
*
[clangd] Partition include graph on auto-index.
Kadir Cetinkaya
2018-12-04
1
-45
/
+68
*
[clangd] Populate include graph during static indexing action.
Kadir Cetinkaya
2018-11-30
1
-1
/
+2
*
[clangd] Put direct headers into srcs section.
Kadir Cetinkaya
2018-11-27
1
-23
/
+12
*
[clangd] Enable auto-index behind a flag.
Sam McCall
2018-11-26
1
-2
/
+4
*
[clangd] Fix missing include from r347538 - fix windows buildbots
Sam McCall
2018-11-26
1
-0
/
+1
*
[clangd] Auto-index watches global CDB for changes.
Sam McCall
2018-11-26
1
-35
/
+42
*
[clangd] Cleanup: stop passing around list of supported URI schemes.
Eric Liu
2018-11-22
1
-5
/
+2
[next]