mirror of
https://github.com/github/codeql.git
synced 2026-03-06 15:49:08 +01:00
Now ClassFileTrapWriter is just FileTrapWriter, which no longer takes a nullable IrFileEntry. SourceFileTrapWriter still extends FileTrapWriter, and adds the IrFileEntry, allowing it to override the location functions with more useful variants. populateFileTables no longer has a default. I think that for the sake of a handful of calls, it's simpler to be explicit so we aren't confused.