"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "77d205152a2bbbbe10aef16266f3c66c461dc3fd"
-
Steve Naroff authored
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). llvm-svn: 43021
f73b784a
Loading