llvm-project/clang/lib
Steve Naroff 8676e08730 Fix <rdar://problem/6248764> parser rejects: bad receiver type 'CFStringRef'.
Downgrade an error to a warning (for GCC compatibility).

llvm-svn: 65779
2009-03-01 17:14:31 +00:00
..
AST Fix <rdar://problem/6619539> incompatible pointer types sending 'XCElementSpacer *', expected 'XCElement *' (not handling protocol signatures correctly?). 2009-03-01 16:12:44 +00:00
Analysis Rename AnonTypedRegion to TypedViewRegion. 2009-03-01 05:44:08 +00:00
Basic TargetInfo::validateAsmConstraint now takes a reference to the full constraints string. This will make it possible to support multi-character constraints. No functionality change (for now). 2009-02-28 17:11:49 +00:00
CodeGen Obj-C non fragile ABI: Use GetClassGlobal in one more instance I missed. 2009-03-01 04:51:18 +00:00
Driver Introduce code modification hints into the diagnostics system. When we 2009-02-26 21:00:50 +00:00
Headers fix inverted conditional, rdar://6633188 2009-02-28 18:53:33 +00:00
Lex Clean up and document code modification hints. 2009-02-27 17:53:17 +00:00
Parse Minor name change (move the ObjC prefix to a more appropriate place). 2009-02-28 16:59:13 +00:00
Rewrite Introduce code modification hints into the diagnostics system. When we 2009-02-26 21:00:50 +00:00
Sema Fix <rdar://problem/6248764> parser rejects: bad receiver type 'CFStringRef'. 2009-03-01 17:14:31 +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