• 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 Loading commit data...
qa Loading commit data...
source Loading commit data...
uiconfig Loading commit data...
util Loading commit data...
win32/source/odbcconfig Loading commit data...
AllLangMoTarget_dba.mk Loading commit data...
CppunitTest_dbaccess_RowSetClones.mk Loading commit data...
CppunitTest_dbaccess_dialog_save.mk Loading commit data...
CppunitTest_dbaccess_dialogs_test.mk Loading commit data...
CppunitTest_dbaccess_embeddeddb_performancetest.mk Loading commit data...
CppunitTest_dbaccess_empty_stdlib_save.mk Loading commit data...
CppunitTest_dbaccess_firebird_test.mk Loading commit data...
CppunitTest_dbaccess_hsqldb_test.mk Loading commit data...
CppunitTest_dbaccess_macros_test.mk Loading commit data...
CppunitTest_dbaccess_nolib_save.mk Loading commit data...
Executable_odbcconfig.mk Loading commit data...
JunitTest_dbaccess_complex.mk Loading commit data...
JunitTest_dbaccess_unoapi.mk Loading commit data...
Library_dba.mk Loading commit data...
Library_dbaxml.mk Loading commit data...
Library_dbmm.mk Loading commit data...
Library_dbu.mk Loading commit data...
Library_sdbt.mk Loading commit data...
Makefile Loading commit data...
Module_dbaccess.mk Loading commit data...
PythonTest_dbaccess_python.mk Loading commit data...
README Loading commit data...
UIConfig_dbaccess.mk Loading commit data...
UIConfig_dbapp.mk Loading commit data...
UIConfig_dbbrowser.mk Loading commit data...
UIConfig_dbquery.mk Loading commit data...
UIConfig_dbrelation.mk Loading commit data...
UIConfig_dbtable.mk Loading commit data...
UIConfig_dbtdata.mk Loading commit data...