mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
1. Change `LocalSource` to extend `DataFlow::Node`, thus removed from the definiton of `Source` 2. Add a private class `AddLocalSource` which extends `Source`. This allows us to currently preserve the inclusion of local sources, while making it easier to remove it in the future.