Changeset a56d544 for src/AST/Expr.hpp


Ignore:
Timestamp:
Feb 14, 2026, 10:38:00 PM (3 days ago)
Author:
Matthew Au-Yeung <mw2auyeu@…>
Branches:
stuck-waitfor-destruct
Children:
7e8c071
Parents:
c9d36b1
git-author:
Matthew Au-Yeung <mw2auyeu@…> (02/14/26 22:30:32)
git-committer:
Matthew Au-Yeung <mw2auyeu@…> (02/14/26 22:38:00)
Message:

cleanup and add tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Expr.hpp

    rc9d36b1 ra56d544  
    464464        /// Generates an integer constant of the given unsigned long int.
    465465        static ConstantExpr * from_ulong( const CodeLocation & loc, unsigned long i );
     466        /// Generates an integer constant of the given unsigned long long int.
     467        static ConstantExpr * from_ulonglong( const CodeLocation & loc, unsigned long long i );
    466468        /// Generates a string constant from the given string (char type, unquoted string).
    467469        static ConstantExpr * from_string( const CodeLocation & loc, const std::string & string );
Note: See TracChangeset for help on using the changeset viewer.