a) legal
b) likely to be chosen as the official mangling
This will break ABI compatibility with all literal operator names,
so you may need to recompile any such code. Sorry.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90587
91177308-0d34-0410-b5e6-
96231b3b80d8
case DeclarationName::CXXLiteralOperatorName:
// Guessing based on existing ABI.
- Out << "ul";
+ Out << "li";
mangleSourceName(Name.getCXXLiteralIdentifier());
break;