summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/Type.h
Commit message (Expand)AuthorAgeFilesLines
* Merging r292194:Hans Wennborg2017-01-311-7/+7
* Fix some subtle wrong partial ordering bugs particularly with C++1z auto-typedRichard Smith2016-12-251-8/+12
* [OpenCL] Refactor read_only/write_only pipes.Joey Gouly2016-12-011-15/+4
* Don't declare IsEnumDeclComplete as externReid Kleckner2016-11-291-2/+2
* [AST] Use static_assert to verify types instead of undefined classes.Benjamin Kramer2016-11-291-10/+8
* [OpenCL] Introduce ReadPipeType and WritePipeType.Joey Gouly2016-11-181-5/+17
* Accept nullability qualifiers on array parameters.Jordan Rose2016-11-101-7/+20
* Teach clang-query to dump types. I couldn't find any existing tests for clang...Richard Smith2016-11-021-0/+2
* regcall: Implement regcall Calling Conv in clangErich Keane2016-11-021-7/+8
* Implement name mangling proposal for exception specifications from cxx-abi-de...Richard Smith2016-10-261-0/+3
* [c++1z] Use canonical expression equivalence to determine whether two differentRichard Smith2016-10-181-1/+2
* P0012R1: Make exception specifications be part of the type system. ThisRichard Smith2016-10-161-1/+7
* Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use ofRichard Smith2016-10-101-1/+2
* Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ...Daniel Jasper2016-10-101-2/+1
* P0035R4: Semantic analysis and code generation for C++17 overalignedRichard Smith2016-10-101-1/+2
* ObjectiveC generics: Add ObjCTypeParamType in the type system.Manman Ren2016-09-131-0/+49
* Add a class ObjCProtocolQualifiers to wrap APIs for ObjC protocol list.Manman Ren2016-09-131-31/+66
* Revert r279351 and r279357 due to bot failuresManman Ren2016-08-201-66/+31
* Fix windows botManman Ren2016-08-201-1/+1
* [NFC] Add a class ObjCProtocolQualifiers to wrap APIs for ObjC protocol list.Manman Ren2016-08-201-31/+66
* Add .rgba syntax extension to ext_vector_type typesPirama Arumuga Nainar2016-07-221-10/+13
* [AST] Tighten up the bitfield in TemplateSpecializationTypeDavid Majnemer2016-07-071-1/+1
* [AST] Use ArrayRef in more interfacesDavid Majnemer2016-07-071-16/+18
* [OpenCL] An implementation of device side enqueue (DSE) from OpenCL v2.0 s6.1...Anastasia Stulova2016-07-051-0/+14
* Convert assert to static_assert. NFC.Benjamin Kramer2016-05-271-1/+2
* [MSVC] Support for __unaligned qualifier in functionsAndrey Bokhanko2016-05-261-1/+11
* [ObjC] Remove _Atomic from return type and parameter type ofAkira Hatanaka2016-05-261-0/+3
* [AST] Add missing const qualifiers to AstContext in Type.cppEtienne Bergeron2016-05-131-11/+11
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-111-15/+34
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-1/+1
* Revert r268727, it caused PR27666.Nico Weber2016-05-061-30/+12
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-061-12/+30
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-1/+1
* Revert r266415, it broke parsing SDK headers (PR27367).Nico Weber2016-04-151-23/+11
* [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifierAndrey Bokhanko2016-04-151-11/+23
* [ASTImporter] Implement some expression-related AST node import.Artem Dergachev2016-04-141-0/+2
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-1/+1
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-4/+4
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-64/+16
* Canonicalize UnaryTransformType types when they don't have a known underlying...Vassil Vassilev2016-03-301-0/+22
* Fix printing of anonymous struct typedefs.Steven Watanabe2016-03-181-10/+16
* Add attributes for preserve_mostcc/preserve_allcc calling conventions to the ...Roman Levenstein2016-03-161-0/+2
* Semantic analysis for the swiftcall calling convention.John McCall2016-03-031-1/+20
* Better comments for ExtParameterInfo.John McCall2016-03-011-0/+24
* Fix the template instantiation of ExtParameterInfos; tests to follow.John McCall2016-03-011-0/+5
* Generalize the consumed-parameter array on FunctionProtoTypeJohn McCall2016-03-011-24/+86
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-1/+41
* Don't actually add the __unsafe_unretained qualifier in MRC;John McCall2015-11-191-0/+2
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-111-10/+24
* Some minor ARC diagnostic improvements.John McCall2015-10-211-1/+5