summaryrefslogtreecommitdiffstats
path: root/lib/AST/Type.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r309058:Hans Wennborg2017-07-261-0/+9
* [AArch64] Add support for __builtin_ms_va_list on aarch64Martin Storsjo2017-07-171-1/+1
* Use ARC parsing rules for ns_returns_retained in MRC so that code canJohn McCall2017-07-151-0/+2
* [clang] Remove double semicolons. NFC.Mandeep Singh Grang2017-06-061-1/+1
* Do not issue -Wnullability-completeness for dependent types that are not writ...Richard Smith2017-05-191-9/+7
* [Sema] Implement Core 2094: Trivial copy/move constructor for class with vola...Eric Fiselier2017-05-091-5/+2
* [Objective-C] Fix "repeated use of weak" warning with -fobjc-weakBrian Kelley2017-03-291-1/+5
* [Objective-C] Fix __weak type traits with -fobjc-weakBrian Kelley2017-03-291-60/+8
* [OpenCL] Correct ndrange_t implementationAnastasia Stulova2017-02-161-3/+0
* Speculatively revert r295118 to see if it's what's causing the modules selfho...Richard Smith2017-02-151-4/+2
* Do not implicitly instantiate the definition of a class template specializationRichard Smith2017-02-141-2/+4
* PR0091R3: Implement parsing support for using templates as types.Richard Smith2017-01-261-11/+19
* Implement DR1265 (wg21.link/cwg1265).Richard Smith2017-01-131-16/+29
* Fix two clang-tidy misc-move-forwarding-reference warningsMalcolm Parsons2016-12-061-1/+1
* regcall: Implement regcall Calling Conv in clangErich Keane2016-11-021-0/+3
* Implement name mangling proposal for exception specifications from cxx-abi-de...Richard Smith2016-10-261-0/+9
* [c++1z] Use canonical expression equivalence to determine whether two differentRichard Smith2016-10-181-3/+3
* P0012R1: Make exception specifications be part of the type system. ThisRichard Smith2016-10-161-11/+24
* Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use ofRichard Smith2016-10-101-0/+9
* Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ...Daniel Jasper2016-10-101-9/+0
* P0035R4: Semantic analysis and code generation for C++17 overalignedRichard Smith2016-10-101-0/+9
* ObjectiveC Generics: Start using ObjCTypeParamType.Manman Ren2016-09-131-4/+15
* ObjectiveC generics: Add ObjCTypeParamType in the type system.Manman Ren2016-09-131-0/+27
* Add a class ObjCProtocolQualifiers to wrap APIs for ObjC protocol list.Manman Ren2016-09-131-6/+3
* Revert r279351 and r279357 due to bot failuresManman Ren2016-08-201-3/+6
* [NFC] Add a class ObjCProtocolQualifiers to wrap APIs for ObjC protocol list.Manman Ren2016-08-201-6/+3
* Objective-C diagnostics: isObjCNSObjectType should check through AttributedType.Manman Ren2016-08-151-3/+11
* [NFC] Header cleanupMehdi Amini2016-07-181-2/+1
* [AST] Use ArrayRef in more interfacesDavid Majnemer2016-07-071-27/+26
* AMDGPU: Set amdgpu_kernel calling convention for OpenCL kernels.Nikolay Haustov2016-06-301-1/+1
* [ObjC] Remove _Atomic from return type and parameter type ofAkira Hatanaka2016-05-261-0/+6
* [AST] Add missing const qualifiers to AstContext in Type.cppEtienne Bergeron2016-05-131-9/+9
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-3/+5
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-5/+3
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-3/+5
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-2/+2
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-36/+7
* Canonicalize UnaryTransformType types when they don't have a known underlying...Vassil Vassilev2016-03-301-11/+18
* Add attributes for preserve_mostcc/preserve_allcc calling conventions to the ...Roman Levenstein2016-03-161-0/+6
* Semantic analysis for the swiftcall calling convention.John McCall2016-03-031-0/+3
* Generalize the consumed-parameter array on FunctionProtoTypeJohn McCall2016-03-011-6/+7
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+5
* Test CommitXiuli Pan2016-01-091-1/+1
* Don't actually add the __unsafe_unretained qualifier in MRC;John McCall2015-11-191-0/+24
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-111-1/+1
* Revert part of r248660 as using None didn't work with the ArrayRef being retu...Craig Topper2015-09-261-2/+2
* Use None to avoid re-mentioning the ArrayRef type to call the default constru...Craig Topper2015-09-261-2/+2
* Forbid qualifiers on ObjC generic parameters and arguments, butJohn McCall2015-09-231-0/+41
* Run clang-format to unify the switch statement style as suggest here: http://...Alexey Bader2015-09-151-44/+87
* [OpenCL] Add new types for OpenCL 2.0.Alexey Bader2015-09-151-0/+30