llvm-capstone/clang/lib
Steve Naroff 1d4a9a31b6 Fix <rdar://problem/6315646> clang on xcode: error: invalid operands to binary expression ('id<NSTableViewDelegate>' and 'XCExtendedArrayController *').
There is still a bug here (as the FIXME in the test case indicates). Prior to this patch, the bug would generate an error. Now, we simply do nothing (which is less harmful until we can get it right). The complete bug fix will require changing ASTContext::mergeTypes(), which I'd like to defer for now.

llvm-svn: 58241
2008-10-27 10:33:19 +00:00
..
Analysis Get the canonical type for struct initialization. The original code would crash on TypedefType. 2008-10-27 09:24:07 +00:00
AST Remember whether an initlist had a designator in the AST. 2008-10-26 23:43:26 +00:00
Basic Rename Characteristic_t to CharacteristicKind 2008-10-27 01:19:25 +00:00
CodeGen make codegen reject initializes with designators, like this: 2008-10-26 23:53:12 +00:00
Driver Rename Characteristic_t to CharacteristicKind 2008-10-27 01:19:25 +00:00
Headers CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Lex Rename Characteristic_t to CharacteristicKind 2008-10-27 01:19:25 +00:00
Parse pass designators into sema. This completes parser-level designator 2008-10-26 23:35:51 +00:00
Rewrite CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Sema Fix <rdar://problem/6315646> clang on xcode: error: invalid operands to binary expression ('id<NSTableViewDelegate>' and 'XCExtendedArrayController *'). 2008-10-27 10:33:19 +00:00
CMakeLists.txt CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00