office-gobmx/idlc
Stephan Bergmann a2656563f1 loplugin:unnecessaryparen: Warn about parentheses around literals
...that are not composed of multiple tokens, like ("foo" "bar").  Also don't yet
warn about Boolean literals, which are sometimes wrapped in parentheses to
silence unreachable-code warnings.

To avoid multiple warnings about code like

  f((0))

switch to generally using a set of ParenExpr to keep track of which occurrences
have already been handled.

Change-Id: I036a25a92836ec6ab6c56ea848f71bc6d63822bc
Reviewed-on: https://gerrit.libreoffice.org/45317
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-11-27 14:04:40 +01:00
..
inc improve constparam loplugin 2017-11-02 10:45:01 +01:00
source loplugin:unnecessaryparen: Warn about parentheses around literals 2017-11-27 14:04:40 +01:00
test
CustomTarget_parser_test.mk More tests to suppress (all .PHONY test targets should be covered now) 2017-06-09 17:24:55 +02:00
Executable_idlc.mk bootstrap building with --disable-dynloading on standard linux 2016-12-20 09:31:43 +00:00
Makefile
Module_idlc.mk
README

Contains the UNO IDL compiler: idlc, depends on preprocessor: ucpp

This compiler generates binary RDB fragments that can be assembled
into a RDB (UNO type library) with the "regmerge" tool, as is done
primarily in the offapi and udkapi directories.