Add PointerLikeTypeTraits for const things, as long as there is one for the...
Add PointerLikeTypeTraits for const things, as long as there is one for the non-const version. Clang and other users have a number of types they use as pointers, and this avoids having to define both const and non-const versions of PointerLikeTraits. llvm-svn: 297181
Loading
Please sign in to comment