Skip to content
  • Anton Anikin's avatar
    Next step for use-nullptr · c4dcb3f2
    Anton Anikin authored
    Summary:
    The patch continues use-nullptr migration with changes for some parts of code which was not fixed by clang-tidy.
    
    Unfortunately it's not possible now to enable "-Wzero-as-null-pointer-constant" flag without adding many ugly fixes to code. It causes by warnings/errors produced by this flag for 3rd-party, non-KDevelop code such a KF5, Qt which still use old-style zeroes instead nullptr.
    
    Reviewers: #kdevelop, kfunk
    
    Reviewed By: #kdevelop, kfunk
    
    Subscribers: kdevelop-devel
    
    Differential Revision: https://phabricator.kde.org/D3092
    c4dcb3f2