Fix UseNullptr fails to replace explict casts surrounded by another implicit
cast UseNullptr previously matched the implicit cast to const pointer as well as the explicit cast within that has an implicit cast to nullptr as a descendant. -Refactored UseNullptr to avoid special-casing certain kinds of cast sequences -Added test cases. llvm-svn: 178907
Loading
Please register or sign in to comment