[Libreoffice-commits] core.git: compilerplugins/clang

Stephan Bergmann sbergman at redhat.com
Mon Oct 9 07:35:34 UTC 2017


 0 files changed

New commits:
commit 51c81a57e307e6ac6b6ec08fbcc8d3945ffd4e7e
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Oct 9 09:32:46 2017 +0200

    Move loplugin:bodynotinblock to store/, to improve performance
    
    ...as it was the last remaining enabled-by-default plugin that calls expensive
    parentStmt.  It isn't immediately clear to me how to rewrite the plugin to not
    call that, but a superset of this plugin's warnings are now also emitted by
    GCC 6 -Wmisleading-indentation.
    
    Change-Id: Ifa55cb14f6763594fe48926585df29d4d30355df

diff --git a/compilerplugins/clang/bodynotinblock.cxx b/compilerplugins/clang/store/bodynotinblock.cxx
similarity index 100%
rename from compilerplugins/clang/bodynotinblock.cxx
rename to compilerplugins/clang/store/bodynotinblock.cxx
diff --git a/compilerplugins/clang/bodynotinblock.hxx b/compilerplugins/clang/store/bodynotinblock.hxx
similarity index 100%
rename from compilerplugins/clang/bodynotinblock.hxx
rename to compilerplugins/clang/store/bodynotinblock.hxx


More information about the Libreoffice-commits mailing list