Changeset 82ff4ed1


Ignore:
Timestamp:
Oct 19, 2022, 5:29:08 PM (18 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master
Children:
d191e24
Parents:
ce7d197
Message:

fix bug printing semantic error in buildList

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/ParseNode.h

    rce7d197 r82ff4ed1  
    1010// Created On       : Sat May 16 13:28:16 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Oct 18 14:15:37 2022
    13 // Update Count     : 936
     12// Last Modified On : Tue Oct 18 16:22:15 2022
     13// Update Count     : 937
    1414//
    1515
     
    466466                cur = dynamic_cast< const NodeType * >( temp ); // should not return nullptr
    467467                if ( ! cur && temp ) {                                                  // non-homogeneous nodes ?
    468                         SemanticError( cur->location, "internal error, non-homogeneous nodes founds in buildList processing." );
     468                        SemanticError( temp->location, "internal error, non-homogeneous nodes founds in buildList processing." );
    469469                } // if
    470470        } // while
Note: See TracChangeset for help on using the changeset viewer.