Ignore:
Timestamp:
Jun 27, 2022, 3:55:29 PM (2 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
43aec9e
Parents:
b01d459
Message:

Some white-space and comment fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Inspect.hpp

    rb01d459 r7b71402  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // Node.hpp --
     7// Inspect.hpp -- Helpers to get information from the AST.
    88//
    99// Author           : Thierry Delisle
    1010// Created On       : Fri Jun 24 13:16:31 2022
    11 // Last Modified By :
    12 // Last Modified On :
    13 // Update Count     :
     11// Last Modified By : Andrew Beach
     12// Last Modified On : Mon Jun 27 15:35:00 2022
     13// Update Count     : 1
    1414//
    1515
     
    1717
    1818namespace ast {
    19         bool structHasFlexibleArray( const ast::StructDecl * );
     19
     20// Does the structure end in a flexable array declaration?
     21bool structHasFlexibleArray( const ast::StructDecl * );
     22
    2023}
Note: See TracChangeset for help on using the changeset viewer.