Changeset 6018ddb for src/AST/Expr.hpp


Ignore:
Timestamp:
Feb 25, 2026, 12:52:06 AM (43 hours ago)
Author:
Matthew Au-Yeung <mw2auyeu@…>
Branches:
stuck-waitfor-destruct
Children:
a0548c2
Parents:
2b3ebe5
git-author:
Matthew Au-Yeung <mw2auyeu@…> (02/25/26 00:31:10)
git-committer:
Matthew Au-Yeung <mw2auyeu@…> (02/25/26 00:52:06)
Message:

Revert "cleanup and add tests"

This reverts commit a56d544a48fa37aa9352321253b32a7ddc0159c7.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Expr.hpp

    r2b3ebe5 r6018ddb  
    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 );
    468466        /// Generates a string constant from the given string (char type, unquoted string).
    469467        static ConstantExpr * from_string( const CodeLocation & loc, const std::string & string );
Note: See TracChangeset for help on using the changeset viewer.