index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Basic
/
TypeTraits.h
Age
Commit message (
Expand
)
Author
2013-03-27
Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...
Joao Matos
2012-09-25
Add the Microsoft __is_interface_class type trait.
John McCall
2012-07-02
Documentation cleanup:
James Dennett
2012-07-02
Documentation cleanup: reformatting/fixing up file comments so that they have
James Dennett
2012-02-24
Implement a new type trait __is_trivially_constructible(T, Args...)
Douglas Gregor
2012-02-23
Provide the __is_trivially_assignable type trait, which provides
Douglas Gregor
2011-12-03
Implement support for the __is_final type trait, to determine whether
Douglas Gregor
2011-05-13
Implement the __is_trivially_copyable type trait
Sean Hunt
2011-05-09
Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" and
Sean Hunt
2011-05-01
Remove the type traits UTT_IsLvalueExpr and UTT_IsRvalueExpr.
Chandler Carruth
2011-04-28
Implementation of Embarcadero array type traits
John Wiegley
2011-04-27
t/clang/type-traits
John Wiegley
2011-04-23
Implement basic __is_trivial type-trait support, enough to close PR9472.
Chandler Carruth
2011-04-23
Sort the type traits in a few places where they weren't previously
Chandler Carruth
2011-03-11
Add support for the OpenCL vec_step operator, by generalising and
Peter Collingbourne
2011-01-27
Implement the Microsoft __is_convertible_to type trait, modeling the
Douglas Gregor
2010-12-08
Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...
Francois Pichet
2010-12-07
Fix compile error: comma at end of enumerator list.
Francois Pichet
2010-12-07
Type traits intrinsic implementation: __is_base_of(T, U)
Francois Pichet
2009-12-03
Introduce the notion of literal types, as specified in C++0x.
Sebastian Redl
2009-01-05
PODness and Type Traits
Sebastian Redl