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.