GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clang-tools-extra
/
unittests
/
clangd
/
SymbolCollectorTests.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
-1272
/
+0
*
[clangd] Recognize "don't include me directly" pattern, and suppress include ...
Sam McCall
2019-04-17
1
-2
/
+13
*
[clangd] Include insertion: require header guards, drop other heuristics, tre...
Sam McCall
2019-04-17
1
-25
/
+32
*
[clangd] Fallback to OrigD when SLoc is invalid
Kadir Cetinkaya
2019-04-15
1
-0
/
+8
*
[clangd] Add TemplateArgumentList into Symbol
Kadir Cetinkaya
2019-04-12
1
-0
/
+68
*
[clangd] Fix non-indexing of builtin functions like printf when the TU is C
Sam McCall
2019-04-10
1
-3
/
+11
*
Revert "[clangd] Print arguments in template specializations"
Jordan Rupprecht
2019-03-20
1
-72
/
+15
*
[clangd] Print arguments in template specializations
Kadir Cetinkaya
2019-03-20
1
-15
/
+72
*
[clangd] Store explicit template specializations in index for code navigation...
Kadir Cetinkaya
2019-03-14
1
-8
/
+16
*
[clangd] Index UsingDecls
Kadir Cetinkaya
2019-02-26
1
-3
/
+11
*
[clangd] Drop documentation in static index if symbols are not indexed for co...
Haojian Wu
2019-02-25
1
-0
/
+31
*
[clangd] Index main-file macros (bug 39761)
Haojian Wu
2019-01-28
1
-13
/
+19
*
[clangd] Workaround a test failure after r351941
Ilya Biryukov
2019-01-23
1
-2
/
+4
*
[clangd] Fix crash due to ObjCPropertyDecl
Ilya Biryukov
2019-01-23
1
-0
/
+15
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clangd] Index main-file symbols (bug 39761)
Sam McCall
2019-01-14
1
-23
/
+79
*
[clangd] Don't store completion info if the symbol is not used for code compl...
Haojian Wu
2019-01-10
1
-4
/
+9
*
[clangd] Remove 'using namespace llvm' from .cpp files. NFC
Ilya Biryukov
2019-01-07
1
-15
/
+14
*
[clangd] clang-format everything. NFC
Ilya Biryukov
2019-01-03
1
-25
/
+21
*
[clangd] Cleanup syntax errors in the test, NFC.
Haojian Wu
2018-12-21
1
-1
/
+1
*
[clangd] Dont provide locations for non-existent files.
Kadir Cetinkaya
2018-12-05
1
-0
/
+12
*
[clangd] Cleanup: stop passing around list of supported URI schemes.
Eric Liu
2018-11-22
1
-29
/
+13
*
[clangd] Replace StringRef in SymbolLocation with a char pointer.
Haojian Wu
2018-11-14
1
-2
/
+4
*
[clangd] Make TestTU build with preamble, and fix the fallout.
Sam McCall
2018-11-09
1
-19
/
+3
*
[clangd] Drop namespace references in the index.
Haojian Wu
2018-11-07
1
-0
/
+3
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-10
/
+10
*
[clangd] Names that are not spelled in source code are reserved.
Eric Liu
2018-10-18
1
-0
/
+18
*
[clangd] Encode Line/Column as a 32-bits integer.
Haojian Wu
2018-10-18
1
-15
/
+15
*
[clangd] Collect refs from headers.
Haojian Wu
2018-10-17
1
-0
/
+11
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-3
/
+3
*
[clangd] Merge binary + YAML serialization behind a (mostly) common interface.
Sam McCall
2018-09-25
1
-1
/
+0
*
[clangd] Add "Deprecated" field to Symbol and CodeCompletion.
Eric Liu
2018-09-06
1
-1
/
+14
*
[clangd] Define a compact binary serialization fomat for symbol slab/index.
Sam McCall
2018-09-04
1
-79
/
+0
*
[clangd] SymbolOccurrences -> Refs and cleanup
Sam McCall
2018-09-04
1
-38
/
+36
*
[clangd] Support multiple #include headers in one symbol.
Eric Liu
2018-09-03
1
-4
/
+20
*
[clangd] Flatten out Symbol::Details. It was ill-conceived, sorry.
Sam McCall
2018-08-31
1
-13
/
+6
*
[clangd] Collect symbol occurrences in SymbolCollector.
Haojian Wu
2018-08-31
1
-5
/
+73
*
[clangd] Fix (most) naming warnings from clang-tidy. NFC
Ilya Biryukov
2018-07-26
1
-3
/
+3
*
[clangd] Support indexing MACROs.
Eric Liu
2018-07-09
1
-0
/
+26
*
[clangd] Track origins of symbols (various indexes, Sema).
Sam McCall
2018-07-05
1
-0
/
+7
*
[clangd] More precise representation of symbol names/labels in the index.
Sam McCall
2018-06-22
1
-31
/
+28
*
[clangd] Expose 'shouldCollectSymbol' helper from SymbolCollector.
Eric Liu
2018-06-21
1
-36
/
+81
*
[clangd] Customizable URI schemes for dynamic index.
Eric Liu
2018-06-15
1
-6
/
+4
*
[clangd] Add "member" symbols to the index
Marc-Andre Laperle
2018-06-05
1
-37
/
+128
*
[clangd] Avoid indexing decls associated with friend decls.
Eric Liu
2018-06-04
1
-0
/
+42
*
[clangd] Skip .inc headers when canonicalizing header #include.
Eric Liu
2018-05-24
1
-3
/
+67
*
[clangd] Correctly handle IWYU prama with verbatim #include header.
Eric Liu
2018-05-22
1
-0
/
+15
*
[clangd] Retrieve minimally formatted comment text in completion.
Ilya Biryukov
2018-05-16
1
-5
/
+5
*
[clangd] Filter out private proto symbols in SymbolCollector.
Eric Liu
2018-05-16
1
-0
/
+35
*
[clangd] Also use UTF-16 in index position.
Haojian Wu
2018-04-30
1
-0
/
+9
[next]