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
/
Serialization.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Use our own relation kind.
Haojian Wu
2019-10-17
1
-27
/
+2
*
[clangd] Also accept flags from CLANGD_FLAGS variable.
Sam McCall
2019-07-25
1
-2
/
+2
*
[clangd] Use xxhash instead of SHA1 for background index file digests.
Sam McCall
2019-07-08
1
-1
/
+1
*
[clangd] Add HadErrors field into shards
Kadir Cetinkaya
2019-07-04
1
-3
/
+4
*
[clangd] Store hash of command line in index shards.
Kadir Cetinkaya
2019-07-04
1
-0
/
+60
*
[clangd] Index API and implementations for relations
Nathan Ridge
2019-06-15
1
-2
/
+4
*
[clangd] Serialization support for RelationSlab
Nathan Ridge
2019-06-03
1
-2
/
+81
*
[clangd] Bump index version and get rid of wrong assertion
Kadir Cetinkaya
2019-05-09
1
-1
/
+1
*
[clangd] Fix serialization logic for Origin and Flags.
Kadir Cetinkaya
2019-04-29
1
-2
/
+2
*
[clangd] Bump clangd-index version for TemplateArgument changes
Kadir Cetinkaya
2019-04-15
1
-1
/
+1
*
[clangd] Add TemplateArgumentList into Symbol
Kadir Cetinkaya
2019-04-12
1
-0
/
+2
*
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] NFC: fix clang-tidy warnings.
Haojian Wu
2019-01-25
1
-3
/
+3
*
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
-66
/
+72
*
[clangd] Put direct headers into srcs section.
Kadir Cetinkaya
2018-11-27
1
-11
/
+64
*
[clangd] Collect and store expected types in the index
Ilya Biryukov
2018-11-26
1
-1
/
+3
*
[clangd] Cleanup: stop passing around list of supported URI schemes.
Eric Liu
2018-11-22
1
-6
/
+3
*
Address comments.
Kadir Cetinkaya
2018-11-19
1
-3
/
+4
*
Use digest size instead of hardcoding it.
Kadir Cetinkaya
2018-11-19
1
-1
/
+1
*
[clangd] Store source file hash in IndexFile{In,Out}
Kadir Cetinkaya
2018-11-19
1
-0
/
+13
*
[clangd] Truncate SymbolID to 8 bytes.
Haojian Wu
2018-11-16
1
-2
/
+2
*
[clangd] Replace StringRef in SymbolLocation with a char pointer.
Haojian Wu
2018-11-14
1
-3
/
+6
*
[clangd] Truncate SymbolID to 16 bytes.
Sam McCall
2018-10-24
1
-2
/
+2
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-6
/
+6
*
[clangd] Clear the semantic of RefSlab::size.
Haojian Wu
2018-10-18
1
-5
/
+5
*
[clangd] Encode Line/Column as a 32-bits integer.
Haojian Wu
2018-10-18
1
-4
/
+4
*
[clangd] Print numbers of symbols and refs as well when loading the
Haojian Wu
2018-10-17
1
-2
/
+7
*
[clangd] NFC: Migrate to LLVM STLExtras API where possible
Kirill Bobyrev
2018-10-07
1
-1
/
+1
*
[clangd] clangd-indexer gathers refs and stores them in index files.
Sam McCall
2018-10-04
1
-1
/
+63
*
[clangd] Support refs() in dex. Largely cloned from MemIndex.
Sam McCall
2018-10-04
1
-2
/
+3
*
[clangd] Fix bugs with incorrect memory estimate report
Kirill Bobyrev
2018-09-26
1
-2
/
+8
*
[clangd] Fix reversed RIFF/YAML serialization
Sam McCall
2018-09-25
1
-2
/
+2
*
[clangd] Merge binary + YAML serialization behind a (mostly) common interface.
Sam McCall
2018-09-25
1
-5
/
+62
*
[clangd] Fix uninit bool in r342888
Sam McCall
2018-09-24
1
-1
/
+1
*
[clangd] Do bounds checks while reading data, otherwise var-length records ar...
Sam McCall
2018-09-24
1
-139
/
+138
*
[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
-3
/
+4
*
[clangd] make zlib compression optional for binary format
Sam McCall
2018-09-05
1
-11
/
+29
*
[clangd] Fix buildbot failures on older compilers from r341375
Sam McCall
2018-09-05
1
-3
/
+3
*
[clangd] Define a compact binary serialization fomat for symbol slab/index.
Sam McCall
2018-09-04
1
-0
/
+366