On 22.10.2016 09:35, Philipp Klaus Krause via cfe-users wrote:
> Found another one that encountered this problem:
>
> http://lists.llvm.org/pipermail/cfe-dev/2013-October/032554.html
>
> Again no solution there.
>
> Is anyone sucessfully using clang (preferably 3.8) with an alignment for
> long
Hi,
I've got a program using libclang to compile C/C++ scripts at run-time.
When trying to use it with libstdc++, specifically , although I
get similar errors when using other standard headers, I get errors of
the form "use of undeclared identifier '__builtin_clz'; did you mean
'__builtin_clz
Found another one that encountered this problem:
http://lists.llvm.org/pipermail/cfe-dev/2013-October/032554.html
Again no solution there.
Is anyone sucessfully using clang (preferably 3.8) with an alignment for
long long or double that is not 64 bits?
Philipp
_