[cfe-commits] r68372 - /cfe/trunk/include/clang/Basic/TargetInfo.h
Daniel Dunbar
daniel at zuster.org
Thu Apr 2 23:26:02 PDT 2009
Author: ddunbar
Date: Fri Apr 3 01:26:01 2009
New Revision: 68372
URL: http://llvm.org/viewvc/llvm-project?rev=68372&view=rev
Log:
Do we have fixit advice for comments yet?
Modified:
cfe/trunk/include/clang/Basic/TargetInfo.h
Modified: cfe/trunk/include/clang/Basic/TargetInfo.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/TargetInfo.h?rev=68372&r1=68371&r2=68372&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/TargetInfo.h (original)
+++ cfe/trunk/include/clang/Basic/TargetInfo.h Fri Apr 3 01:26:01 2009
@@ -263,13 +263,13 @@
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";
More information about the cfe-commits
mailing list