summaryrefslogtreecommitdiff
path: root/lib/AST/Mangle.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-8/+8
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-111-0/+5
* For consistency, use llvm::raw_ostream in the rest of the mangle api.Rafael Espindola2011-02-111-7/+7
* Use raw_ostream instead of raw_svector_ostream.Rafael Espindola2011-02-111-6/+6
* Use raw_svector_ostream in more places in the mangler.Rafael Espindola2011-02-101-16/+19
* Move name mangling support from CodeGen to AST. In thePeter Collingbourne2011-01-131-0/+132