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
/
test
/
Index
/
Core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finish building the full-expression for a static_assert expression
Richard Smith
2019-09-20
1
-2
/
+2
*
[clang][Index] Mark references from Constructors and Destructors to class as ...
Kadir Cetinkaya
2019-03-08
1
-8
/
+8
*
[clang][Index] Fix usage of IndexImplicitInstantiation
Kadir Cetinkaya
2019-02-18
1
-8
/
+8
*
[Index] Use locations to uniquify function-scope BindingDecl USR
Fangrui Song
2018-10-09
1
-0
/
+2
*
[index] Enhance indexing for module references
Argyrios Kyrtzidis
2018-09-18
4
-3
/
+23
*
[index] Introduce 'ProtocolInterface' as part of SymbolPropertySet
Argyrios Kyrtzidis
2018-08-26
2
-3
/
+3
*
[index] For an ObjC message call, also record as receivers the protocols if t...
Argyrios Kyrtzidis
2018-08-17
1
-2
/
+20
*
Try to fix build bot after r336524
Eric Liu
2018-07-09
1
-1
/
+1
*
[Index] Add indexing support for MACROs.
Eric Liu
2018-07-09
1
-0
/
+12
*
[index] Fix crash when indexing a C++14 PCH/module related to TemplateTemplat...
Argyrios Kyrtzidis
2018-01-26
1
-0
/
+17
*
[index] tag declarations should use the decl role instead of ref
Alex Lorenz
2017-11-09
1
-3
/
+3
*
[index] __builtin_offset's field reference is located at the end location
Alex Lorenz
2017-11-07
1
-1
/
+1
*
[index] index field references in __builtin_offset
Alex Lorenz
2017-11-07
1
-0
/
+33
*
[index] Add indexing for unresolved-using declarations
Ben Langmuir
2017-08-16
1
-0
/
+66
*
[index] Update indexing to handle CXXDeductionGuideDecls properly
Argyrios Kyrtzidis
2017-08-15
1
-0
/
+13
*
[index] Set SymbolSubKind::Accessor[GS]etter on class methods
Ben Langmuir
2017-07-21
1
-2
/
+11
*
[Index] Prevent canonical decl becoming nullptr
Krasimir Georgiev
2017-07-18
1
-0
/
+4
*
[index] Objective-C method declarations and message sends with
Alex Lorenz
2017-07-13
1
-0
/
+25
*
[index] Don't add relation to a NamedDecl with no name
Ben Langmuir
2017-07-12
1
-0
/
+13
*
[index] Index nested name qualifiers in a forward declaration of a
Alex Lorenz
2017-07-04
1
-0
/
+16
*
[index] Remove 'implicit' role for message sends in implicit ObjC
Alex Lorenz
2017-07-03
1
-0
/
+25
*
[index] Add the "SpecializationOf" relation to the forward declarations
Alex Lorenz
2017-06-22
1
-3
/
+7
*
[index] Nested class declarations should be annotated with the
Alex Lorenz
2017-06-21
1
-0
/
+17
*
[index] Record C++17 global binding declarations
Alex Lorenz
2017-06-15
1
-1
/
+27
*
[index] Index static_assert declarations
Alex Lorenz
2017-06-15
1
-0
/
+16
*
[index] The references to explicit class properties should be recorded
Alex Lorenz
2017-05-24
1
-0
/
+9
*
[index] The references to enum constants from member enums that are
Alex Lorenz
2017-05-23
1
-0
/
+3
*
[index] The references to member enums from template instantiations should
Alex Lorenz
2017-05-23
1
-0
/
+8
*
[index] The references to type aliases and typedefs from template
Alex Lorenz
2017-05-23
1
-0
/
+10
*
[index] The references to fields from nested records in template instantiations
Alex Lorenz
2017-05-23
1
-0
/
+7
*
[index] The references to records from template instantiations should refer
Alex Lorenz
2017-05-23
1
-0
/
+21
*
[index] Index the default template parameter values
Alex Lorenz
2017-05-22
1
-0
/
+59
*
[index] Index the deleted functions
Alex Lorenz
2017-05-22
1
-0
/
+8
*
[index] Visit the default argument values in function definitions
Alex Lorenz
2017-05-22
1
-1
/
+17
*
[index] 'using namespace' declarations in functions should record
Alex Lorenz
2017-05-22
1
-0
/
+11
*
[index] Fix forward declarations interfering with USR generation of external ...
Argyrios Kyrtzidis
2017-05-20
1
-0
/
+4
*
[index] Avoid one more crash caused by infinite recursion that happens when
Alex Lorenz
2017-05-18
1
-0
/
+17
*
[index] Record references to class receivers used in property references
Alex Lorenz
2017-05-18
1
-0
/
+19
*
[index] Avoid another crash that happens when looking up a dependent name
Alex Lorenz
2017-05-16
1
-0
/
+10
*
[index] References to fields from template instantiations should refer to
Alex Lorenz
2017-05-15
1
-0
/
+39
*
[index] Visit and store information about namespace alias declarations
Alex Lorenz
2017-05-15
1
-0
/
+7
*
[index] Store correct location for namespace nested name qualifiers
Alex Lorenz
2017-05-15
1
-0
/
+18
*
[index] Avoid a crash that happens when looking up a dependent name
Alex Lorenz
2017-05-15
1
-0
/
+9
*
[index] Index template specialization arguments for function templats
Alex Lorenz
2017-05-12
1
-0
/
+27
*
[index] Index simple dependent declaration references
Alex Lorenz
2017-05-10
1
-0
/
+124
*
[Index] The relation between the declarations in template
Alex Lorenz
2017-05-04
1
-27
/
+26
*
[index] Mark the ObjC implicit accessor method definitions as 'dynamic' as well
Argyrios Kyrtzidis
2017-04-27
1
-12
/
+12
*
[index] Index type source info for class specializations
Alex Lorenz
2017-04-25
1
-0
/
+33
*
[index] Record the 'SpecializationOf' relation for function specializations
Alex Lorenz
2017-04-25
1
-0
/
+35
*
[index] If the 'external_source_symbol' attribute indicates 'Swift' as the la...
Argyrios Kyrtzidis
2017-04-24
1
-15
/
+15
[next]