diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-22 08:58:09 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-22 08:58:09 +0100 |
commit | c74688dfd40351cead1644d8cfe9dad4622d9edc (patch) | |
tree | 78e3454880080813650028b013ef6ab57cc7ef48 /compilerplugins/clang/fpcomparison.cxx | |
parent | 595ff0c6ea68b99e3730e0f0616f9bd7d391c8ac (diff) |
That whitelisted code is already gone again
Change-Id: I1fa04b51823ac9707f0dd3d7c8209c69e917ef28
Diffstat (limited to 'compilerplugins/clang/fpcomparison.cxx')
-rw-r--r-- | compilerplugins/clang/fpcomparison.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compilerplugins/clang/fpcomparison.cxx b/compilerplugins/clang/fpcomparison.cxx index 5bc5d95ede47..025d4e028534 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()))) |