Ignore:
Timestamp:
Jan 31, 2022, 10:26:13 PM (2 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
51ec1ab
Parents:
3a4732f
Message:

formatting, remove anonymous namespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/HoistControlDecls.hpp

    r3a4732f r45040b61  
    99// Author           : Andrew Beach
    1010// Created On       : Fri Dec  3 15:31:00 2021
    11 // Last Modified By : Andrew Beach
    12 // Last Modified On : Fri Dec  3 15:31:00 2021
    13 // Update Count     : 0
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Mon Jan 31 22:25:07 2022
     13// Update Count     : 3
    1414//
    1515
     
    1717
    1818namespace ast {
    19         class TranslationUnit;
     19class TranslationUnit;
    2020}
    2121
    2222namespace ControlStruct {
    23 
    24 /// Hoist initialization out of control flow statements.
     23// Hoist declarations out of control flow statements into compound statement.
    2524void hoistControlDecls( ast::TranslationUnit & translationUnit );
    26 
    2725} // namespace ControlStruct
    2826
Note: See TracChangeset for help on using the changeset viewer.