summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/TypeNodes.def
Commit message (Expand)AuthorAgeFilesLines
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+1
* Fix typo (count correctly) in include/clang/AST/TypeNodes.defHal Finkel2015-01-281-1/+1
* Add an AdjustedType sugar node for adjusting calling conventionsReid Kleckner2013-12-051-1/+2
* Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENTDavid Blaikie2013-07-131-1/+1
* [AST] Introduce a new DecayedType sugar nodeReid Kleckner2013-06-241-0/+1
* Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith2013-04-301-1/+1
* Support for C1x _Atomic specifier (see testcase). This is primarily being co...Eli Friedman2011-10-061-1/+2
* Implement a new type node, UnaryTransformType, designed to represent aSean Hunt2011-05-241-0/+1
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-201-0/+1
* Start implementing support for substitution into pack expansions thatDouglas Gregor2011-01-141-0/+1
* Introduce an AttributedType, but don't actually use it anywhere yet.John McCall2011-01-061-0/+1
* Introduce a new type, PackExpansionType, to capture types that areDouglas Gregor2010-12-201-0/+1
* Added ParenType type node.Abramo Bagnara2010-12-101-0/+1
* Split DependentNameType into two types. DependentNameType represents theJohn McCall2010-06-111-0/+1
* Substantially alter the design of the Objective C type AST by introducingJohn McCall2010-05-151-1/+2
* Merged Elaborated and QualifiedName types.Abramo Bagnara2010-05-111-1/+0
* Make the InjectedClassNameType the canonical type of the current instantiationJohn McCall2010-04-271-1/+3
* Rename TypenameType to DependentNameType in anticipation of someDouglas Gregor2010-03-311-1/+1
* Create a new InjectedClassNameType to represent bare-word references to the John McCall2010-03-101-0/+1
* Split out types that are non-canonical unless dependent as their ownJohn McCall2010-03-011-5/+14
* Waste two bits in every clang::Type so that the type class can be readJohn McCall2010-02-121-0/+5
* Get rid of FixedWidthIntType, as suggested by Chris and Eli.Anders Carlsson2009-12-291-2/+0
* Fix "using typename" and the instantiation of non-dependent using declarations.John McCall2009-12-041-0/+1
* When building types from declarators, instead of building two types (one forJohn McCall2009-10-221-2/+0
* When performing template-substitution into a type, don't just replace theJohn McCall2009-10-181-0/+1
* Remove the ConstantArrayType subtypes. This information is preserved in theJohn McCall2009-10-161-2/+0
* Introduce ObjCProtocolListType type subclass.Argyrios Kyrtzidis2009-09-291-0/+1
* Refactor the representation of qualifiers to bring ExtQualType out of theJohn McCall2009-09-241-1/+0
* Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall2009-09-211-0/+17
* Basic support for representing elaborated type specifiersJohn McCall2009-09-051-0/+1
* Remove ObjCQualifiedInterfaceType:-)Steve Naroff2009-07-181-1/+0
* Keep track of the Expr used to describe the size of an array type,Douglas Gregor2009-07-061-0/+2
* Add a DecltypeType type.Anders Carlsson2009-06-241-0/+1
* First step toward fixing <rdar://problem/6613046> refactor clang objc type re...Steve Naroff2009-06-171-1/+1
* Support dependent extended vector types and template instantiationDouglas Gregor2009-06-171-0/+1
* Fix the parent classes in TypeNodes.def, from Olaf KrzikallaDouglas Gregor2009-05-221-4/+4
* ObjCQualifiedClass is dead, remove it.Chris Lattner2009-04-221-1/+0
* Improve the representation of template names in the AST. ThisDouglas Gregor2009-03-301-1/+1
* Initial implementation of parsing, semantic analysis, and templateDouglas Gregor2009-03-271-0/+1
* Introduce a representation for types that we referred to via aDouglas Gregor2009-03-191-0/+1
* Almost complete implementation of rvalue references. One bug, and a few uncle...Sebastian Redl2009-03-161-1/+3
* Eliminate CXXRecordTypeDouglas Gregor2009-02-281-1/+0
* Create a new TypeNodes.def file that enumerates all of the types,Douglas Gregor2009-02-261-0/+83