Ignore:
Timestamp:
Nov 6, 2023, 4:33:44 PM (7 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
6b419ce
Parents:
0d41b2e
Message:

Updated the demangler to also demangle operator names. You can also pass a filename to demangle now. There is also a test, but I don't really know what good tests are for the demangler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Demangle.h

    r0d41b2e rc649d2c  
    1010// Created On       : Fri May 13 10:11:00 2022
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Fri May 13 10:30:00 2022
    13 // Update Count     : 0
     12// Last Modified On : Mon Nov  6 15:48:00 2023
     13// Update Count     : 1
    1414//
    1515
     
    1717
    1818extern "C" {
     19        /// Main interface to the demangler as a utility.
     20        /// Caller must free the returned string.
    1921        char * cforall_demangle(const char *, int);
    2022}
Note: See TracChangeset for help on using the changeset viewer.