llvm-project/clang/lib
Steve Naroff ea4c780da1 Sema::CheckConditionalOperands(): Soften pointer/integer mismatch from error->warning.
Fixes <rdar://problem/6762239> [sema] gcc incompatibility; error on incompatible operand types in ?:.

llvm-svn: 68617
2009-04-08 17:05:15 +00:00
..
AST improve compatibility with VC+, patch by John Thompson! 2009-04-08 03:33:43 +00:00
Analysis New static analyzer check by Nikita Zhuk! 2009-04-08 03:07:17 +00:00
Basic remove fixme! 2009-04-08 03:47:39 +00:00
CodeGen Make sure value is initialized when built w/o asserts. 2009-04-08 16:23:09 +00:00
Driver Darwin ld: Unconditionally add -lstdc++ if we are pretending to be 2009-04-08 06:06:21 +00:00
Frontend Fix output of ranges in analyzer plist files. 2009-04-05 02:08:28 +00:00
Headers define __va_copy unconditionally, but va_copy only in c99 or non-ansi mode. 2009-04-07 05:12:42 +00:00
Lex Set __PIC__ (more) correctly. 2009-04-08 03:03:23 +00:00
Parse Fix <rdar://problem/6764172> [sema] crash on invalid. 2009-04-07 22:56:58 +00:00
Rewrite Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
Sema Sema::CheckConditionalOperands(): Soften pointer/integer mismatch from error->warning. 2009-04-08 17:05:15 +00:00
CMakeLists.txt Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00