Do we have fixit advice for comments yet?

llvm-svn: 68372
This commit is contained in:
Daniel Dunbar 2009-04-03 06:26:01 +00:00
parent 16b1461c21
commit 8554a77e8d
1 changed files with 3 additions and 3 deletions

View File

@ -263,13 +263,13 @@ public:
return ".str"; return ".str";
} }
/// getUnicodeStringSymbolPrefix - Get the default symbol prefix to /// getUnicodeStringSection - Return the section to use for unicode
/// use for unicode string literals. /// string literals, or 0 if no special section is used.
virtual const char *getUnicodeStringSection() const { virtual const char *getUnicodeStringSection() const {
return 0; 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. /// literals, or 0 if no special section is used.
virtual const char *getCFStringSection() const { virtual const char *getCFStringSection() const {
return "__DATA,__cfstring"; return "__DATA,__cfstring";