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
/
AST
/
Type.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ObjC generics] Fix not inheriting type bounds in categories/extensions.
Volodymyr Sapsai
2019-10-09
1
-0
/
+4
*
Properly handle instantiation-dependent array bounds.
Richard Smith
2019-10-04
1
-4
/
+44
*
Type - silence static analyzer getAs<> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-02
1
-3
/
+3
*
Rename TypeNodes.def to TypeNodes.inc for consistency across all
John McCall
2019-10-02
1
-14
/
+14
*
For P0784R7: add support for new (std::nothrow).
Richard Smith
2019-09-27
1
-0
/
+9
*
[Sema] Diagnose default-initialization, destruction, and copying of
Akira Hatanaka
2019-09-07
1
-52
/
+8
*
[clang] Ensure that statements, expressions and types are trivially destructible
Bruno Ricci
2019-08-27
1
-0
/
+13
*
Add SVE opaque built-in types
Richard Sandiford
2019-08-09
1
-0
/
+7
*
Revert "[Sema] Diagnose default-initialization, destruction, and copying of"
Akira Hatanaka
2019-07-26
1
-8
/
+52
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-2
/
+2
*
[Sema] Diagnose default-initialization, destruction, and copying of
Akira Hatanaka
2019-07-13
1
-52
/
+8
*
Add Attribute NoThrow as an Exception Specifier Type
Erich Keane
2019-05-30
1
-0
/
+1
*
[c++20] P0780R2: Support pack-expansion of init-captures.
Richard Smith
2019-05-21
1
-0
/
+4
*
[Sema] Fix for build on some iOS programs.
Leonard Chan
2019-05-20
1
-1
/
+5
*
Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...
Leonard Chan
2019-05-07
1
-0
/
+19
*
Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...
Leonard Chan
2019-05-03
1
-19
/
+0
*
[Attribute/Diagnostics] Print macro if definition is an attribute declaration
Leonard Chan
2019-05-02
1
-0
/
+19
*
[NFC] Minor coding style (indent) fix.
Michael Liao
2019-02-24
1
-1
/
+1
*
[NFC] Add a llvm_unreachable to silence a warning in SubstObjCTypeArgsVisitor
Bruno Ricci
2019-02-17
1
-0
/
+1
*
[ObjC generics] Fix applying `__kindof` to the type parameter.
Volodymyr Sapsai
2019-02-16
1
-0
/
+36
*
[ObjC] For type substitution in generics use a regular recursive type visitor.
Volodymyr Sapsai
2019-02-15
1
-212
/
+185
*
[ObjC] Fix non-canonical types preventing type arguments substitution.
Volodymyr Sapsai
2019-02-15
1
-9
/
+21
*
Pass the base element type of an array type to the visit method instead
Akira Hatanaka
2019-02-08
1
-1
/
+1
*
[Sema][ObjC] Disallow non-trivial C struct fields in unions.
Akira Hatanaka
2019-02-07
1
-0
/
+57
*
[Sema] Fix Modified Type in address_space AttributedType
Leonard Chan
2019-01-24
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Fixed Point Arithmetic] Add APFixedPoint to APValue
Leonard Chan
2019-01-16
1
-21
/
+4
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-13
1
-5
/
+11
*
Revert "[OpenCL] Add generic AS to 'this' pointer"
Mikael Nilsson
2018-12-12
1
-11
/
+5
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-12
1
-5
/
+11
*
Replace Const-Member checking with non-recursive version.
Erich Keane
2018-12-11
1
-7
/
+16
*
[AST] Assert that no type class is polymorphic
Bruno Ricci
2018-12-04
1
-0
/
+8
*
[AArch64] Add aarch64_vector_pcs function attribute to Clang
Sander de Smalen
2018-11-26
1
-0
/
+2
*
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
Andrew Savonichev
2018-11-08
1
-0
/
+7
*
Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...
Andrew Savonichev
2018-11-07
1
-7
/
+0
*
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
Andrew Savonichev
2018-11-07
1
-0
/
+7
*
[Fixed Point Arithmetic] FixedPointCast
Leonard Chan
2018-10-15
1
-0
/
+1
*
[AST] Pack the bit-fields of FunctionProtoType into Type.
Bruno Ricci
2018-10-02
1
-26
/
+35
*
Model type attributes as regular Attrs.
Richard Smith
2018-08-20
1
-120
/
+57
*
[AST] Pack the unsigned of SubstTemplateTypeParmPackType into Type
Bruno Ricci
2018-08-16
1
-3
/
+4
*
[AST] Pack the unsigned of DependentTemplateSpecializationType into Type
Bruno Ricci
2018-08-16
1
-1
/
+2
*
[AST] Pack the bits of TemplateSpecializationType into Type
Bruno Ricci
2018-08-15
1
-3
/
+5
*
Revert r339623 "Model type attributes as regular Attrs."
Reid Kleckner
2018-08-14
1
-57
/
+120
*
Model type attributes as regular Attrs.
Richard Smith
2018-08-13
1
-120
/
+57
*
[Fixed Point Arithmetic] Fix for FixedPointValueToString
Leonard Chan
2018-08-06
1
-11
/
+20
*
[P0936R0] add [[clang::lifetimebound]] attribute
Richard Smith
2018-08-01
1
-0
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-76
/
+76
*
[AST] Add a convenient getter from QualType to RecordDecl
George Karpenkov
2018-07-28
1
-0
/
+4
*
Update to -r337585, allow scoped enum inits in -pedantic
Erich Keane
2018-07-23
1
-0
/
+6
*
PR15730/PR16986 Allow dependently typed vector_size types.
Erich Keane
2018-07-13
1
-0
/
+22
[next]