An inclusion relationship can also be added by -include flag.
The question is: should CppHeaderInclusion table contain these relations too? If yes, then which file includes the header provided by this -include flag?
This question affects the incremental parsing feature as well, since this is a dependency, just like an explicit #include.
An inclusion relationship can also be added by
-includeflag.The question is: should
CppHeaderInclusiontable contain these relations too? If yes, then which file includes the header provided by this-includeflag?This question affects the incremental parsing feature as well, since this is a dependency, just like an explicit
#include.