Skip to content
  • Peter Collingbourne's avatar
    Move name mangling support from CodeGen to AST. In the · 0ff0b376
    Peter Collingbourne authored
    process, perform a number of refactorings:
    
    - Move MiscNameMangler member functions to MangleContext
    - Remove GlobalDecl dependency from MangleContext
    - Make MangleContext abstract and move Itanium/Microsoft functionality
      to their own classes/files
    - Implement ASTContext::createMangleContext and have CodeGen use it
    
    No (intended) functionality change.
    
    llvm-svn: 123386
    0ff0b376
Loading