forked from OSchip/llvm-project
![]() This may turn out to be a controversial change, due to string literals being uniqued at link time, but Apple's docs only say "The compiler makes such object constants unique on a per-module basis..."[1] without actually saying what a "module" is. (It's not a clang module.) Furthermore, this uniqueness guarantee often can't be guaranteed once the string has been passed through framework code. If this does turn out very controversial, we could downgrade this to a DefaultError warning for strings, and leave it as a true Error for other kinds of literals. (<rdar://problem/11300873>) [1]: https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/Strings/Articles/CreatingStrings.html llvm-svn: 159766 |
||
---|---|---|
.. | ||
tools | ||
AddressSanitizer.html | ||
AnalyzerRegions.html | ||
AutomaticReferenceCounting.html | ||
Block-ABI-Apple.txt | ||
BlockLanguageSpec.txt | ||
ClangPlugins.html | ||
DriverArchitecture.png | ||
DriverInternals.html | ||
InternalsManual.html | ||
JSONCompilationDatabase.html | ||
LanguageExtensions.html | ||
LibTooling.html | ||
Makefile | ||
ObjectiveCLiterals.html | ||
PCHInternals.html | ||
PCHLayout.graffle | ||
PCHLayout.png | ||
PTHInternals.html | ||
RAVFrontendAction.html | ||
ReleaseNotes.html | ||
ThreadSanitizer.html | ||
Tooling.html | ||
UsersManual.html | ||
doxygen.cfg.in | ||
doxygen.css | ||
doxygen.footer | ||
doxygen.header | ||
doxygen.intro |