[cfe-dev] libcxx: cstdio / stdio.h - missing file
Ben Pope
benpope81 at gmail.com
Sun Aug 17 06:04:35 PDT 2014
On Sunday, August 17, 2014 08:36 PM, Anton Smirnov wrote:
> Hi, guys!
>
> I try to use libcxx headers with clang via C API (libclang to be more
> detailed) and i've found that cstdio file
> (http://llvm.org/svn/llvm-project/libcxx/tags/RELEASE_34/final/include/cstdio)
> includes stdio (line 100) which is missing. I can't find it in "include"
> and subdirectories.
>
> Am i missing smth?
Check the recent posts by Larry Evans.
What's the output of:
clang++ helloworld.cpp -v
What is your platform?
Ben
More information about the cfe-dev
mailing list