summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/Type.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use llvm::makeArrayRef. NFC.Craig Topper2015-09-271-1/+1
* Forbid qualifiers on ObjC generic parameters and arguments, butJohn McCall2015-09-231-0/+17
* [OpenCL] Add new types for OpenCL 2.0.Alexey Bader2015-09-151-10/+63
* Fix alignment issues in Clang.James Y Knight2015-07-171-9/+12
* Documentation cleanup. No functional change intended.James Dennett2015-07-161-155/+147
* Documentation cleanup, mostly fixing summaries. No functional change intended.James Dennett2015-07-151-141/+136
* [libclang] Implement proper code-completion in an ObjC type parameter position.Douglas Gregor2015-07-071-0/+4
* Implement the Objective-C __kindof type qualifier.Douglas Gregor2015-07-071-6/+66
* C++ support for Objective-C lightweight generics.Douglas Gregor2015-07-071-1/+5
* Improve the Objective-C common-type computation used by the ternary operator.Douglas Gregor2015-07-071-3/+1
* Substitute type arguments into uses of Objective-C interface members.Douglas Gregor2015-07-071-0/+107
* Handle Objective-C type arguments.Douglas Gregor2015-07-071-17/+98
* [ObjC] Add NSValue support for objc_boxed_expressionsAlex Denisov2015-06-261-0/+1
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* Suppress bogus gcc -Wreturn-type warnings.Nico Weber2015-06-201-0/+1
* Introduce type nullability specifiers for C/C++.Douglas Gregor2015-06-191-1/+45
* [Objective-C Sema]. In my last patch change theFariborz Jahanian2015-04-161-1/+1
* [Objective-C Sema] patch to introduce IndependentClassFariborz Jahanian2015-04-161-0/+1
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...Aaron Ballman2015-02-151-1/+1
* Remove support for pnaclcall attributeDerek Schuff2015-01-281-1/+0
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* Sema: Don't crash when an inject class name has a nested redefinitionDavid Majnemer2014-12-281-0/+5
* [OpenCL] Implemented restrictions for pointer conversions specified in OpenCL...Anastasia Stulova2014-11-261-11/+43
* PR21437, final part of DR1330: delay-parsing of exception-specifications. ThisRichard Smith2014-11-131-10/+10
* Instantiate exception specifications when instantiating function types (otherRichard Smith2014-11-121-1/+3
* Add frontend support for __vectorcallReid Kleckner2014-10-241-0/+1
* Revert r219977, "Re-commit r217995 and follow-up patches (r217997, r218011, r...NAKAMURA Takumi2014-10-171-3/+1
* Re-commit r217995 and follow-up patches (r217997, r218011, r218053). These wereRichard Smith2014-10-161-1/+3
* Revert r217995 and follow-ups:Hans Wennborg2014-09-181-3/+1
* Instantiate exception specifications when instantiating function types (otherRichard Smith2014-09-171-1/+3
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-1/+1
* Factor out exception specification information fromRichard Smith2014-07-311-28/+44
* Delay lookup of simple default template arguments under -fms-compatibilityReid Kleckner2014-06-061-5/+5
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-101-2/+1
* [C++11] Use 'nullptr'Craig Topper2014-05-061-16/+18
* Fix some typosAlp Toker2014-05-051-1/+1
* StringRefize and take out an old FIXMEAlp Toker2014-05-051-2/+2