summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ItaniumMangle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Teach NestedNameSpecifier to keep track of namespace aliases the sameDouglas Gregor2011-02-241-0/+3
* Mangling of undeduced 'auto' types, as specified by Itanium C++ ABI.Richard Smith2011-02-211-2/+5
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-201-3/+6
* Change the representation of GNU ?: expressions to use a different expressionJohn McCall2011-02-171-0/+12
* Add a hack to avoid adding '\01' to asm names when possible. It would beRafael Espindola2011-02-151-1/+12
* For consistency, use llvm::raw_ostream in the rest of the mangle api.Rafael Espindola2011-02-111-32/+19
* Use raw_ostream instead of raw_svector_ostream.Rafael Espindola2011-02-111-11/+11
* Use raw_svector_ostream in more places in the mangler.Rafael Espindola2011-02-101-27/+37
* AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actionsPeter Collingbourne2011-02-091-1/+2
* Remove vtables from the Stmt hierarchy; this was pretty easy asJohn McCall2011-02-091-0/+1
* When mangling a qualified array type, push the qualifiers down to theJohn McCall2011-01-261-11/+25
* Rvalue references for *this: add name mangling for ref-qualifiers,Douglas Gregor2011-01-261-4/+28
* Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall2011-01-191-1/+2
* Introduce a new kind of TemplateName that captures a substitutedDouglas Gregor2011-01-151-0/+6
* Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr,Douglas Gregor2011-01-151-0/+5
* Start implementing support for substitution into pack expansions thatDouglas Gregor2011-01-141-0/+5
* Move name mangling support from CodeGen to AST. In thePeter Collingbourne2011-01-131-0/+2625
OpenPOWER on IntegriCloud