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
/
libclang
/
CXIndexDataConsumer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Fix typos in Clangd and Clang
Kirill Bobyrev
2019-12-16
1
-5
/
+5
*
Removed dead code from clang/tools/libclang/CXIndexDataConsumer.{cpp,h}
Dmitri Gribenko
2019-08-14
1
-20
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[index] Enhance indexing for module references
Argyrios Kyrtzidis
2018-09-18
1
-1
/
+3
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
[Index] Return SourceLocation to consumers, not FileID/Offset pair.
Sam McCall
2018-04-09
1
-9
/
+5
*
[libclang] Add `CXSymbolRole role` to CXIdxEntityRefInfo
Fangrui Song
2018-02-12
1
-5
/
+14
*
[index] Return when DC is null in handleReference
Fangrui Song
2018-01-08
1
-2
/
+2
*
[Index] Reduce size of SymbolInfo struct.
Sam McCall
2017-12-23
1
-3
/
+3
*
[index] Add indexing for unresolved-using declarations
Ben Langmuir
2017-08-16
1
-0
/
+1
*
Fix warnings introduced by r307434.
Richard Smith
2017-07-08
1
-1
/
+3
*
[index] If the 'external_source_symbol' attribute indicates 'Swift' as the la...
Argyrios Kyrtzidis
2017-04-24
1
-0
/
+1
*
[index] Add 'Parameter' symbol kind and 'Local' symbol property to distinguis...
Argyrios Kyrtzidis
2017-02-26
1
-0
/
+1
*
[index] When indexing an ObjC method declaration use its base name for the lo...
Argyrios Kyrtzidis
2017-01-26
1
-3
/
+4
*
Move Preprocessor over to std::shared_ptr rather than IntrusiveRefCntPtr
David Blaikie
2017-01-05
1
-2
/
+2
*
[index] Rename SymbolSubKind -> SymbolProperty, NFC.
Argyrios Kyrtzidis
2016-11-11
1
-6
/
+6
*
When we reach the end of a #include of a header of a local submodule that we
Richard Smith
2016-09-01
1
-0
/
+8
*
[index] Change SymbolCXXTemplateKind to a 'SymbolSubKinds' bitset.
Argyrios Kyrtzidis
2016-04-22
1
-11
/
+8
*
[index] Fix regression where ObjC method declarations may mistakenly get inde...
Argyrios Kyrtzidis
2016-03-31
1
-11
/
+17
*
[index] Remove redundancy between symbol kind and language
Ben Langmuir
2016-03-25
1
-24
/
+34
*
[index] libclang: Make sure to treat forward ObjC protocols as ObjCProtocolRe...
Argyrios Kyrtzidis
2016-03-09
1
-0
/
+8
*
silence -Wreturn-type warnings
Saleem Abdulrasool
2016-02-15
1
-0
/
+3
*
[libclang] Separate the underlying indexing functionality of libclang and int...
Argyrios Kyrtzidis
2016-02-12
1
-0
/
+1286