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
/
lib
/
Index
/
IndexDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Expr.h include from ASTContext.h, NFC
Reid Kleckner
2019-12-06
1
-1
/
+2
*
Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...
Adrian Prantl
2019-11-08
1
-13
/
+13
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-2
/
+2
*
[Concepts] Concept definitions (D40381)
Saar Raz
2019-07-10
1
-2
/
+2
*
[clang][Index] Mark references from Constructors and Destructors to class as ...
Kadir Cetinkaya
2019-03-08
1
-2
/
+4
*
[index] Improve indexing support for MSPropertyDecl.
Volodymyr Sapsai
2019-02-27
1
-0
/
+1
*
[clang][Index] Visit UsingDecls and generate USRs for them
Kadir Cetinkaya
2019-02-26
1
-1
/
+2
*
[clang][Index] Enable indexing of Template Type Parameters behind a flag
Kadir Cetinkaya
2019-02-21
1
-0
/
+2
*
[clang][Index] Add a knob to index function parameters in declarations
Kadir Cetinkaya
2019-02-11
1
-4
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
[Index] Add index::IndexingOptions::IndexImplicitInstantiation
Fangrui Song
2018-07-09
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
[index] Fix crash when indexing a C++14 PCH/module related to TemplateTemplat...
Argyrios Kyrtzidis
2018-01-26
1
-2
/
+5
*
Refactor overridden methods iteration to avoid double lookups.
Benjamin Kramer
2017-12-17
1
-3
/
+2
*
[index] tag declarations should use the decl role instead of ref
Alex Lorenz
2017-11-09
1
-4
/
+2
*
Fix indexer crash for default template template parameter value
Jan Korous
2017-10-10
1
-2
/
+1
*
[index] Add indexing for unresolved-using declarations
Ben Langmuir
2017-08-16
1
-0
/
+18
*
[index] Update indexing to handle CXXDeductionGuideDecls properly
Argyrios Kyrtzidis
2017-08-15
1
-0
/
+4
*
[index] Index nested name qualifiers in a forward declaration of a
Alex Lorenz
2017-07-04
1
-0
/
+2
*
[index] Add the "SpecializationOf" relation to the forward declarations
Alex Lorenz
2017-06-22
1
-12
/
+10
*
[index] Nested class declarations should be annotated with the
Alex Lorenz
2017-06-21
1
-1
/
+3
*
[index] Record C++17 global binding declarations
Alex Lorenz
2017-06-15
1
-0
/
+6
*
[index] Index static_assert declarations
Alex Lorenz
2017-06-15
1
-0
/
+7
*
[index] Index the default template parameter values
Alex Lorenz
2017-05-22
1
-0
/
+46
*
[index] Index the deleted functions
Alex Lorenz
2017-05-22
1
-3
/
+0
*
[index] Visit the default argument values in function definitions
Alex Lorenz
2017-05-22
1
-0
/
+11
*
[index] 'using namespace' declarations in functions should record
Alex Lorenz
2017-05-22
1
-2
/
+6
*
[index] Visit and store information about namespace alias declarations
Alex Lorenz
2017-05-15
1
-0
/
+8
*
[index] Index template specialization arguments for function templats
Alex Lorenz
2017-05-12
1
-0
/
+22
*
[Index] The relation between the declarations in template
Alex Lorenz
2017-05-04
1
-3
/
+1
*
[index] Mark the ObjC implicit accessor method definitions as 'dynamic' as well
Argyrios Kyrtzidis
2017-04-27
1
-4
/
+4
*
[index] Index type source info for class specializations
Alex Lorenz
2017-04-25
1
-0
/
+3
*
[index] Record the 'SpecializationOf' relation for function specializations
Alex Lorenz
2017-04-25
1
-0
/
+4
*
[index] The relation between the declarations in template specializations
Alex Lorenz
2017-04-24
1
-4
/
+60
*
[index] Take advantage of 'external_source_symbol' attribute for indexing pur...
Argyrios Kyrtzidis
2017-04-21
1
-28
/
+24
*
[index] For 'transparent' tag typedefs, ignore their tag reference
Argyrios Kyrtzidis
2017-04-21
1
-2
/
+3
*
[index] Record class template specializations using a new 'SpecializationOf'
Alex Lorenz
2017-04-20
1
-2
/
+12
*
[index/AST] Determine if a typedef shares a name and spelling location with i...
Argyrios Kyrtzidis
2017-03-21
1
-2
/
+3
*
[index] For C++ constructors/destructors, add references to the parent type w...
Argyrios Kyrtzidis
2017-03-17
1
-0
/
+9
*
[index/AST] Add references for ObjC getter=/setter= property attributes and r...
Argyrios Kyrtzidis
2017-03-16
1
-2
/
+21
*
[index] ObjC: Improve handling of typedefs as base names in ObjC interface de...
Argyrios Kyrtzidis
2017-03-04
1
-8
/
+27
*
[index] Improvde how we handle synthesized ObjC properties and the associated...
Argyrios Kyrtzidis
2017-02-17
1
-30
/
+57
*
[index] When indexing an ObjC method declaration use its base name for the lo...
Argyrios Kyrtzidis
2017-01-26
1
-1
/
+7
*
[index] Ignore invalid ObjC categories.
Argyrios Kyrtzidis
2017-01-11
1
-5
/
+6
*
[index] Add 'IBTypeOf' relation for ObjC methods marked with IBAction and pro...
Argyrios Kyrtzidis
2017-01-11
1
-4
/
+13
*
[index] Fixes for locations and relations in Objective C categories and gette...
Argyrios Kyrtzidis
2016-10-25
1
-9
/
+37
*
Use more ArrayRefs
David Majnemer
2016-06-24
1
-2
/
+2
*
[index] libclang: Make sure to treat forward ObjC protocols as ObjCProtocolRe...
Argyrios Kyrtzidis
2016-03-09
1
-4
/
+4
*
[index] Report references of ObjC super class/protocols in interfaces and pro...
Argyrios Kyrtzidis
2016-03-03
1
-6
/
+31
[next]