[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:
Kristof Umann 2018-09-14 11:20:16 +00:00
parent 4e5e136e7e
commit f44d2b4e13
1 changed files with 1 additions and 1 deletions

View File

@ -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)'}}