Age | Commit message (Expand) | Author |
---|---|---|
2012-02-07 | Switch the ObjC*Decl raw_stream overloads to take a reference, for consistenc... | Benjamin Kramer |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-06-11 | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith |
2011-02-11 | For consistency, use llvm::raw_ostream in the rest of the mangle api. | Rafael Espindola |
2011-02-11 | Use raw_ostream instead of raw_svector_ostream. | Rafael Espindola |
2011-02-10 | Use raw_svector_ostream in more places in the mangler. | Rafael Espindola |
2011-01-13 | Move name mangling support from CodeGen to AST. In the | Peter Collingbourne |