summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/MicrosoftMangle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement a new type node, UnaryTransformType, designed to represent aAlexis Hunt2011-05-241-0/+4
* Remove comments about __int8 and friends from the mangler. Turns out we don'tCharles Davis2011-04-291-7/+0
* Make yet another placeholder type, this one marking that an expression is a b...John McCall2011-04-261-0/+1
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-1/+1
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Implement ARM pcs attribute. Basically it's another way of calling convention...Anton Korobeynikov2011-04-141-0/+2
* Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall2011-04-071-0/+1
* Revert "Add CC_Win64ThisCall and set it in the necessary places."Tilmann Scheller2011-03-021-3/+0
* Add CC_Win64ThisCall and set it in the necessary places.Tilmann Scheller2011-03-021-0/+3
* 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