clang-1/lib
Chris Lattner 43477ca467 warn when someone tries to make an array of ObjC interfaces instead of array
of pointers to them.  rdar://4304469


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54953 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-18 22:49:54 +00:00
..
AST Fix ASTContext::getObjCEncodingForType() to limit the type info for structure bodies (mimics gcc's adhoc rules). 2008-08-14 15:00:38 +00:00
Analysis various updates to match r54873 on mainline. 2008-08-17 07:19:51 +00:00
Basic Fix PR2627, support for Q constraint. 2008-08-18 20:05:00 +00:00
CodeGen Add NeXT runtime support for generating methods. 2008-08-16 03:19:19 +00:00
Driver More #include cleaning 2008-08-11 06:23:49 +00:00
Headers Implementation of stdarg.h. 2008-05-29 10:40:55 +00:00
Lex various updates to match r54873 on mainline. 2008-08-17 07:19:51 +00:00
Parse "Remove the 'else' since the code is fallthrough after it." - suggestion by Chris. 2008-08-18 22:49:40 +00:00
Rewrite honor EscapeSpaces in 2nd overload of EscapeText() 2008-08-16 22:24:33 +00:00
Sema warn when someone tries to make an array of ObjC interfaces instead of array 2008-08-18 22:49:54 +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