From: David Chisnall Date: Tue, 22 May 2018 10:13:11 +0000 (+0000) Subject: [objc-gnustep2] Use isalnum instead of a less efficient and nonportable equivalent. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=007983114f448135906abddea70250d463fcd13a;p=clang [objc-gnustep2] Use isalnum instead of a less efficient and nonportable equivalent. Patch by Hans Wennborg! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@332964 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGObjCGNU.cpp b/lib/CodeGen/CGObjCGNU.cpp index eb016597ce..1c1abe90c6 100644 --- a/lib/CodeGen/CGObjCGNU.cpp +++ b/lib/CodeGen/CGObjCGNU.cpp @@ -1054,7 +1054,7 @@ class CGObjCGNUstep2 : public CGObjCGNUstep { StringName = ".objc_str_"; for (int i=0,e=Str.size() ; i