summaryrefslogtreecommitdiff
path: root/test/FixIt
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2016-05-04 21:08:13 +0000
committerAaron Ballman <aaron@aaronballman.com>2016-05-04 21:08:13 +0000
commitce6d6c2e9941ff7307280534ff5570c753236b8f (patch)
tree936e6b34c3655a188a6b8a949e04450e359016f4 /test/FixIt
parentdfe2be47d8dfef3190459d024252576197ed63c9 (diff)
Add the Pure attribute to C99 builtin functions from ctype.h. This is a corrected version of r266199 with test case fixes.
Patch by Taewook Oh. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@268553 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FixIt')
-rw-r--r--test/FixIt/typo.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/FixIt/typo.m b/test/FixIt/typo.m
index 143d026b2b..53afe7257d 100644
--- a/test/FixIt/typo.m
+++ b/test/FixIt/typo.m
@@ -113,8 +113,6 @@ void test2(Collide *a) {
@end
-double *isupper(int);
-
@interface Sub2 : Super
- (int)method2;
@end