mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02: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.