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
/
SymbolCollector.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Add xref for macros to FileIndex.
Utkarsh Saxena
2020-01-08
1
-0
/
+23
*
[NFC] Fix typos in Clangd and Clang
Kirill Bobyrev
2019-12-16
1
-9
/
+8
*
[clangd] Simplify code using findName. NFC
Ilya Biryukov
2019-12-10
1
-3
/
+3
*
[clangd] Use expansion location when the ref is inside macros.
Haojian Wu
2019-12-09
1
-4
/
+8
*
[clangd] Add xref for macro to static index.
Utkarsh Saxena
2019-12-05
1
-29
/
+48
*
[clangd] Replace getLangOpts().isHeaderFile usage with isHeaderFile helper.
Haojian Wu
2019-11-15
1
-1
/
+2
*
[clangd] Use name of Macro to compute its SymbolID, NFC.
Utkarsh Saxena
2019-11-11
1
-3
/
+3
*
[clangd] Collect name references in the index.
Haojian Wu
2019-10-24
1
-4
/
+0
*
[clangd] Use our own relation kind.
Haojian Wu
2019-10-17
1
-2
/
+1
*
[clangd] Skip function bodies inside processed files while indexing
Ilya Biryukov
2019-08-20
1
-15
/
+13
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[clangd] Unfold SourceLocation flattening from findNameLoc in preparation for...
Sam McCall
2019-08-06
1
-3
/
+3
*
[clang-tools-extra] Adopt FileManager's error-returning APIs
Harlan Haskins
2019-08-01
1
-3
/
+4
*
[clangd] cleanup: unify the implemenation of checking a location is inside ma...
Haojian Wu
2019-07-19
1
-2
/
+1
*
[clangd] Collect the refs when the main file is header.
Haojian Wu
2019-07-02
1
-3
/
+5
*
[clangd] SymbolCollector support for relations
Nathan Ridge
2019-06-04
1
-4
/
+47
*
[clangd] clang-format SymbolCollector.cpp
Nathan Ridge
2019-05-30
1
-4
/
+3
*
[clangd] Fix header-guard check for include insertion, and don't index header...
Sam McCall
2019-05-03
1
-24
/
+40
*
Reapply r359778: [clangd] Fix code completion of macros defined in the preamb...
Sam McCall
2019-05-02
1
-0
/
+1
*
Revert rL359778 : [clangd] Fix code completion of macros defined in the pream...
Simon Pilgrim
2019-05-02
1
-1
/
+0
*
[clangd] Fix code completion of macros defined in the preamble region of the ...
Sam McCall
2019-05-02
1
-0
/
+1
*
[clangd] Optimize "don't include me" check.
Sam McCall
2019-04-25
1
-1
/
+32
*
[clangd] Recognize "don't include me directly" pattern, and suppress include ...
Sam McCall
2019-04-17
1
-47
/
+58
*
[clangd] Include insertion: require header guards, drop other heuristics, tre...
Sam McCall
2019-04-17
1
-27
/
+42
*
[clangd] Fallback to OrigD when SLoc is invalid
Kadir Cetinkaya
2019-04-15
1
-0
/
+6
*
[clangd] Add TemplateArgumentList into Symbol
Kadir Cetinkaya
2019-04-12
1
-1
/
+3
*
[clangd] Fix non-indexing of builtin functions like printf when the TU is C
Sam McCall
2019-04-10
1
-3
/
+3
*
[clangd] Add support for type hierarchy (super types only for now)
Kadir Cetinkaya
2019-03-19
1
-4
/
+3
*
[clangd] Store explicit template specializations in index for code navigation...
Kadir Cetinkaya
2019-03-14
1
-11
/
+0
*
[clangd] Make sure constructors do not reference class
Kadir Cetinkaya
2019-03-08
1
-1
/
+5
*
Moved Ref 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
-0
/
+1
*
[clangd] Drop documentation in static index if symbols are not indexed for co...
Haojian Wu
2019-02-25
1
-8
/
+3
*
[clangd] Index main-file macros (bug 39761)
Haojian Wu
2019-01-28
1
-3
/
+14
*
[clangd] Fix crash due to ObjCPropertyDecl
Ilya Biryukov
2019-01-23
1
-4
/
+10
*
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
-20
/
+24
*
[clangd] Don't store completion info if the symbol is not used for code compl...
Haojian Wu
2019-01-10
1
-10
/
+22
*
[clangd] Remove 'using namespace llvm' from .cpp files. NFC
Ilya Biryukov
2019-01-07
1
-17
/
+16
*
[clangd] Unify path canonicalizations in the codebase
Kadir Cetinkaya
2018-12-19
1
-39
/
+15
*
[clangd] Fix a stale comment, NFC.
Haojian Wu
2018-12-03
1
-1
/
+1
*
[clangd] Fix use-after-free with expected types in indexing
Ilya Biryukov
2018-11-26
1
-2
/
+4
*
[clangd] Collect and store expected types in the index
Ilya Biryukov
2018-11-26
1
-0
/
+5
*
[clangd] Cleanup: stop passing around list of supported URI schemes.
Eric Liu
2018-11-22
1
-10
/
+1
*
[clangd] Replace StringRef in SymbolLocation with a char pointer.
Haojian Wu
2018-11-14
1
-2
/
+2
*
[clangd] Drop namespace references in the index.
Haojian Wu
2018-11-07
1
-1
/
+1
*
[clangd] auto-index stores symbols per-file instead of per-TU.
Eric Liu
2018-11-06
1
-11
/
+33
*
[clangd] Do not query index for new name completions.
Kadir Cetinkaya
2018-10-24
1
-1
/
+1
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-31
/
+32
*
[clangd] Names that are not spelled in source code are reserved.
Eric Liu
2018-10-18
1
-0
/
+2
[next]