hanchenye-llvm-project/clang-tools-extra/cpp11-migrate
Ariel J. Bernal 005daf1bc6 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
2013-04-05 20:32:36 +00:00
..
Core Fix symbol dependency errors introduced with libmigrateCore 2013-04-05 19:18:13 +00:00
LoopConvert lib-ified core cpp11-migrate functionality to support unit tests 2013-04-04 20:19:58 +00:00
UseAuto lib-ified core cpp11-migrate functionality to support unit tests 2013-04-04 20:19:58 +00:00
UseNullptr Fix UseNullptr fails to replace explict casts surrounded by another implicit 2013-04-05 20:32:36 +00:00
tool Fix symbol dependency errors introduced with libmigrateCore 2013-04-05 19:18:13 +00:00
CMakeLists.txt lib-ified core cpp11-migrate functionality to support unit tests 2013-04-04 20:19:58 +00:00
Makefile lib-ified core cpp11-migrate functionality to support unit tests 2013-04-04 20:19:58 +00:00