]> granicus.if.org Git - clang/commitdiff
Do we have fixit advice for comments yet?
authorDaniel Dunbar <daniel@zuster.org>
Fri, 3 Apr 2009 06:26:01 +0000 (06:26 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 3 Apr 2009 06:26:01 +0000 (06:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68372 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/TargetInfo.h

index 0414378312ea63ada1d1cde0b36c280e0ff9251a..2cb15f12f30d2396ae08d96a137f68f957099ae9 100644 (file)
@@ -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";