Right now if you have a larger project that includes many 3rd party headers or pulls in a lot of system headers, this can increase the parse time a huge amount especially if you don't care about the results of that content.
This adds an option that allows you to skip the parsing of SystemIncludes, which in my case resulted with my parse going from 38s to 1s (since a large chunk of the code pulls in 3rd party libs).
I do understand if this is not something you want to support but I thought I would make the PR anyway. :D
Right now if you have a larger project that includes many 3rd party headers or pulls in a lot of system headers, this can increase the parse time a huge amount especially if you don't care about the results of that content.
This adds an option that allows you to skip the parsing of SystemIncludes, which in my case resulted with my parse going from 38s to 1s (since a large chunk of the code pulls in 3rd party libs).
I do understand if this is not something you want to support but I thought I would make the PR anyway. :D