Correct size_t to be unsigned int and ptrdiff_t to be signed long. The types were the correct size before this change but
the exact type matters for name mangling and exception handling in C++.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM
lib/Basic/Targets.cpp | ||
---|---|---|
5757 | I suggest to cleanup the code a bit and remove both else-after-return here. http://llvm.org/docs/CodingStandards.html#don-t-use-else-after-a-return |
I suggest to cleanup the code a bit and remove both else-after-return here.
http://llvm.org/docs/CodingStandards.html#don-t-use-else-after-a-return