index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Index
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang][Index] Replace CodegenNameGenerator with ASTNameGenerator
Jan Korous
2019-09-05
2
-37
/
+0
*
[Index] Added a ShouldSkipFunctionBody callback to libIndex, and refactored c...
Dmitri Gribenko
2019-08-29
1
-9
/
+18
*
[Index] Stopped wrapping FrontendActions in libIndex and its users
Dmitri Gribenko
2019-08-29
1
-48
/
+14
*
[Index] Moved the IndexDataConsumer::finish call into the IndexASTConsumer fr...
Dmitri Gribenko
2019-08-29
1
-32
/
+24
*
[Index] Create PP callbacks in the ASTConsumer
Dmitri Gribenko
2019-08-29
1
-45
/
+31
*
[Index] Marked a bunch of classes 'final'
Dmitri Gribenko
2019-08-29
1
-4
/
+4
*
[clang][Index][NFC] Move IndexDataConsumer default implementation
Jan Korous
2019-08-27
1
-21
/
+0
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-6
/
+6
*
Add SVE opaque built-in types
Richard Sandiford
2019-08-09
1
-0
/
+3
*
[clang][NFCI] Fix random typos
Jan Korous
2019-07-23
1
-1
/
+1
*
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
*
Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...
Fangrui Song
2019-07-03
1
-1
/
+1
*
[clang][AST] ASTNameGenerator: A refactoring of CodegenNameGeneratorImpl (NFC).
Puyan Lotfi
2019-06-19
1
-192
/
+1
*
[Index] Compute correct symbol kind for variable templates
Ilya Biryukov
2019-05-29
1
-0
/
+24
*
[Index] Correctly set symbol kind of IndirectFieldDecl
Ilya Biryukov
2019-05-29
1
-0
/
+1
*
[Index] Fix reported references in presence of template type aliases
Ilya Biryukov
2019-05-23
1
-16
/
+28
*
Use llvm::stable_sort
Fangrui Song
2019-04-24
1
-5
/
+2
*
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
3
-2
/
+7
*
[clang][index-while-building][NFC] Comment about implementation detail in Fil...
Jan Korous
2019-02-28
1
-0
/
+1
*
[clang][index-while-building][NFC] FileIndexRecord - Comments, replace auto w...
Jan Korous
2019-02-27
2
-8
/
+7
*
[clang][index-while-building] FileIndexRecord
Jan Korous
2019-02-27
3
-0
/
+118
*
[index] Improve indexing support for MSPropertyDecl.
Volodymyr Sapsai
2019-02-27
2
-0
/
+9
*
[clang][Index] Visit UsingDecls and generate USRs for them
Kadir Cetinkaya
2019-02-26
3
-2
/
+12
*
[clang][Index] Enable indexing of Template Type Parameters behind a flag
Kadir Cetinkaya
2019-02-21
5
-4
/
+19
*
[clang][Index] Fix usage of IndexImplicitInstantiation
Kadir Cetinkaya
2019-02-18
1
-4
/
+4
*
[clang][Index] Add a knob to index function parameters in declarations
Kadir Cetinkaya
2019-02-11
3
-4
/
+10
*
Rename getTypeQualifiers to getMethodQualifiers.
Anastasia Stulova
2019-01-28
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
11
-44
/
+33
*
[Index] Index paremeters in lambda expressions.
Haojian Wu
2018-12-19
1
-0
/
+11
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-13
1
-1
/
+2
*
Revert "[OpenCL] Add generic AS to 'this' pointer"
Mikael Nilsson
2018-12-12
1
-2
/
+1
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-12
1
-1
/
+2
*
[Index] Expose USR generation for types
Ilya Biryukov
2018-11-26
1
-0
/
+11
*
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
Andrew Savonichev
2018-11-08
1
-0
/
+3
*
Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...
Andrew Savonichev
2018-11-07
1
-3
/
+0
*
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
Andrew Savonichev
2018-11-07
1
-0
/
+3
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
2
-1
/
+2
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-6
/
+4
*
[Index] Use locations to uniquify function-scope BindingDecl USR
Fangrui Song
2018-10-09
1
-0
/
+7
*
[Index] Respect "IndexFunctionLocals" option for type loc.
Haojian Wu
2018-10-04
1
-1
/
+2
*
[Index] Report specialization bases as references when IndexImplicitInstantia...
Fangrui Song
2018-09-23
1
-5
/
+6
*
[index] Enhance indexing for module references
Argyrios Kyrtzidis
2018-09-18
3
-2
/
+51
*
[Index] Add an option to collect macros from preprocesor.
Eric Liu
2018-09-18
1
-1
/
+22
*
[index] Introduce 'ProtocolInterface' as part of SymbolPropertySet
Argyrios Kyrtzidis
2018-08-26
1
-0
/
+5
*
[index] For an ObjC message call, also record as receivers the protocols if t...
Argyrios Kyrtzidis
2018-08-17
1
-2
/
+18
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
3
-6
/
+6
*
Remove trailing space
Fangrui Song
2018-07-30
4
-25
/
+25
[next]