]> granicus.if.org Git - clang/commit
Turn off "disable free" mode when preprocessing imported module files in
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 20 Jun 2017 01:31:53 +0000 (01:31 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 20 Jun 2017 01:31:53 +0000 (01:31 +0000)
commitcdc846bf68eaeabea7f515b0daa3657777924c0f
tree0480d189b5034db8cc89a4fe64fdb35aa2a2f3cf
parent0be2e497aa26778cd044e98df261c1c7e1e23571
Turn off "disable free" mode when preprocessing imported module files in
-frewrite-imports mode.

This could end up accumulating a very large amount of intermediate state. Clear
it out after each module file is processed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305764 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/Rewrite/FrontendActions.cpp