Go to file
Chris Lattner 4ebae65d6a make our existing "switch on bool" warning work for C. Since
the result of comparisons are 'int' in C, it doesn't work to
test just the result type of the expression.

llvm-svn: 101576
2010-04-16 23:34:13 +00:00
clang make our existing "switch on bool" warning work for C. Since 2010-04-16 23:34:13 +00:00
compiler-rt add include of int_lib.h to match change to use compilerrt_abort() 2010-04-15 20:37:56 +00:00
llvm Add support to emit dwarf ranges. 2010-04-16 23:33:45 +00:00