[Differential] [Request, 52 lines] D3092: [kdevelop] Next step for use-nullptr

antonanikin (Anton Anikin) noreply at phabricator.kde.org
Tue Oct 18 03:01:11 UTC 2016


antonanikin created this revision.
antonanikin added a reviewer: KDevelop.
antonanikin set the repository for this revision to rKDEVELOP KDevelop.
Restricted Application added a subscriber: kdevelop-devel.

REVISION 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.

REPOSITORY
  rKDEVELOP KDevelop

REVISION DETAIL
  https://phabricator.kde.org/D3092

AFFECTED FILES
  debuggers/common/dialogs/selectcoredialog.h
  debuggers/common/mi/mi.h
  debuggers/common/mi/micommand.h
  debuggers/common/mi/milexer.h
  debuggers/common/mibreakpointcontroller.h
  debuggers/common/registers/registercontroller_arm.h
  debuggers/common/registers/registercontroller_x86.h
  debuggers/gdb/memviewdlg.h
  debuggers/lldb/lldbcommand.h
  documentation/qthelp/qthelpnetwork.h
  languages/clang/duchain/clangparsingenvironmentfile.h
  languages/clang/duchain/cursorkindtraits.h
  projectmanagers/cmake/cmakedoc.h
  projectmanagers/cmake/duchain/contextbuilder.h
  projectmanagers/custom-buildsystem/custombuildsystemplugin.h
  projectmanagers/qmake/parser/tests/testhelpers.h

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: antonanikin, #kdevelop
Cc: kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20161018/c04287cd/attachment-0001.html>


More information about the KDevelop-devel mailing list