From: Daniel Dunbar Date: Fri, 3 Apr 2009 06:26:01 +0000 (+0000) Subject: Do we have fixit advice for comments yet? X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d7d8398e71a8bd121d3b46e250f1dbcfb9679d4;p=clang Do we have fixit advice for comments yet? git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68372 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/TargetInfo.h b/include/clang/Basic/TargetInfo.h index 0414378312..2cb15f12f3 100644 --- a/include/clang/Basic/TargetInfo.h +++ b/include/clang/Basic/TargetInfo.h @@ -263,13 +263,13 @@ public: return ".str"; } - /// getUnicodeStringSymbolPrefix - Get the default symbol prefix to - /// use for unicode string literals. + /// getUnicodeStringSection - Return the section to use for unicode + /// string literals, or 0 if no special section is used. virtual const char *getUnicodeStringSection() const { return 0; } - /// getCFStringSection - Return the section to use for the CFString + /// getCFStringSection - Return the section to use for CFString /// literals, or 0 if no special section is used. virtual const char *getCFStringSection() const { return "__DATA,__cfstring";