llvm-project/lldb/cmake
Zachary Turner 48b475cbaa Fix warnings generated by clang-cl.
There were a couple of real bugs here regarding error checking and
signed/unsigned comparisons, but mostly these were just noise.

There was one class of bugs fixed here which is particularly
annoying, dealing with MSVC's non-standard behavior regarding
the underlying type of enums.  See the comment in
lldb-enumerations.h for details.  In short, from now on please use
FLAGS_ENUM and FLAGS_ANONYMOUS_ENUM when defining enums which
contain values larger than can fit into a signed integer.

llvm-svn: 233943
2015-04-02 20:57:38 +00:00
..
modules Fix linking of unit tests via CMake on Windows. 2015-03-18 16:56:24 +00:00
platforms Fix build of lldb-gdbserver and lldb-platform for android (arm32, x86) 2015-02-06 10:57:40 +00:00
LLDBDependencies.cmake Fix warnings generated by clang-cl. 2015-04-02 20:57:38 +00:00