Zachary Turner
49be160531
Revert "Fix warnings found with clang-cl."
...
SWIG doesn't like enum : unsigned. Revert this until I can
fix this in a way that swig likes.
llvm-svn: 230531
2015-02-25 19:52:41 +00:00
Zachary Turner
171d943ac5
Fix warnings found with clang-cl.
...
Earlier this week I was able to get clang-cl on Windows to be
able to self host. This opened the door to being able to
get a whole new slew of warnings for the Windows build.
This patch fixes all of the warnings, many of which were real
bugs.
llvm-svn: 230522
2015-02-25 18:42:47 +00:00
Hafiz Abid Qadeer
10511b2a73
Change the type in va_arg call from char to int.
...
It is supposed to take fully promoted types.
llvm-svn: 204336
2014-03-20 11:24:44 +00:00
Hafiz Abid Qadeer
6eff101926
Replace some _MSC_VER with _WIN32.
...
This allows to use some code for mingw which was previously only
used for MSVC.
llvm-svn: 203651
2014-03-12 10:45:23 +00:00
Deepak Panickal
99fbc07600
Fix Windows build using portable types for formatting the log outputs
...
llvm-svn: 202723
2014-03-03 15:39:47 +00:00
Deepak Panickal
ff4ac8a6e7
Replaced custom variable arguments to standard library for correcting 64 bit Windows build
...
llvm-svn: 201523
2014-02-17 17:52:22 +00:00
Ed Maste
10c82017b6
Update header comment to match filename
...
llvm-svn: 200647
2014-02-02 19:25:11 +00:00
Deepak Panickal
914b8d989b
Fixing the Windows build for the changes brought in from the iohandler merge.
...
llvm-svn: 200565
2014-01-31 18:48:46 +00:00