summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCXX.h
Commit message (Collapse)AuthorAgeFilesLines
* Move name mangling support from CodeGen to AST. In thePeter Collingbourne2011-01-131-36/+0
| | | | | | | | | | | | | | 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
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-1/+1
| | | | llvm-svn: 81346
* Add CGCXX.h with ctor/dtor type enumerations. No functionality change.Anders Carlsson2009-04-151-0/+36
llvm-svn: 69137
OpenPOWER on IntegriCloud