]> granicus.if.org Git - clang/commitdiff
Add comment to test linking it back to the original Bugzilla PR.
authorTed Kremenek <kremenek@apple.com>
Fri, 29 Jan 2010 18:07:41 +0000 (18:07 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 29 Jan 2010 18:07:41 +0000 (18:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94816 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/format-string-percentm.c

index f2e9dd81bab34701ad8febc93d6602e42ce17b58..1ffc439af07a83d39f1a0a1b98d8b0de5a173ee6 100644 (file)
@@ -1,5 +1,6 @@
 // RUN: %clang_cc1 -fsyntax-only -verify %s -triple i686-pc-linux-gnu
 
+// PR 4142 - support glibc extension to printf: '%m' (which prints strerror(errno)).
 int printf(char const*,...);
 void percentm(void) {
   printf("%m");