Commits

Joe Groff committed dbc314cdab1
Add a -use-malloc switch for memory debugging. This flag makes ASTContext and SILModule's allocators go through malloc instead of using bump pointer allocators, so that GuardMalloc or similar tools can be used to look for memory bugs. Swift SVN r5472