clang-1/lib
Chris Lattner 53fcaa9409 In c99 mode, comma does do function/array promotion even though
it does not do unary promotions (like short->int).


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54058 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-25 20:54:07 +00:00
..
AST Add support for __extension__ as an lvalue. rdar://6097308 2008-07-25 18:07:19 +00:00
Analysis Have the UnusedIvar check skip ivars with setters/getters created by @synthesize. 2008-07-25 20:28:02 +00:00
Basic Always define __SIZE_TYPE__ as long unsigned int. 2008-07-22 17:16:13 +00:00
CodeGen X86 builtin fixes 2008-07-25 20:17:24 +00:00
Headers Implementation of stdarg.h. 2008-05-29 10:40:55 +00:00
Lex In c89 mode accept hex fp constants as an extension: 2008-07-25 18:18:34 +00:00
Parse gcc requires a semicolon at the end of an interface, unlike its extension for structs. 2008-07-25 19:54:55 +00:00
Rewrite Add CSS for word wrapping of long message bubbles. 2008-07-11 23:13:22 +00:00
Sema In c99 mode, comma does do function/array promotion even though 2008-07-25 20:54:07 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00