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
/
BackgroundIndexTests.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
-465
/
+0
*
[clangd] Use llvm::set_thread_priority in background-index
Kadir Cetinkaya
2019-04-18
1
-1
/
+1
*
[clangd] Remove ./ and ../ in the file paths
Kadir Cetinkaya
2019-03-08
1
-0
/
+33
*
[clangd] Filter out plugin related flags and move all commandline manipulatio...
Kadir Cetinkaya
2019-01-22
1
-12
/
+12
*
[clangd] Fix updated file detection logic in indexing
Kadir Cetinkaya
2019-01-15
1
-1
/
+72
*
[clangd] Index main-file symbols (bug 39761)
Sam McCall
2019-01-14
1
-3
/
+3
*
[clangd] Introduce loading of shards within auto-index
Kadir Cetinkaya
2019-01-10
1
-1
/
+80
*
[clangd] Remove 'using namespace llvm' from .cpp files. NFC
Ilya Biryukov
2019-01-07
1
-1
/
+0
*
[clangd] Disable BackgroundIndexTest.PeriodicalIndex
Ilya Biryukov
2019-01-07
1
-1
/
+3
*
[clangd] Try to workaround test failure by increasing the timeouts
Ilya Biryukov
2018-12-20
1
-3
/
+3
*
[clangd] Try to fix buildbot failure after r349496
Eric Liu
2018-12-18
1
-3
/
+3
*
[clangd] BackgroundIndex rebuilds symbol index periodically.
Eric Liu
2018-12-18
1
-0
/
+37
*
[clangd] Fix an assertion failure in background index.
Haojian Wu
2018-12-14
1
-0
/
+19
*
Fix compilation error when using clang 3.6.0
Mikael Holmen
2018-12-05
1
-3
/
+3
*
[clangd] Partition include graph on auto-index.
Kadir Cetinkaya
2018-12-04
1
-3
/
+59
*
[clangd] Put direct headers into srcs section.
Kadir Cetinkaya
2018-11-27
1
-3
/
+0
*
[clangd] Prevent thread starvation in tests on loaded systems.
Sam McCall
2018-11-27
1
-2
/
+7
*
[clangd] Enable auto-index behind a flag.
Sam McCall
2018-11-26
1
-3
/
+3
*
[clangd] Auto-index watches global CDB for changes.
Sam McCall
2018-11-26
1
-5
/
+7
*
[clangd] Cleanup: stop passing around list of supported URI schemes.
Eric Liu
2018-11-22
1
-2
/
+2
*
[clangd] Store source file hash in IndexFile{In,Out}
Kadir Cetinkaya
2018-11-19
1
-2
/
+5
*
Introduce shard storage to auto-index.
Kadir Cetinkaya
2018-11-16
1
-1
/
+81
*
Revert "Introduce shard storage to auto-index."
Kadir Cetinkaya
2018-11-15
1
-74
/
+0
*
Revert "clang-format"
Kadir Cetinkaya
2018-11-15
1
-2
/
+2
*
Revert "Address comments"
Kadir Cetinkaya
2018-11-15
1
-15
/
+13
*
Revert "Address comments."
Kadir Cetinkaya
2018-11-15
1
-12
/
+39
*
Address comments.
Kadir Cetinkaya
2018-11-15
1
-39
/
+12
*
Address comments
Kadir Cetinkaya
2018-11-15
1
-13
/
+15
*
clang-format
Kadir Cetinkaya
2018-11-15
1
-2
/
+2
*
Introduce shard storage to auto-index.
Kadir Cetinkaya
2018-11-15
1
-0
/
+74
*
[clangd] Replace StringRef in SymbolLocation with a char pointer.
Haojian Wu
2018-11-14
1
-4
/
+6
*
[clangd] [NFC] Fix clang-tidy warnings.
Kadir Cetinkaya
2018-11-07
1
-1
/
+1
*
[clangd] auto-index stores symbols per-file instead of per-TU.
Eric Liu
2018-11-06
1
-8
/
+51
*
[clangd] Fix threading bugs in (not-yet-used) BackgroundIndex, re-enable test.
Sam McCall
2018-10-16
1
-3
/
+0
*
[clangd] Disable timeouting test while investigating
Sam McCall
2018-10-16
1
-0
/
+3
*
[clangd] Minimal implementation of automatic static index (not enabled).
Sam McCall
2018-10-15
1
-0
/
+37