- c72d22d rename Decl::CompatibleAlias -> ObjCCompatibleAlias. by Chris Lattner · 17 years ago
- 9fcf5b6 Make sure Sema::ActOnClassMessage() correctly diagnoses "super". by Steve Naroff · 17 years ago
- 02564e5 allow the format attribute to be specified in function pointer prototypes by Nuno Lopes · 17 years ago
- efc1121 Extend QualType::getAddressSpace to do the right thing for array types, and in by Nate Begeman · 17 years ago
- ea58326 Correctly error on arrays with automatic storage full of objects with by Nate Begeman · 17 years ago
- 0606819 ISO/IEC TR 18037 by Nate Begeman · 17 years ago
- 246e8e8 Add new test by Nate Begeman · 17 years ago
- e576941 Patch by Nuno Lopes: by Ted Kremenek · 17 years ago
- 41612be move deprecated -> attributes.c by Chris Lattner · 17 years ago
- 6a0a1cd Chris added this testcase with r47837. The mail only shows one todo-warning but I see 3. Strangeness. Correcting lines 16 and 24. by Gabor Greif · 17 years ago
- 402b337 Add a bunch of attributes, patch by Nuno Lopes. by Chris Lattner · 17 years ago
- 73cf87e Fix http://llvm.org/bugs/show_bug.cgi?id=2103. by Steve Naroff · 17 years ago
- 70f1624 Fix http://llvm.org/bugs/show_bug.cgi?id=2106. by Steve Naroff · 17 years ago
- 1b6633d testcase for attr deprecated, by Nuno Lopes. by Chris Lattner · 17 years ago
- 580a1c7 add a test case by Nate Begeman · 17 years ago
- 6e1c6bb add some semantic checks for address spaces. by Chris Lattner · 17 years ago
- 3235d4e fix the second half of PR2041: __restrict is ok in c90 mode, even if by Chris Lattner · 17 years ago
- 74a7781 by Steve Naroff · 17 years ago
- ec9361f Fix PR2042. One remaining issue: we don't currently diagnose by Chris Lattner · 17 years ago
- 043e42a Implemnt isVariablyModifiedType correctly. by Eli Friedman · 17 years ago
- 22ff895 Add more tests by Anders Carlsson · 17 years ago
- 8d2b2b7 Make sizeof and __alignof work correctly with packed structs. by Anders Carlsson · 17 years ago
- d717b22 Fix PR2041: restrict is not a keyword in c90. by Chris Lattner · 17 years ago
- 5247bf8 Get rid of outdated code that masks type errors. Fixes PR2036. by Eli Friedman · 17 years ago
- 102ecbb Nevermind, these tests work... I messed up my testing. by Eli Friedman · 17 years ago
- e7fb03a Partial fix for struct compatibility; there's still something messy by Eli Friedman · 17 years ago
- 8329885 by Steve Naroff · 17 years ago
- d899dbe Fix a minor bug in isNullPointerConstant triggered by the linux tgmath.h. by Eli Friedman · 17 years ago
- ad6c06c Make typechecking for enum+int compatibility stricter. by Eli Friedman · 17 years ago
- 398837e Fix type compatibility between constant and variable arrays. by Eli Friedman · 17 years ago
- 3cd7fc3 by Steve Naroff · 17 years ago
- c27156b Get rid of bogus warnings when the second argument in va_start is either an implicit cast expr or a paren expr. by Anders Carlsson · 17 years ago
- 5532d69 by Steve Naroff · 17 years ago
- ee46703 by Steve Naroff · 17 years ago
- a6dcce3 Fix PR1992 by computing the right type for string literals, which by Chris Lattner · 17 years ago
- a6ecb9e Add a couple of sema tests for qualifiers with conditionals containing void*. by Eli Friedman · 17 years ago
- 871fd79 Fix PR1999, by emitting a hard error only if an argument declarator is completely by Chris Lattner · 17 years ago
- ec7736d by Steve Naroff · 17 years ago
- e134501 by Steve Naroff · 17 years ago
- ac26e9a by Steve Naroff · 17 years ago
- b268d2a by Steve Naroff · 17 years ago
- 8ce442a by Steve Naroff · 17 years ago
- ab3dfe0 by Steve Naroff · 17 years ago
- 6528099 Improve diagnostic for illegal array initialization. by Eli Friedman · 17 years ago
- 76b4983 Make sure to propagate qualifiers through the member operator. by Eli Friedman · 17 years ago
- 1e753783 Be a bit stricter about array type compatibility. by Eli Friedman · 17 years ago
- 6cf9294 Implement support for __extension__ which silences extwarnings in its by Chris Lattner · 17 years ago
- 9e1b80d Moved "Rewriter" tests from test/Sema to test/Rewriter. by Ted Kremenek · 17 years ago
- 4b3db2b It is allowed to get the address of an array subscript, even if the array has the register qualifier, if the array is really a pointer. by Anders Carlsson · 17 years ago
- 05fd1cc make some diagnostics more terse, update testcases. by Chris Lattner · 17 years ago
- 25166a0 Fix a bogus test by Chris Lattner · 17 years ago
- 2c02216 Fix a rewriter crash when the whole body of a foreach is itself by Chris Lattner · 17 years ago
- 1427f36 by Steve Naroff · 17 years ago
- bef4756 make this pass by adding an expected error, add some tests. by Chris Lattner · 17 years ago
- b00247f by Steve Naroff · 17 years ago
- 499bf41 Rewriting of @synchronized. This has one FIXME in it. But this should allow @sychronized to be rewritten. by Fariborz Jahanian · 17 years ago
- 577f972 by Steve Naroff · 17 years ago
- 52774ad Implement __builtin_offsetof. by Anders Carlsson · 17 years ago
- dec17fe by Steve Naroff · 17 years ago
- edce4ec by Steve Naroff · 17 years ago
- bc66201 Diagnose bad receiver type. by Fariborz Jahanian · 17 years ago
- c4e28e4 Support checking and codegen of constant vector globals by Nate Begeman · 17 years ago
- f3cb514 by Steve Naroff · 17 years ago
- 8334334 Fix a bug recovering from broken code with a goto that Eli reported. by Chris Lattner · 17 years ago
- c884988 Fixed a nasty bug which took a while to come up with a test case, by Fariborz Jahanian · 17 years ago
- 248db26 Problem with ObjC's type-encoding of nested structs causing infinit recursion. by Fariborz Jahanian · 17 years ago
- 8e9337f Sema::CheckInitializerTypes(). Start simpliying and cleaning up... by Steve Naroff · 17 years ago
- 00a313b Elimate bogus warning when va_start is correctly used in a method. by Fariborz Jahanian · 17 years ago
- 2fab94e Synthesize methods with va-arg list correctly. by Fariborz Jahanian · 17 years ago
- be72efa by Steve Naroff · 17 years ago
- 6068546 by Steve Naroff · 17 years ago
- fef2f05 by Steve Naroff · 17 years ago
- aa43cc1 by Steve Naroff · 17 years ago
- ba9a287 by Steve Naroff · 17 years ago
- 6c9e792 by Steve Naroff · 17 years ago
- 13dad33 Added support for rewriting of continue/break statements inside ObjC2's foreach-stmt. by Fariborz Jahanian · 17 years ago
- e8419ca by Steve Naroff · 17 years ago
- 4300121 by Steve Naroff · 17 years ago
- 36e35e6 by Steve Naroff · 17 years ago
- 73458bf by Steve Naroff · 17 years ago
- a7f7b80 Teach Type::isIntegerType() about GCC's __complex__ integer extensions... by Steve Naroff · 17 years ago
- 1d5bd64 by Steve Naroff · 17 years ago
- be37fc0 by Steve Naroff · 17 years ago
- a2e5322 by Steve Naroff · 17 years ago
- c38d452 Fix ASTContext::typesAreCompatible when analyzing a function type with by Chris Lattner · 17 years ago
- f33a985 by Steve Naroff · 17 years ago
- 9c6c359 Change Sema::CheckAddressOfOperation() to respect C99-only addressof rules. by Steve Naroff · 17 years ago
- e12ca5d Tighten up handling of __func__ and friends: it should be an array by Chris Lattner · 17 years ago
- 7e63751 Fix the type of predefined identifiers like __func__. Patch by Eli Friedman! by Chris Lattner · 17 years ago
- 272bf29 Pass rewritten output to 'clang' for verification. by Fariborz Jahanian · 17 years ago
- df2b095 Allow messaging expression as foreach's collection expression. by Fariborz Jahanian · 17 years ago
- f8a0943 by Steve Naroff · 17 years ago
- c88babe by Steve Naroff · 17 years ago
- 92590f9 by Steve Naroff · 17 years ago
- fb09aa0 Type-cast RHS of assignment to prevent warning compiling rewritten foreach code. by Fariborz Jahanian · 17 years ago
- 0921271 Fixed a bug whereby a parethesized collection expression was not being rewritten correctly. by Fariborz Jahanian · 17 years ago
- 90fae95 Another test case for testing rewriteing of nested foreach-statement. by Fariborz Jahanian · 17 years ago
- 6610c10 Remove dependency on objc.h by Fariborz Jahanian · 17 years ago
- f91f972 by Steve Naroff · 17 years ago
- 9ea6a2d Patch to rewrite ObjC2's foreach-stmt. by Fariborz Jahanian · 17 years ago