Extra Clang Tools 3.8 documentation

clang-tidy - readability-uniqueptr-delete-release

«  readability-simplify-boolean-expr   ::   Contents   ::   Modularize User’s Manual  »

readability-uniqueptr-delete-release

Replace delete <unique_ptr>.release() with <unique_ptr> = nullptr. The latter is shorter, simpler and does not require use of raw pointer APIs.

«  readability-simplify-boolean-expr   ::   Contents   ::   Modularize User’s Manual  »