office-gobmx/svx/source/xml
Stephan Bergmann 084f454e8c More loplugin:unnecessaryparen
81892b2037 "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
81892b2037 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
2017-10-26 10:27:48 +02:00
..
xmleohlp.cxx loplugin:includeform: svx 2017-10-23 22:45:50 +02:00
xmlexport.cxx
xmlgrhlp.cxx More loplugin:unnecessaryparen 2017-10-26 10:27:48 +02:00
xmlxtexp.cxx loplugin:includeform: svx 2017-10-23 22:45:50 +02:00
xmlxtimp.cxx loplugin:includeform: svx 2017-10-23 22:45:50 +02:00