aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Index/IndexDecl.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-04[index] Index nested name qualifiers in a forward declaration of aAlex Lorenz1-0/+2
2017-06-22[index] Add the "SpecializationOf" relation to the forward declarationsAlex Lorenz1-12/+10
2017-06-21[index] Nested class declarations should be annotated with theAlex Lorenz1-1/+3
2017-06-15[index] Record C++17 global binding declarationsAlex Lorenz1-0/+6
2017-06-15[index] Index static_assert declarationsAlex Lorenz1-0/+7
2017-05-22[index] Index the default template parameter valuesAlex Lorenz1-0/+46
2017-05-22[index] Index the deleted functionsAlex Lorenz1-3/+0
2017-05-22[index] Visit the default argument values in function definitionsAlex Lorenz1-0/+11
2017-05-22[index] 'using namespace' declarations in functions should recordAlex Lorenz1-2/+6
2017-05-15[index] Visit and store information about namespace alias declarationsAlex Lorenz1-0/+8
2017-05-12[index] Index template specialization arguments for function templatsAlex Lorenz1-0/+22
2017-05-04[Index] The relation between the declarations in templateAlex Lorenz1-3/+1
2017-04-27[index] Mark the ObjC implicit accessor method definitions as 'dynamic' as wellArgyrios Kyrtzidis1-4/+4
2017-04-25[index] Index type source info for class specializationsAlex Lorenz1-0/+3
2017-04-25[index] Record the 'SpecializationOf' relation for function specializationsAlex Lorenz1-0/+4
2017-04-24[index] The relation between the declarations in template specializationsAlex Lorenz1-4/+60
2017-04-21[index] Take advantage of 'external_source_symbol' attribute for indexing pur...Argyrios Kyrtzidis1-28/+24
2017-04-21[index] For 'transparent' tag typedefs, ignore their tag referenceArgyrios Kyrtzidis1-2/+3
2017-04-20[index] Record class template specializations using a new 'SpecializationOf'Alex Lorenz1-2/+12
2017-03-21[index/AST] Determine if a typedef shares a name and spelling location with i...Argyrios Kyrtzidis1-2/+3
2017-03-17[index] For C++ constructors/destructors, add references to the parent type w...Argyrios Kyrtzidis1-0/+9
2017-03-16[index/AST] Add references for ObjC getter=/setter= property attributes and r...Argyrios Kyrtzidis1-2/+21
2017-03-04[index] ObjC: Improve handling of typedefs as base names in ObjC interface de...Argyrios Kyrtzidis1-8/+27
2017-02-17[index] Improvde how we handle synthesized ObjC properties and the associated...Argyrios Kyrtzidis1-30/+57
2017-01-26[index] When indexing an ObjC method declaration use its base name for the lo...Argyrios Kyrtzidis1-1/+7
2017-01-11[index] Ignore invalid ObjC categories.Argyrios Kyrtzidis1-5/+6
2017-01-11[index] Add 'IBTypeOf' relation for ObjC methods marked with IBAction and pro...Argyrios Kyrtzidis1-4/+13
2016-10-25[index] Fixes for locations and relations in Objective C categories and gette...Argyrios Kyrtzidis1-9/+37
2016-06-24Use more ArrayRefsDavid Majnemer1-2/+2
2016-03-09[index] libclang: Make sure to treat forward ObjC protocols as ObjCProtocolRe...Argyrios Kyrtzidis1-4/+4
2016-03-03[index] Report references of ObjC super class/protocols in interfaces and pro...Argyrios Kyrtzidis1-6/+31
2016-02-12[libclang] Separate the underlying indexing functionality of libclang and int...Argyrios Kyrtzidis1-0/+429