Changeset d96f7c4 for src/AST


Ignore:
Timestamp:
Jan 17, 2025, 3:46:34 PM (3 days ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
df56e25
Parents:
3b340d68
Message:

expunge fallthru keyword and replace its usages with fallthrough

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Stmt.hpp

    r3b340d68 rd96f7c4  
    99// Author           : Aaron B. Moss
    1010// Created On       : Wed May  8 13:00:00 2019
    11 // Last Modified By : Andrew Beach
    12 // Last Modified On : Wed Apr  5 10:34:00 2023
    13 // Update Count     : 37
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Fri Jan 17 14:18:56 2025
     13// Update Count     : 38
    1414//
    1515
     
    280280};
    281281
    282 // Branch control flow statement: goto ... or break or continue or fallthru
     282// Branch control flow statement: goto ... or break or continue or fallthrough
    283283class BranchStmt final : public Stmt {
    284284  public:
Note: See TracChangeset for help on using the changeset viewer.