Hello,
I am thinking about using cplusplus to write some personal source analysis and transformation tools. The first one i want to implement is a simple file dependency analyzer.
Is this possible? At first glance it doesn't appear that the include directives are preserved. Am i missing something?
For me the value of your project is in a lighter libclang (like about 50 tones lighter) for analysis purposes.
Hello,
I am thinking about using cplusplus to write some personal source analysis and transformation tools. The first one i want to implement is a simple file dependency analyzer.
Is this possible? At first glance it doesn't appear that the include directives are preserved. Am i missing something?
For me the value of your project is in a lighter libclang (like about 50 tones lighter) for analysis purposes.