Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/ExceptTranslate.h

    r5ee153d r7119daa  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // ExceptTranslate.h -- Conversion of exception control flow structures.
     7// ExceptTranslate.h --
    88//
    99// Author           : Andrew Beach
    1010// Created On       : Tus Jun 06 10:13:00 2017
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Mon Nov  8 11:43:00 2020
    13 // Update Count     : 6
     12// Last Modified On : Tus May 19 11:47:00 2020
     13// Update Count     : 5
    1414//
    1515
     
    1919
    2020class Declaration;
    21 namespace ast {
    22         class TranslationUnit;
    23 }
    2421
    2522namespace ControlStruct {
    2623        void translateThrows( std::list< Declaration *> & translationUnit );
    27         void translateThrows( ast::TranslationUnit & transUnit );
    2824        /* Replaces all throw & throwResume statements with function calls.
    2925         * These still need to be resolved, so call this before the reslover.
Note: See TracChangeset for help on using the changeset viewer.