]> granicus.if.org Git - clang/commit
Move expression mangling in the microsoft mangler to its own function.
authorNico Weber <nicolasweber@gmx.de>
Wed, 3 Oct 2012 06:46:47 +0000 (06:46 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 3 Oct 2012 06:46:47 +0000 (06:46 +0000)
commit2225556de7186e9b22cd4da4e7d1f5c26daae8da
treeff870c82bb5114f3a08f293511387ccde726d5be
parent88a374ad85eec5a47bd172aa7b765d24fdf01690
Move expression mangling in the microsoft mangler to its own function.

This matches what's done in ItaniumMangle and makes it a bit easier
to implement mangling for more expressions. Also use the slightly nicer
"not yet implemented" error message from there.

No functionality change (except for the different error message).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165093 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/MicrosoftMangle.cpp