From 6d7d8398e71a8bd121d3b46e250f1dbcfb9679d4 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 3 Apr 2009 06:26:01 +0000 Subject: [PATCH] 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 --- include/clang/Basic/TargetInfo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"; -- 2.50.1