You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No that functionality will remain the same; the CPP parser still behaves the same, also when applied to C code.
But, now you can also parse only C (using a different function) and it will throw errors if you use C++ constructs there.
And, there were C files which were not parsed accurately by the CPP parser before. So there is an option to "do better" now, by using the right parser function for the right file extension.
No description provided.
The text was updated successfully, but these errors were encountered: