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";
}
/// 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";