// // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo // // The contents of this file are covered under the licence agreement in the // file "LICENCE" distributed with Cforall. // // FixGlobalInit.cc -- // // Author : Rob Schluntz // Created On : Mon May 04 15:14:56 2016 // Last Modified By : Peter A. Buhr // Last Modified On : Wed Jun 29 22:33:15 2016 // Update Count : 4 // #include "FixGlobalInit.h" #include "InitTweak.h" #include "SynTree/Declaration.h" #include "SynTree/Type.h" #include "SynTree/Expression.h" #include "SynTree/Statement.h" #include "SynTree/Initializer.h" #include "SynTree/Visitor.h" #include "SynTree/Attribute.h" #include namespace InitTweak { namespace { const std::list