forked from OSchip/llvm-project
d9ad0cbd70
The two main fixes this patch contains are: - use __identity_t instead of common_type. common_type was used as an identity metafunction but the decay resulted in incorrect results. - Pointers to free functions were not counted as functions. Remove the pointer before checking if a type is a function. llvm-svn: 239668 |
||
---|---|---|
.. | ||
meta.trans.arr | ||
meta.trans.cv | ||
meta.trans.other | ||
meta.trans.ptr | ||
meta.trans.ref | ||
meta.trans.sign | ||
nothing_to_do.pass.cpp |