[llvm-bugs] [Bug 33726] New: "string.h" called by "string.h" itself but not found
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jul 10 05:29:15 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33726
Bug ID: 33726
Summary: "string.h" called by "string.h" itself but not found
Product: clang
Version: unspecified
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: C++11
Assignee: unassignedclangbugs at nondot.org
Reporter: me at tiferrei.com
CC: dgregor at apple.com, llvm-bugs at lists.llvm.org
Created attachment 18769
--> https://bugs.llvm.org/attachment.cgi?id=18769&action=edit
Output log from compilation
Hello there,
I was trying to compile a simple AST parser from this guide:
https://jonasdevlieghere.com/understanding-the-clang-ast/ but I run into some
trouble where the string.h file, indirectly referenced by AST.h is not found...
even though this file seems to be calling a local version of itself. I have
attached the output log.
I'm sorry if this is a beginner question, I'm new to all this Clang world.
Thank you,
Tiago
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170710/864a76d9/attachment.html>
More information about the llvm-bugs
mailing list