summaryrefslogtreecommitdiff
path: root/lib/AST/Type.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ObjC generics] Fix not inheriting type bounds in categories/extensions.Volodymyr Sapsai2019-10-091-0/+4
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-041-4/+44
* Type - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-021-3/+3
* Rename TypeNodes.def to TypeNodes.inc for consistency across allJohn McCall2019-10-021-14/+14
* For P0784R7: add support for new (std::nothrow).Richard Smith2019-09-271-0/+9
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-09-071-52/+8
* [clang] Ensure that statements, expressions and types are trivially destructibleBruno Ricci2019-08-271-0/+13
* Add SVE opaque built-in typesRichard Sandiford2019-08-091-0/+7
* Revert "[Sema] Diagnose default-initialization, destruction, and copying of"Akira Hatanaka2019-07-261-8/+52
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-2/+2
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-07-131-52/+8
* Add Attribute NoThrow as an Exception Specifier TypeErich Keane2019-05-301-0/+1
* [c++20] P0780R2: Support pack-expansion of init-captures.Richard Smith2019-05-211-0/+4
* [Sema] Fix for build on some iOS programs.Leonard Chan2019-05-201-1/+5
* Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...Leonard Chan2019-05-071-0/+19
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-031-19/+0
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-021-0/+19
* [NFC] Minor coding style (indent) fix.Michael Liao2019-02-241-1/+1
* [NFC] Add a llvm_unreachable to silence a warning in SubstObjCTypeArgsVisitorBruno Ricci2019-02-171-0/+1
* [ObjC generics] Fix applying `__kindof` to the type parameter.Volodymyr Sapsai2019-02-161-0/+36
* [ObjC] For type substitution in generics use a regular recursive type visitor.Volodymyr Sapsai2019-02-151-212/+185
* [ObjC] Fix non-canonical types preventing type arguments substitution.Volodymyr Sapsai2019-02-151-9/+21
* Pass the base element type of an array type to the visit method insteadAkira Hatanaka2019-02-081-1/+1
* [Sema][ObjC] Disallow non-trivial C struct fields in unions.Akira Hatanaka2019-02-071-0/+57
* [Sema] Fix Modified Type in address_space AttributedTypeLeonard Chan2019-01-241-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Fixed Point Arithmetic] Add APFixedPoint to APValueLeonard Chan2019-01-161-21/+4
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-5/+11
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-11/+5
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-5/+11
* Replace Const-Member checking with non-recursive version.Erich Keane2018-12-111-7/+16
* [AST] Assert that no type class is polymorphicBruno Ricci2018-12-041-0/+8
* [AArch64] Add aarch64_vector_pcs function attribute to ClangSander de Smalen2018-11-261-0/+2
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-081-0/+7
* Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev2018-11-071-7/+0
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-071-0/+7
* [Fixed Point Arithmetic] FixedPointCastLeonard Chan2018-10-151-0/+1
* [AST] Pack the bit-fields of FunctionProtoType into Type.Bruno Ricci2018-10-021-26/+35
* Model type attributes as regular Attrs.Richard Smith2018-08-201-120/+57
* [AST] Pack the unsigned of SubstTemplateTypeParmPackType into TypeBruno Ricci2018-08-161-3/+4
* [AST] Pack the unsigned of DependentTemplateSpecializationType into TypeBruno Ricci2018-08-161-1/+2
* [AST] Pack the bits of TemplateSpecializationType into TypeBruno Ricci2018-08-151-3/+5
* Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner2018-08-141-57/+120
* Model type attributes as regular Attrs.Richard Smith2018-08-131-120/+57
* [Fixed Point Arithmetic] Fix for FixedPointValueToStringLeonard Chan2018-08-061-11/+20
* [P0936R0] add [[clang::lifetimebound]] attributeRichard Smith2018-08-011-0/+2
* Remove trailing spaceFangrui Song2018-07-301-76/+76
* [AST] Add a convenient getter from QualType to RecordDeclGeorge Karpenkov2018-07-281-0/+4
* Update to -r337585, allow scoped enum inits in -pedanticErich Keane2018-07-231-0/+6
* PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane2018-07-131-0/+22