You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently saw this as well. I have locally commented out
these attributes, but I don't know whether it makes sense
to solve it in any other way (like go with an earlier
clang).
@kikofernandez Can you fix up a macro solution for this so that clang compilers don't get to see any warnings, but that gcc compilers do get to use the feature and close this issue?
After installing the dependencies (
doxygen
,clang
,ghc
andpremake4
), runningmake
throws an error.The reason is that
clang-600.0.51
(based onLLVM 3.5
) does not support alloc_size anymore.More info:
http://reviews.llvm.org/rL197866
neovim/neovim#429
Should we fix this issue and allow developers to go with the latest clang version? Otherwise, they are restricted to clang-503.0.40
The text was updated successfully, but these errors were encountered: