Commit Graph

4 Commits

Author SHA1 Message Date
Graydon Hoare
71da5ec519 Fix flake8 warning W605 invalid escape sequence. 2018-11-06 11:38:39 -08:00
Graydon Hoare
4aa01e908a Fix flake8 warning E741 ambiguous variable name 'l'. 2018-11-05 21:01:33 -08:00
practicalswift
265835fdfc [Python] Use consistent import ordering for Python code
Ordering used:
1.) standard library imports
2.) third party imports
3.) local package imports

Each group is individually alphabetized.
2016-03-07 23:25:16 +01:00
Michael Gottesman
9783da45ab Added utility create-filecheck-tests that takes in a sil fragment and converts SSA variables to FileCheck variables.
Swift SVN r11912
2014-01-05 04:15:31 +00:00