Broad refactor (part 4): Split the CFG construction part into a component...
Broad refactor (part 4): Split the CFG construction part into a component separate from the dataflow analysis. Extend it to cover return statements, nested functions and finally blocks. Note: AutoGraph doesn't support exceptions and will reject try/finally constructs, but they were easy enough to add. This is not used yet. PiperOrigin-RevId: 202661509
Loading
Please sign in to comment