office-gobmx/sd/source/core
Stephan Bergmann 72ef2b5d98 Make loplugin:unnecessaryparen warn about (x) ? ... : ... after all
...which had been left out because "lots of our code uses this style, which I'm
loathe to bulk-fix as yet", but now in
<https://gerrit.libreoffice.org/#/c/45060/1/> "use std::unique_ptr" would have
caused an otherwise innocent-looking code change to trigger a
loplugin:unnecessaryparen warning for

  pFormat = (pGrfObj)
      ? ...

(barring a change to ignoreAllImplicit in
compilerplugins/clang/unnecessaryparen.cxx similar to that in
<https://gerrit.libreoffice.org/#/c/45083/2> "Make not warning about !! in
loplugin:simplifybool consistent", which should also have caused the warning to
disappear for the modified code, IIUC).

Change-Id: I8bff0cc11bbb839ef06d07b8d9237f150804fec2
Reviewed-on: https://gerrit.libreoffice.org/45088
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-11-22 19:16:52 +01:00
..
annotations
text
undo
anminfo.cxx
cusshow.cxx
CustomAnimationCloner.cxx
CustomAnimationEffect.cxx Fix typos 2017-11-13 08:43:17 +01:00
CustomAnimationPreset.cxx
drawdoc.cxx use implict conversion operator in TypedWhichId 2017-11-16 07:54:24 +01:00
drawdoc2.cxx cosmetics: Drop duplicate semicolon 2017-11-20 14:01:44 +01:00
drawdoc3.cxx
drawdoc4.cxx use implict conversion operator in TypedWhichId 2017-11-16 07:54:24 +01:00
drawdoc_animations.cxx
EffectMigration.cxx
PageListWatcher.cxx
PageListWatcher.hxx
pglink.cxx
sdiocmpt.cxx
sdpage.cxx TypedWhichId for EE_CHAR* constants 2017-11-17 11:11:50 +01:00
sdpage2.cxx
sdpage_animations.cxx
shapelist.cxx
stlfamily.cxx
stlpool.cxx Make loplugin:unnecessaryparen warn about (x) ? ... : ... after all 2017-11-22 19:16:52 +01:00
stlsheet.cxx TypedWhichId for EE_CHAR* constants 2017-11-17 11:11:50 +01:00
TransitionPreset.cxx
typemap.cxx
undoanim.cxx