mirror of https://github.com/microsoft/clang.git
[analyzer] Attempt to make a windows buildbot happy.
Got an error that a cast is happening from a pointer type to long, which is smaller. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@342223 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4e5e136e7e
commit
f44d2b4e13
|
@ -25,7 +25,7 @@ void fConcreteIntLocTest() {
|
|||
// nonloc::LocAsInteger tests.
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
using intptr_t = long;
|
||||
using intptr_t = unsigned long long;
|
||||
|
||||
struct LocAsIntegerTest {
|
||||
intptr_t ptr; // expected-note{{uninitialized pointee 'reinterpret_cast<char *>(this->ptr)'}}
|
||||
|
|
Loading…
Reference in New Issue