summaryrefslogtreecommitdiff
path: root/lib/AST/Mangle.cpp
Commit message (Expand)AuthorAge
* [C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...Aaron Ballman2014-03-17
* Pass llvm::Triple objects by const reference.Benjamin Kramer2014-03-04
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-20
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-07
* Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea...Aaron Ballman2014-01-03
* On 32 bit windows, mangle stdcall and fastcall decls in clang.Rafael Espindola2013-10-16
* Get rid of dead/useless code for block mangling.Eli Friedman2013-07-10
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* block literal irgen: several improvements on naming blockFariborz Jahanian2012-06-26
* Switch the ObjC*Decl raw_stream overloads to take a reference, for consistenc...Benjamin Kramer2012-02-07
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-05
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-23
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-11
* For consistency, use llvm::raw_ostream in the rest of the mangle api.Rafael Espindola2011-02-11
* Use raw_ostream instead of raw_svector_ostream.Rafael Espindola2011-02-11
* Use raw_svector_ostream in more places in the mangler.Rafael Espindola2011-02-10
* Move name mangling support from CodeGen to AST. In thePeter Collingbourne2011-01-13