[PATCH] D26671: Replace APFloatBase static fltSemantics data members with getter functions

Stephan Bergmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 23:57:57 PST 2016


sberg added a comment.

In https://reviews.llvm.org/D26671#613437, @zturner wrote:

> I see.  My mild preference would be to remove as many C++isms as possible from exported interfaces.


That surprises me.  Virtually all of include/clang and include/llvm is available to Clang plugins, and at least the LibreOffice plugin does use lots of that.  Do you want to C-ify all that?


https://reviews.llvm.org/D26671





More information about the llvm-commits mailing list