summaryrefslogtreecommitdiff
path: root/include/clang/AST/CanonicalType.h
Commit message (Expand)AuthorAge
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-07
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-20
* Use only explicit bool conversion operatorDavid Blaikie2013-05-15
* These are all simple pointer wrappers. Pass them by value.Rafael Espindola2013-03-28
* Cleanup clang's specializations of simplify_type.Rafael Espindola2013-03-27
* Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it,Eli Friedman2012-12-13
* Improved MSVC __interface support by adding first class support for it, inste...Joao Matos2012-08-31
* Add a castAs<U> accessor to CanQual<T>.John McCall2012-02-17
* Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer2012-02-07
* Move operator overload out of line. Calling operator<< on a forward declared ...Benjamin Kramer2012-02-05
* Try to fix Benjamin's r149781 on MSVC.NAKAMURA Takumi2012-02-05
* Automatic Reference Counting.John McCall2011-06-15
* Implement a new type node, UnaryTransformType, designed to represent aSean Hunt2011-05-24
* Introduce Type::isSignedIntegerOrEnumerationType() andDouglas Gregor2011-05-20
* Switch the interface name for both TemplateTypeParmType andChandler Carruth2011-05-01
* Re-applies the patch first applied way back in r106099, withChandler Carruth2011-05-01
* Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall2011-01-19
* Kill RecordType::getAddressSpace() and its fixme; that's just not howJohn McCall2010-12-23
* Replace two QualType::getTypePtrOrNull() calls withDouglas Gregor2010-12-10
* Eliminate the branching in QualType::getTypePtr() by providing aDouglas Gregor2010-12-10
* When caching code completions for global declarations, keep track ofDouglas Gregor2010-08-16
* Vectors are not integer types, so the type system should not classifyDouglas Gregor2010-07-23
* Add isArrayType() to CanProxy's forwarders.Sebastian Redl2010-06-23
* Change Type::isFloatingType() to reflect the actual definition of aDouglas Gregor2010-06-22
* Revert r106099; it broke self-host.Douglas Gregor2010-06-16
* Added TemplateTypeParmType::getDecl().Abramo Bagnara2010-06-16
* Introduce Type::isIntegralOrEnumerationType(), to cover those placesDouglas Gregor2010-06-16
* Substantially alter the design of the Objective C type AST by introducingJohn McCall2010-05-15
* Introduce Type::isStructureOrClassType(), which does the obviousDouglas Gregor2010-04-26
* the big refactoring bits of PR3782.Rafael Espindola2010-03-30
* add dump() method to CanQual for debugging purposesNuno Lopes2010-03-25
* Use the power of types to track down another canonicalization bug inJohn McCall2010-02-26
* Remove ';' after method definition. Noticed by clang++, which one would thinkDaniel Dunbar2009-12-19
* Improve diagnostics for malformed delete operator function declarations.Anders Carlsson2009-12-11
* First part of changes to eliminate problems with cv-qualifiers andDouglas Gregor2009-11-16
* Give CanQual<T> an implicit conversion to bool, so that it can be usedDouglas Gregor2009-11-12
* Store the builtin types as CanQualTypes. Expand a bit on the CanQual API,John McCall2009-10-23
* Canonicality is a property of qualified types, not unqualified types.John McCall2009-10-22
* Remove the ConstantArrayType subtypes. This information is preserved in theJohn McCall2009-10-16
* Refactor the representation of qualifiers to bring ExtQualType out of theJohn McCall2009-09-24
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-09
* Fix a comment that trailed offDouglas Gregor2009-08-05
* Introduce the canonical type smart pointers, and use them in a few places toDouglas Gregor2009-08-05