diff options
| author | Aaron Ballman <aaron@aaronballman.com> | 2016-05-04 21:08:13 +0000 |
|---|---|---|
| committer | Aaron Ballman <aaron@aaronballman.com> | 2016-05-04 21:08:13 +0000 |
| commit | 781fda93874bcce69573fc965f6a4243a89ac6ad (patch) | |
| tree | 586e3367a19ce91264e22e4c6728ca3a45a94c54 /clang/test/FixIt | |
| parent | e13787ef3fd803cd861d14c25493f4b140f9e1aa (diff) | |
| download | bcm5719-llvm-781fda93874bcce69573fc965f6a4243a89ac6ad.tar.gz bcm5719-llvm-781fda93874bcce69573fc965f6a4243a89ac6ad.zip | |
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.
llvm-svn: 268553
Diffstat (limited to 'clang/test/FixIt')
| -rw-r--r-- | clang/test/FixIt/typo.m | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/FixIt/typo.m b/clang/test/FixIt/typo.m index 143d026b2be..53afe7257d2 100644 --- a/clang/test/FixIt/typo.m +++ b/clang/test/FixIt/typo.m @@ -113,8 +113,6 @@ void test2(Collide *a) { @end -double *isupper(int); - @interface Sub2 : Super - (int)method2; @end |

