]> granicus.if.org Git - clang/commitdiff
[analyzer] ReturnVisitor: more portable test case
authorCsaba Dabis <dabis.csaba98@gmail.com>
Sun, 16 Jun 2019 17:29:37 +0000 (17:29 +0000)
committerCsaba Dabis <dabis.csaba98@gmail.com>
Sun, 16 Jun 2019 17:29:37 +0000 (17:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363515 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/inlining/placement-new-fp-suppression.cpp

index b051ad1b04e14224b381759cf346adf596c74892..5f75411716836b1ce8b49b9d03cfe71f24277e36 100644 (file)
 // expected-no-diagnostics
 #endif
 
+#include <stdint.h>
 #include "../Inputs/system-header-simulator-cxx.h"
 
-typedef unsigned long uintptr_t;
-
 void error();
 void *malloc(size_t);