From 7faf651a45c1470ca8308ef7fc22819b4bea3cd4 Mon Sep 17 00:00:00 2001 From: Andrey Ayupov Date: Wed, 26 Jul 2017 12:07:20 -0700 Subject: Flatten transformation (#631) * initial implementation of InlineDeepTransformation * rewrote transformation to not have any side effects in terms on inlining that was not annotated to be inlined * minor rewrites * renamed transformations to Flatten * fixes according to review * added more comments and fixed formating/style * fixed spacing, minor style fixes --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f2ef2aa6..41d9d628 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ project/plugins/project/ .idea/ gen/ project/project/ +/bin/ -- cgit v1.2.3