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

Stephan Bergmann sbergman at redhat.com
Thu Dec 22 07:58:33 UTC 2016


 compilerplugins/clang/fpcomparison.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit c74688dfd40351cead1644d8cfe9dad4622d9edc
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Dec 22 08:58:09 2016 +0100

    That whitelisted code is already gone again
    
    Change-Id: I1fa04b51823ac9707f0dd3d7c8209c69e917ef28

diff --git a/compilerplugins/clang/fpcomparison.cxx b/compilerplugins/clang/fpcomparison.cxx
index 5bc5d95..025d4e0 100644
--- a/compilerplugins/clang/fpcomparison.cxx
+++ b/compilerplugins/clang/fpcomparison.cxx
@@ -322,11 +322,6 @@ bool FpComparison::ignore(FunctionDecl* function)
         || dc.Function("testPlotAreaManualLayoutXLSX").Class("Chart2ExportTest").GlobalNamespace()
         || dc.Function("testLegendManualLayoutXLSX").Class("Chart2ExportTest").GlobalNamespace()
         || dc.Function("SetScreenNumber").Class("AquaSalFrame").GlobalNamespace()
-        || dc.Function("encode_glyph").GlobalNamespace()
-        || dc.Function("LayoutText").Class("SimpleWinLayout").GlobalNamespace()
-        || dc.Function("DisableFontScaling").Class("WinLayout").GlobalNamespace()
-        || dc.Function("LayoutText").Class("UniscribeLayout").GlobalNamespace()
-        || dc.Function("GetTextLayout").Class("WinSalGraphics").GlobalNamespace()
         || (vclFloatDevicePixel
             && (dc.Function("Justify").Class("GenericSalLayout").GlobalNamespace()
                 || dc.Function("AdjustLayout").Class("MultiSalLayout").GlobalNamespace())))


More information about the Libreoffice-commits mailing list