]> granicus.if.org Git - clang/commitdiff
Put in FIXME that this mangling is not official in.
authorSean Hunt <rideau3@gmail.com>
Fri, 4 Dec 2009 21:11:13 +0000 (21:11 +0000)
committerSean Hunt <rideau3@gmail.com>
Fri, 4 Dec 2009 21:11:13 +0000 (21:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90594 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/Mangle.cpp

index 019a39e28b1b9cde992990ce6b2590b358c09918..4d021e8964c442b2ffd6b321795c5f5697922988 100644 (file)
@@ -482,7 +482,7 @@ void CXXNameMangler::mangleUnqualifiedName(const NamedDecl *ND) {
     break;
 
   case DeclarationName::CXXLiteralOperatorName:
-    // Guessing based on existing ABI.
+    // FIXME: This mangling is not yet official.
     Out << "li";
     mangleSourceName(Name.getCXXLiteralIdentifier());
     break;