[PATCH] stdint.h should use the target's types, cleanup the targets
Tim Northover
t.p.northover at gmail.com
Fri Oct 25 03:07:19 PDT 2013
I've looked over the bits I know and have access to, and it looks mostly fine to me. I don't know anything about the BSDs or anything though.
================
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 ||
----------------
I think these two should probably be removed now that vectors are Long/ULong.
http://llvm-reviews.chandlerc.com/D2021
More information about the cfe-commits
mailing list