index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
Mangle.cpp
Age
Commit message (
Expand
)
Author
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-06-26
block literal irgen: several improvements on naming block
Fariborz Jahanian
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