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
/
IndexingContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Fix typos in Clangd and Clang
Kirill Bobyrev
2019-12-16
1
-8
/
+7
*
Remove Expr.h include from ASTContext.h, NFC
Reid Kleckner
2019-12-06
1
-3
/
+4
*
Range-style std::find{,_if} -> llvm::find{,_if}. NFC
Fangrui Song
2019-03-31
1
-4
/
+3
*
[clang][Index] Mark references from Constructors and Destructors to class as ...
Kadir Cetinkaya
2019-03-08
1
-0
/
+1
*
[clang][Index] Enable indexing of Template Type Parameters behind a flag
Kadir Cetinkaya
2019-02-21
1
-1
/
+8
*
[clang][Index] Add a knob to index function parameters in declarations
Kadir Cetinkaya
2019-02-11
1
-0
/
+4
*
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
-2
/
+24
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[Index] Set OrigD before D is changed.
Eric Liu
2018-07-20
1
-3
/
+3
*
[Index] Add index::IndexingOptions::IndexImplicitInstantiation
Fangrui Song
2018-07-09
1
-0
/
+4
*
[Index] Add indexing support for MACROs.
Eric Liu
2018-07-09
1
-0
/
+23
*
[Index] Return SourceLocation to consumers, not FileID/Offset pair.
Sam McCall
2018-04-09
1
-18
/
+6
*
[index] Update indexing to handle CXXDeductionGuideDecls properly
Argyrios Kyrtzidis
2017-08-15
1
-2
/
+2
*
[Index] Prevent canonical decl becoming nullptr
Krasimir Georgiev
2017-07-18
1
-2
/
+4
*
[index] Don't add relation to a NamedDecl with no name
Ben Langmuir
2017-07-12
1
-5
/
+9
*
[index] The references to enum constants from member enums that are
Alex Lorenz
2017-05-23
1
-1
/
+9
*
[index] The references to member enums from template instantiations should
Alex Lorenz
2017-05-23
1
-0
/
+5
*
[index] The references to type aliases and typedefs from template
Alex Lorenz
2017-05-23
1
-7
/
+8
*
[index] The references to fields from nested records in template instantiations
Alex Lorenz
2017-05-23
1
-6
/
+14
*
[index] The references to records from template instantiations should refer
Alex Lorenz
2017-05-23
1
-0
/
+5
*
[index] References to fields from template instantiations should refer to
Alex Lorenz
2017-05-15
1
-0
/
+15
*
[index] The relation between the declarations in template specializations
Alex Lorenz
2017-04-24
1
-0
/
+4
*
[index] Take advantage of 'external_source_symbol' attribute for indexing pur...
Argyrios Kyrtzidis
2017-04-21
1
-0
/
+11
*
[index] Record class template specializations using a new 'SpecializationOf'
Alex Lorenz
2017-04-20
1
-0
/
+1
*
Fix MSVC 'not all control paths return a value' warning.
Simon Pilgrim
2017-03-24
1
-0
/
+1
*
[index] When indexing system headers make sure to report important reference ...
Argyrios Kyrtzidis
2017-03-23
1
-1
/
+44
*
[index] Add 'Parameter' symbol kind and 'Local' symbol property to distinguis...
Argyrios Kyrtzidis
2017-02-26
1
-31
/
+3
*
[index] Improvde how we handle synthesized ObjC properties and the associated...
Argyrios Kyrtzidis
2017-02-17
1
-5
/
+8
*
[index] Add 'IBTypeOf' relation for ObjC methods marked with IBAction and pro...
Argyrios Kyrtzidis
2017-01-11
1
-2
/
+8
*
[index] Add 'contained-by' relation between references and their lexical cont...
Argyrios Kyrtzidis
2017-01-11
1
-2
/
+7
*
[index] Handle properly C++14's template variables.
Argyrios Kyrtzidis
2016-11-07
1
-4
/
+6
*
[index] Fix assertion hit when handling a declaration of C++'s 'operator new'...
Argyrios Kyrtzidis
2016-11-02
1
-10
/
+0
*
[index] Index system ImportDecls even when there is a DeclarationsOnly filter
Ben Langmuir
2016-07-14
1
-2
/
+2
*
[index] Fix regression where ObjC method declarations may mistakenly get inde...
Argyrios Kyrtzidis
2016-03-31
1
-3
/
+3
*
[index] Make sure that declarations of builtin functions are indexed.
Argyrios Kyrtzidis
2016-03-17
1
-2
/
+5
*
Pacify gcc's parenthesis warning, which doesn't realize that parens don't mat...
Manuel Klimek
2016-03-09
1
-3
/
+2
*
[index] Add a message for the assertion, NFC.
Argyrios Kyrtzidis
2016-03-09
1
-1
/
+2
*
[index] Fix assertion hit when indexing re-declarations of built-in functions.
Argyrios Kyrtzidis
2016-03-09
1
-0
/
+1
*
[index] Distinguish USRs of anonymous enums by using their first enumerator.
Argyrios Kyrtzidis
2016-03-04
1
-4
/
+0
*
[index] Ignore ObjCTypeParamDecls during indexing.
Argyrios Kyrtzidis
2016-03-04
1
-0
/
+3
*
[index] Print and test module import references.
Argyrios Kyrtzidis
2016-02-29
1
-2
/
+7
*
silence -Wreturn-type warnings
Saleem Abdulrasool
2016-02-15
1
-0
/
+1
*
[libclang] Separate the underlying indexing functionality of libclang and int...
Argyrios Kyrtzidis
2016-02-12
1
-0
/
+325