summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/MicrosoftMangle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-201-3/+4
* For consistency, use llvm::raw_ostream in the rest of the mangle api.Rafael Espindola2011-02-111-19/+17
* Use raw_ostream instead of raw_svector_ostream.Rafael Espindola2011-02-111-8/+8
* Use raw_svector_ostream in more places in the mangler.Rafael Espindola2011-02-101-13/+12
* Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall2011-01-191-1/+1
* Start implementing support for substitution into pack expansions thatDouglas Gregor2011-01-141-0/+6
* Move name mangling support from CodeGen to AST. In thePeter Collingbourne2011-01-131-0/+1184
OpenPOWER on IntegriCloud