summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/Type.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-031-37/+0
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-021-0/+37
* [AST] Forbid copy/move of statements/typesBruno Ricci2019-04-121-0/+2
* [PR40778] Add addr space conversion when binding reference to a temporary.Anastasia Stulova2019-03-061-0/+5
* [Sema][ObjC] Disallow non-trivial C struct fields in unions.Akira Hatanaka2019-02-071-0/+6
* Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova2019-01-281-2/+2
* [OpenCL] Allow address spaces as method qualifiers.Anastasia Stulova2019-01-211-1/+5
* Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>Serge Guelton2019-01-201-3/+0
* 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-0/+2
* [Fixed Point Arithmetic] Fixed Point AdditionLeonard Chan2019-01-161-0/+7
* [Basic] Extend DiagnosticEngine to store and format Qualifiers.Anastasia Stulova2019-01-041-0/+18
* [Sema] Better static assert diagnostics for expressions involving temporaries...Clement Courbet2018-12-201-6/+2
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-18/+36
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-36/+18
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-18/+36
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-081-1/+32
* Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev2018-11-071-32/+1
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-071-1/+32
* [AST] Get aliased type info from an aliased TemplateSpecialization.Matt Davis2018-11-051-1/+3
* [Fixed Point Arithmetic] FixedPointCastLeonard Chan2018-10-151-1/+2
* [AST] Pack the bit-fields of FunctionProtoType into Type.Bruno Ricci2018-10-021-191/+283
* Model type attributes as regular Attrs.Richard Smith2018-08-201-55/+20
* [AST] Store the OwnedTagDecl as a trailing object in ElaboratedType.Bruno Ricci2018-08-161-18/+40
* [AST] Pack the unsigned of SubstTemplateTypeParmPackType into TypeBruno Ricci2018-08-161-3/+23
* [AST] Pack the unsigned of DependentTemplateSpecializationType into TypeBruno Ricci2018-08-161-7/+28
* [AST] Pack the unsigned of PackExpansionType into TypeBruno Ricci2018-08-151-13/+28
* [AST] Pack the bits of TemplateSpecializationType into TypeBruno Ricci2018-08-151-10/+27
* Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner2018-08-141-20/+55
* Model type attributes as regular Attrs.Richard Smith2018-08-131-55/+20
* [AST] Update/correct the static_asserts for the bit-fields in TypeBruno Ricci2018-08-131-2/+21
* [Fixed Point Arithmetic] Fix for FixedPointValueToStringLeonard Chan2018-08-061-3/+2
* [AST][NFC] Remove unneeded forward declarations in Type.hBruno Ricci2018-08-051-16/+1
* [P0936R0] add [[clang::lifetimebound]] attributeRichard Smith2018-08-011-0/+1
* Remove trailing spaceFangrui Song2018-07-301-7/+7
* [AST] Add a convenient getter from QualType to RecordDeclGeorge Karpenkov2018-07-281-0/+3
* Update to -r337585, allow scoped enum inits in -pedanticErich Keane2018-07-231-0/+3
* Replace LLVM_ALIGNAS with just alignas.Richard Smith2018-07-171-2/+2
* Make BuiltinType constructor private, and befriend ASTContext.Richard Smith2018-07-131-1/+4
* PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane2018-07-131-0/+46
* Revert -r336726, which included more files than intended.Erich Keane2018-07-101-46/+0
* [NFC] Switch CodeGenFunction to use value init instead of member init listsErich Keane2018-07-101-0/+46
* [Power9] Update fp128 as a valid homogenous aggregate base typeLei Huang2018-07-051-0/+7
* [CodeGenCXX] Emit strip.invariant.group with -fstrict-vtable-pointersPiotr Padlewski2018-07-021-0/+7
* [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan2018-06-201-0/+7
* [Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan2018-06-141-0/+58
* [AST] Print correct tag decl for tag specifierJoel E. Denny2018-05-141-4/+15
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-117/+117
* Track the result of evaluating a computed noexcept specification on theRichard Smith2018-05-031-38/+33
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+1