Is there some place I can browse clang's implemented intrinsics and their precise syntax and semantics? I'm currently trying to make sure the libc++ <type_traits> takes advantage of everything it can, such as the newly implemented __is_convertible_to and __is_base_of. Thanks, Howard