Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
Index
/
IndexSymbol.cpp
7c3a12f
[index] Introduce 'ProtocolInterface' as part of SymbolPropertySet
by Argyrios Kyrtzidis
· 7 years ago
8c97195
[Index] Add indexing support for MACROs.
by Eric Liu
· 7 years ago
e83ae11
[Index] Reduce size of SymbolInfo struct.
by Sam McCall
· 8 years ago
fd6e39c
[index] Add indexing for unresolved-using declarations
by Ben Langmuir
· 8 years ago
1f38815
[index] Set SymbolSubKind::Accessor[GS]etter on class methods
by Ben Langmuir
· 8 years ago
1283e98
[modules ts] Basic for module linkage.
by Richard Smith
· 8 years ago
8a656c9
[index] Record C++17 global binding declarations
by Alex Lorenz
· 8 years ago
d65b3e4
[index] 'using namespace' declarations in functions should record
by Alex Lorenz
· 8 years ago
11d7048
[index] Fix forward declarations interfering with USR generation of external source symbols
by Argyrios Kyrtzidis
· 8 years ago
b4b85f2
[index] If the 'external_source_symbol' attribute indicates 'Swift' as the language then report it accordingly
by Argyrios Kyrtzidis
· 8 years ago
f6071c3
[index] Record class template specializations using a new 'SpecializationOf'
by Alex Lorenz
· 8 years ago
a9876ca
[index] When indexing system headers make sure to report important reference relations
by Argyrios Kyrtzidis
· 9 years ago
a970699
[index] Mark categories of test classes with the 'UnitTest' symbol property as well.
by Argyrios Kyrtzidis
· 9 years ago
6d1a15b2
[index] Add 'Parameter' symbol kind and 'Local' symbol property to distinguish function-local symbols
by Argyrios Kyrtzidis
· 9 years ago
2a89c85
[index] Introduce symbol subkinds to mark an accessor getter or setter.
by Argyrios Kyrtzidis
· 9 years ago
de0f508
[index] Add 'IBTypeOf' relation for ObjC methods marked with IBAction and properties with IBOutletCollection.
by Argyrios Kyrtzidis
· 9 years ago
df60aa8
[index] Add 'contained-by' relation between references and their lexical container.
by Argyrios Kyrtzidis
· 9 years ago
e24f5e2
[index] Introduce SymbolSubKind for reporting language-specific details.
by Argyrios Kyrtzidis
· 9 years ago
db46983
[index] Rename SymbolSubKind -> SymbolProperty, NFC.
by Argyrios Kyrtzidis
· 9 years ago
f42032a
[index] Add SymbolSubKind for the GKInspectable annotation.
by Argyrios Kyrtzidis
· 9 years ago
9d8ab72
[index] Handle properly C++14's template variables.
by Argyrios Kyrtzidis
· 9 years ago
3e5b61f
[index] Make sure to mark class template symbols as having 'generic' sub-kind.
by Argyrios Kyrtzidis
· 9 years ago
806faaf
[index] Fixes for locations and relations in Objective C categories and getters/setters
by Argyrios Kyrtzidis
· 9 years ago
0642a21
[index] Add SymbolSubKinds for ObjC IB annotations.
by Argyrios Kyrtzidis
· 9 years ago
f30c8c6
[index] Add a SymbolSubKind for an ObjC unit test.
by Argyrios Kyrtzidis
· 9 years ago
f2142cb
[index] Change SymbolCXXTemplateKind to a 'SymbolSubKinds' bitset.
by Argyrios Kyrtzidis
· 9 years ago
443913f
[index] Remove redundancy between symbol kind and language
by Ben Langmuir
· 10 years ago
113387e
[index] Print and test module import references.
by Argyrios Kyrtzidis
· 10 years ago
a8b51c1
[index] Add a caller relation for a call reference.
by Argyrios Kyrtzidis
· 10 years ago
d97ec18
[index] Use ',' to separate symbol roles when printing.
by Argyrios Kyrtzidis
· 10 years ago
d571908
[AST/index] Introduce an option 'SuppressTemplateArgsInCXXConstructors' in printing policy.
by Argyrios Kyrtzidis
· 10 years ago
9b0ac33
silence -Wreturn-type warnings
by Saleem Abdulrasool
· 10 years ago
6fdcb9c
[index] Enhance c-index-test tool and have it link and test the clangIndex library directly.
by Argyrios Kyrtzidis
· 10 years ago
f4fb85b
[libclang] Separate the underlying indexing functionality of libclang and introduce it into the clangIndex library.
by Argyrios Kyrtzidis
· 10 years ago