The kind has been 'unknown' before, now it is 'field'.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
Event Timeline
Comment Actions
LGTM thanks!
Do you think it would be beneficial to add some logging for the default case of that switch statement ?
Comment Actions
We should replace default with all cases it covers to make sure we get a warning when adding a new kind.
But I'm not sure it's going to be a big improvement, maybe it would be even nicer to replace this with some macro magic involving #include "DeclKinds.inc".