summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Mangle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* block literal irgen: several improvements on naming blockFariborz Jahanian2012-06-261-6/+23
* Switch the ObjC*Decl raw_stream overloads to take a reference, for consistenc...Benjamin Kramer2012-02-071-1/+1
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-4/+4
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* 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
OpenPOWER on IntegriCloud