summaryrefslogtreecommitdiff
path: root/include/clang/Basic/TypeTraits.h
Commit message (Expand)AuthorAge
* MSVC 2013 type trait supportAlp Toker2014-01-20
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-01
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-13
* [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...David Majnemer2013-10-18
* Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...Joao Matos2013-03-27
* Add the Microsoft __is_interface_class type trait.John McCall2012-09-25
* Documentation cleanup:James Dennett2012-07-02
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-02
* Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor2012-02-24
* Provide the __is_trivially_assignable type trait, which providesDouglas Gregor2012-02-23
* Implement support for the __is_final type trait, to determine whetherDouglas Gregor2011-12-03
* Implement the __is_trivially_copyable type traitSean Hunt2011-05-13
* Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" andSean Hunt2011-05-09
* Remove the type traits UTT_IsLvalueExpr and UTT_IsRvalueExpr.Chandler Carruth2011-05-01
* Implementation of Embarcadero array type traitsJohn Wiegley2011-04-28
* t/clang/type-traitsJohn Wiegley2011-04-27
* Implement basic __is_trivial type-trait support, enough to close PR9472.Chandler Carruth2011-04-23
* Sort the type traits in a few places where they weren't previouslyChandler Carruth2011-04-23
* Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne2011-03-11
* Implement the Microsoft __is_convertible_to type trait, modeling theDouglas Gregor2011-01-27
* Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...Francois Pichet2010-12-08
* Fix compile error: comma at end of enumerator list.Francois Pichet2010-12-07
* Type traits intrinsic implementation: __is_base_of(T, U)Francois Pichet2010-12-07
* Introduce the notion of literal types, as specified in C++0x.Sebastian Redl2009-12-03
* PODness and Type TraitsSebastian Redl2009-01-05