[PATCH] stdint.h should use the target's types, cleanup the targets

David Majnemer david.majnemer at gmail.com
Fri Oct 25 03:12:28 PDT 2013



================
Comment at: lib/Sema/SemaType.cpp:4792-4793
@@ -4790,3 +4791,4 @@
+         BTy->getKind() == BuiltinType::ULong ||
          BTy->getKind() == BuiltinType::LongLong ||
          BTy->getKind() == BuiltinType::ULongLong ||
          BTy->getKind() == BuiltinType::Float ||
----------------
Tim Northover wrote:
> I think these two should probably be removed now that vectors are Long/ULong.
I tried that and got bit by 32-bit ARM, they use long long for int64_t.


http://llvm-reviews.chandlerc.com/D2021



More information about the cfe-commits mailing list