Open
Description
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
.