office-gobmx/dbaccess
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
..
inc
qa Delete test*.odb files 2017-11-16 18:28:36 +01:00
source Make loplugin:unnecessaryparen warn about (x) ? ... : ... after all 2017-11-22 19:16:52 +01:00
uiconfig
util
win32/source/odbcconfig Make Windows error reporting more robust 2017-11-04 15:24:32 +01:00
AllLangMoTarget_dba.mk
CppunitTest_dbaccess_dialog_save.mk
CppunitTest_dbaccess_dialogs_test.mk
CppunitTest_dbaccess_embeddeddb_performancetest.mk
CppunitTest_dbaccess_empty_stdlib_save.mk
CppunitTest_dbaccess_firebird_test.mk
CppunitTest_dbaccess_hsqldb_test.mk
CppunitTest_dbaccess_macros_test.mk
CppunitTest_dbaccess_nolib_save.mk
CppunitTest_dbaccess_RowSetClones.mk
Executable_odbcconfig.mk
JunitTest_dbaccess_complex.mk
JunitTest_dbaccess_unoapi.mk
Library_dba.mk
Library_dbaxml.mk
Library_dbmm.mk
Library_dbu.mk
Library_sdbt.mk
Makefile
Module_dbaccess.mk
PythonTest_dbaccess_python.mk
README
UIConfig_dbaccess.mk
UIConfig_dbapp.mk
UIConfig_dbbrowser.mk
UIConfig_dbquery.mk
UIConfig_dbrelation.mk
UIConfig_dbtable.mk
UIConfig_dbtdata.mk

Database access tools, for "base" database application