[cfe-commits] r52578 - /cfe/trunk/test/Analysis/complex.c

Ted Kremenek kremenek at apple.com
Sat Jun 21 10:20:56 PDT 2008


Author: kremenek
Date: Sat Jun 21 12:20:55 2008
New Revision: 52578

URL: http://llvm.org/viewvc/llvm-project?rev=52578&view=rev
Log:
Include stdint.h instead of stdio.h.

Modified:
    cfe/trunk/test/Analysis/complex.c

Modified: cfe/trunk/test/Analysis/complex.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/complex.c?rev=52578&r1=52577&r2=52578&view=diff

==============================================================================
--- cfe/trunk/test/Analysis/complex.c (original)
+++ cfe/trunk/test/Analysis/complex.c Sat Jun 21 12:20:55 2008
@@ -1,6 +1,6 @@
 // RUN: clang -checker-simple -verify %s
 
-#include <stdlib.h>
+#include <stdint.h>
 
 int f1(int * p) {
   





More information about the cfe-commits mailing list