aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/Mangle.h
AgeCommit message (Expand)Author
2013-04-19Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...Richard Smith
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-06-26block literal irgen: several improvements on naming blockFariborz Jahanian
2012-02-07Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
2012-02-04Move various diagnostic operator<< overloads out of line and remove includes ...Benjamin Kramer
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie
2011-07-20add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-02-11For consistency, use llvm::raw_ostream in the rest of the mangle api.Rafael Espindola
2011-02-11Use raw_ostream instead of raw_svector_ostream.Rafael Espindola
2011-02-10Use raw_svector_ostream in more places in the mangler.Rafael Espindola
2011-01-13Move name mangling support from CodeGen to AST. In thePeter Collingbourne