[PATCH] D62926: [analyzer] ReturnVisitor: Bypass everything to see inlined calls
Don Hinton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 16 10:12:05 PDT 2019
hintonda added a comment.
This test fails to compile on Windows 64 bit builds. Please see http://lab.llvm.org:8011/builders/clang-x64-windows-msvc/builds/77
================
Comment at: cfe/trunk/test/Analysis/inlining/placement-new-fp-suppression.cpp:16
+
+typedef unsigned long uintptr_t;
+
----------------
I don't believe this is really ever portable, but definitely not on 64 bit Windows where a long is 32 bits.
Can't you just `#include <stdint.h>` instead?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62926/new/
https://reviews.llvm.org/D62926
More information about the cfe-commits
mailing list