• 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
..
inc/pch Loading commit data...
source Loading commit data...
util Loading commit data...
Library_msforms.mk Loading commit data...
Library_vbahelper.mk Loading commit data...
Makefile Loading commit data...
Module_vbahelper.mk Loading commit data...
README Loading commit data...