
Module: ppl/ppl Branch: compliance Commit: fe5b8f435d431d9d64e0174c752aa856d1c61132 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=fe5b8f435d431...
Author: Patrik Pomelli patrik.pomelli@bugseng.com Date: Mon Jun 30 12:00:03 2014 +0200
Added missing braces. Fixes violations of rule MP1.6-4-1 detected by ECLAIR.
Signed-off-by: Roberto Bagnara roberto.bagnara@bugseng.com
---
demos/ppl_lcdd/ppl_lcdd.cc | 243 +++++++++++++++++++----------- demos/ppl_pips/ppl_pips.cc | 137 +++++++++++------- src/BD_Shape_inlines.hh | 9 +- src/BD_Shape_templates.hh | 29 +++-- src/Bit_Row.cc | 6 +- src/Box_templates.hh | 88 ++++++++---- src/CO_Tree.cc | 28 +++-- src/CO_Tree_inlines.hh | 3 +- src/Checked_Number_inlines.hh | 21 ++- src/Congruence_System.cc | 3 +- src/Constraint_System.cc | 6 +- src/DB_Matrix_inlines.hh | 3 +- src/DB_Matrix_templates.hh | 3 +- src/Generator.cc | 6 +- src/Generator_System.cc | 21 ++- src/Generator_System_inlines.hh | 3 +- src/Generator_inlines.hh | 3 +- src/Grid_Generator.cc | 3 +- src/Grid_Generator_inlines.hh | 3 +- src/Grid_chdims.cc | 7 +- src/Grid_conversion.cc | 3 +- src/Grid_nonpublic.cc | 9 +- src/Grid_public.cc | 23 ++- src/Grid_widenings.cc | 3 +- src/Interval_inlines.hh | 5 +- src/Interval_templates.hh | 3 +- src/Linear_Expression_Impl_inlines.hh | 3 +- src/Linear_Expression_Impl_templates.hh | 3 +- src/Linear_System_templates.hh | 9 +- src/MIP_Problem.cc | 18 ++- src/Octagonal_Shape_templates.hh | 12 +- src/PIP_Problem.cc | 6 +- src/PIP_Tree.cc | 19 ++- src/Pointset_Powerset.cc | 6 +- src/Pointset_Powerset_templates.hh | 18 ++- src/Polyhedron_chdims.cc | 9 +- src/Polyhedron_conversion_templates.hh | 16 +- src/Polyhedron_minimize_templates.hh | 7 +- src/Polyhedron_nonpublic.cc | 21 ++- src/Polyhedron_public.cc | 54 ++++--- src/Polyhedron_simplify_templates.hh | 5 +- src/Polyhedron_widenings.cc | 10 +- src/Powerset_templates.hh | 3 +- src/Sparse_Row.cc | 12 +- src/WRD_coefficient_types_inlines.hh | 6 +- src/checked.cc | 3 +- src/checked_ext_inlines.hh | 6 +- src/checked_float_inlines.hh | 15 ++- src/checked_inlines.hh | 6 +- src/checked_int_inlines.hh | 12 +- src/globals_inlines.hh | 3 +- src/termination.cc | 12 +- src/wrap_assign.hh | 3 +- src/wrap_string.cc | 3 +- utils/timings.cc | 9 +- 55 files changed, 627 insertions(+), 353 deletions(-)
Diff: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commitdiff;h=fe5b8f435...