• Stephan Bergmann's avatar
    More loplugin:unnecessaryparen · 084f454e
    Stephan Bergmann yazdı
    81892b20 "loplugin:unnecessaryparen when
    compiling as C++17, so the ParenExpr is no longer hidden behind
    ExprWithCleanups/CXXConstructExpr/MaterializedTemporaryExpr wrappers" gave me
    the idea to generally look though IgnoreImplicit instead of IngoreImpCasts in
    loplugin:unnecessaryparen.  However, that would still not look through implicit
    CXXConstructExpr, so would still not have found the occurrences in
    81892b20 when compiling in pre-C++17 mode.
    Therefore, let ignoreAllImplicit also look through CXXConstructExpr.  (I am not
    entirely sure in which situations non-implicit CXXConstructExpr---that should
    thus not be ignored---would occur, but assume they would be underneath something
    like a CXXFunctionalCastExpr, which is not ignored.)
    
    Change-Id: I947d08742e1809150ecc34a7abe84cca5e0ce843
    084f454e
Adı
Son kayıt (commit)
Son güncelleme
..
PresenterAccessibility.cxx Loading commit data...
PresenterAccessibility.hxx Loading commit data...
PresenterBitmapContainer.cxx Loading commit data...
PresenterBitmapContainer.hxx Loading commit data...
PresenterButton.cxx Loading commit data...
PresenterButton.hxx Loading commit data...
PresenterCanvasHelper.cxx Loading commit data...
PresenterCanvasHelper.hxx Loading commit data...
PresenterComponent.cxx Loading commit data...
PresenterConfigurationAccess.cxx Loading commit data...
PresenterConfigurationAccess.hxx Loading commit data...
PresenterController.cxx Loading commit data...
PresenterController.hxx Loading commit data...
PresenterCurrentSlideObserver.cxx Loading commit data...
PresenterCurrentSlideObserver.hxx Loading commit data...
PresenterFrameworkObserver.cxx Loading commit data...
PresenterFrameworkObserver.hxx Loading commit data...
PresenterGeometryHelper.cxx Loading commit data...
PresenterGeometryHelper.hxx Loading commit data...
PresenterHelpView.cxx Loading commit data...
PresenterHelpView.hxx Loading commit data...
PresenterHelper.cxx Loading commit data...
PresenterHelper.hxx Loading commit data...
PresenterNotesView.cxx Loading commit data...
PresenterNotesView.hxx Loading commit data...
PresenterPaintManager.cxx Loading commit data...
PresenterPaintManager.hxx Loading commit data...
PresenterPane.cxx Loading commit data...
PresenterPane.hxx Loading commit data...
PresenterPaneBase.cxx Loading commit data...
PresenterPaneBase.hxx Loading commit data...
PresenterPaneBorderPainter.cxx Loading commit data...
PresenterPaneBorderPainter.hxx Loading commit data...
PresenterPaneContainer.cxx Loading commit data...
PresenterPaneContainer.hxx Loading commit data...
PresenterPaneFactory.cxx Loading commit data...
PresenterPaneFactory.hxx Loading commit data...
PresenterProtocolHandler.cxx Loading commit data...
PresenterProtocolHandler.hxx Loading commit data...
PresenterScreen.cxx Loading commit data...
PresenterScreen.hxx Loading commit data...
PresenterScrollBar.cxx Loading commit data...
PresenterScrollBar.hxx Loading commit data...
PresenterSlidePreview.cxx Loading commit data...
PresenterSlidePreview.hxx Loading commit data...
PresenterSlideShowView.cxx Loading commit data...
PresenterSlideShowView.hxx Loading commit data...
PresenterSlideSorter.cxx Loading commit data...
PresenterSlideSorter.hxx Loading commit data...
PresenterSprite.cxx Loading commit data...
PresenterSprite.hxx Loading commit data...
PresenterSpritePane.cxx Loading commit data...
PresenterSpritePane.hxx Loading commit data...
PresenterTextView.cxx Loading commit data...
PresenterTextView.hxx Loading commit data...
PresenterTheme.cxx Loading commit data...
PresenterTheme.hxx Loading commit data...
PresenterTimer.cxx Loading commit data...
PresenterTimer.hxx Loading commit data...
PresenterToolBar.cxx Loading commit data...
PresenterToolBar.hxx Loading commit data...
PresenterUIPainter.cxx Loading commit data...
PresenterUIPainter.hxx Loading commit data...
PresenterViewFactory.cxx Loading commit data...
PresenterViewFactory.hxx Loading commit data...
PresenterWindowManager.cxx Loading commit data...
PresenterWindowManager.hxx Loading commit data...
presenter.component Loading commit data...