[cfe-dev] intrinsics documentation?
Chris Lattner
clattner at apple.com
Thu Oct 7 11:26:00 PDT 2010
On Oct 7, 2010, at 11:21 AM, Howard Hinnant wrote:
> 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.
These should be (but aren't) all documented in LanguageExtensions.html
-Chris
More information about the cfe-dev
mailing list