Hello,
I am trying to get my head around how Clang is supposedly used as
Crosscompiler. I am using it for years with a custom gcc toolchain,
but its cumbersome as it involves adding all inlude and library paths
from gcc and adding them as options.
So I tested the arguments that should allow crossc
Hi,
How do I get the unknown type name while visiting AST nodes.
Example:
class Sample
{
std::string strMember;
}
I the above code if the #include is missing then the AST will have an
"invalid" for field declaration. I want to extract the token std::string as
unknown type nam