diff options
author | Steve Naroff <snaroff@apple.com> | 2007-10-15 23:35:17 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2007-10-15 23:35:17 +0000 |
commit | 2198891824c38d45b2279de5d5e3ef9394eb457c (patch) | |
tree | 682cce0c157e8cff3c6c2e9f5f0ce4121d5b6667 /Basic/SourceManager.cpp | |
parent | a642beb9f143130588dcf622f5f7020832b22707 (diff) |
Change the type of ObjCStringLiteral from "struct __builtin_CFString *" to "NSConstantString *".
This makes the typecheck much happier. Without this change, the type checker would have to special case "struct __builtin_CFString *". This change does assume the interface for NSConstantString is declared in the translation unit.
I left ASTContext::getCFConstantStringType() around for now (with a comment that says it is currently unused).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43021 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions