~eda-qa/leaflang/cpp

« back to all changes in this revision

Viewing changes to include/ir/dump.hpp

  • Committer: edA-qa mort-ora-y
  • Date: 2017-08-19 06:03:00 UTC
  • mfrom: (100.1.22 misc)
  • Revision ID: eda-qa@disemia.com-20170819060300-209dwd5884343mi0
merging miscelaneous changes, mainly platform improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
        std::set<value const*> shown_type;
77
77
        //all named types which were used
78
78
        std::set<type const*> named_types;
 
79
        //in type recursion to prevent infintie loops (poor solution for now, no reference to outer bit)
 
80
        std::set<type const*> recurse_types;
79
81
        
80
82
        template<typename T>
81
83
        void validate( T const & o );