[cfe-dev] CLANG Tool: Implemented on AST Visitor: Supporting "stdio.h" "inttypes.h" "string.h"

Sunny Billava via cfe-dev cfe-dev at lists.llvm.org
Thu Dec 8 06:40:25 PST 2016


Hello All,
We are implementing a CLANG Tool implemented based on the AST Visitor.
[Environment is Windows]

If the test C File contains either of the "stdio.h" "inttypes.h" "string.h" in the #include statements, the code breaks at ParseObj.cpp (Line 2317)

Does anyone has encountered this issue earlier?

Any help is greatly appreciated.

This message contains information that may be privileged or confidential and is the property of the KPIT Technologies Ltd. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. KPIT Technologies Ltd. does not accept any liability for virus infected mails.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20161208/e6dd6893/attachment.html>


More information about the cfe-dev mailing list