| Commit message (Expand) | Author | Age | Files | Lines |
| * | Parser support for prefix __attribute__ on @protocol. | Daniel Dunbar | 2008-09-26 | 1 | -1/+2 |
| * | Implement type checking of Objective-C property attributes. | Daniel Dunbar | 2008-09-23 | 1 | -0/+6 |
| * | Remove unused slot/reference and update Sema::ActOnIdentifierExpr(). | Steve Naroff | 2008-09-22 | 1 | -1/+0 |
| * | Remove support for BlockExprExpr. For example... | Steve Naroff | 2008-09-16 | 1 | -5/+0 |
| * | Give string literals const element typesin C++, and cope with the deprecated ... | Douglas Gregor | 2008-09-12 | 1 | -0/+2 |
| * | Fix two bugs exposed by array passing assert: | Daniel Dunbar | 2008-09-11 | 1 | -1/+1 |
| * | Refactor common Obj-C message send checking code into | Daniel Dunbar | 2008-09-11 | 1 | -3/+8 |
| * | Implement Sema support for the 'condition' part of C++ selection-statements a... | Argyrios Kyrtzidis | 2008-09-10 | 1 | -0/+12 |
| * | Add Sema::isDeclInScope which wraps IdentifierResolver::isDeclInScope. | Argyrios Kyrtzidis | 2008-09-09 | 1 | -0/+7 |
| * | Tweak implementation for allowing ObjC builtin type redefinitions. | Steve Naroff | 2008-09-09 | 1 | -4/+4 |
| * | Change struct forward declarations and definitions to use unique RecordDecls,... | Ted Kremenek | 2008-09-05 | 1 | -0/+5 |
| * | Prevent invalid warnings about incomplete implementations for methods | Daniel Dunbar | 2008-09-04 | 1 | -3/+6 |
| * | Fix a handful of typos (closure->block) to avoid confusion. | Steve Naroff | 2008-09-04 | 1 | -3/+3 |
| * | Add type checking for blocks. | Steve Naroff | 2008-09-04 | 1 | -0/+17 |
| * | Add __builtin_object_size support. | Daniel Dunbar | 2008-09-03 | 1 | -0/+1 |
| * | Add semantic analysis for "blocks". | Steve Naroff | 2008-09-03 | 1 | -0/+48 |
| * | Move implicit Obj-C param creation into ObjCMethodDecl. | Daniel Dunbar | 2008-08-26 | 1 | -2/+0 |
| * | Pass SourceRanges by reference to the various Diag methods. | Argyrios Kyrtzidis | 2008-08-24 | 1 | -7/+8 |
| * | make sure that ParseAST invokes the action for end of translation unit. | Chris Lattner | 2008-08-23 | 1 | -0/+2 |
| * | minor cleanup, remove finalize method. | Chris Lattner | 2008-08-23 | 1 | -3/+4 |
| * | Add support for C++'s "type-specifier ( expression-list )" expression: | Argyrios Kyrtzidis | 2008-08-22 | 1 | -0/+12 |
| * | Fix subtle bug introduced in r54852. | Daniel Dunbar | 2008-08-20 | 1 | -1/+1 |
| * | Move the type checking that Sema::ActOnCastExpr does into a new Sema::CheckCa... | Argyrios Kyrtzidis | 2008-08-16 | 1 | -0/+3 |
| * | Change Parser & Sema to use interned "super" for comparions. | Daniel Dunbar | 2008-08-14 | 1 | -1/+4 |
| * | More #include cleaning | Daniel Dunbar | 2008-08-11 | 1 | -3/+1 |
| * | Minor #include cleaning | Daniel Dunbar | 2008-08-11 | 1 | -1/+1 |
| * | Cleanup from yesterday...make isTentativeDefinition() a static helper functio... | Steve Naroff | 2008-08-10 | 1 | -1/+0 |
| * | rename PreDefinedExpr -> PredefinedExpr | Chris Lattner | 2008-08-10 | 1 | -2/+2 |
| * | Passing right brace location to ActOnFinishCXXClassDef is redundant, since it... | Argyrios Kyrtzidis | 2008-08-09 | 1 | -1/+1 |
| * | Fix issues with C "tentative" definitions. | Steve Naroff | 2008-08-08 | 1 | -1/+3 |
| * | Move AsmLabel into Declarator instead of just a parameter to | Daniel Dunbar | 2008-08-05 | 1 | -2/+1 |
| * | Add more Parser/Sema support for GCC asm-label extension. | Daniel Dunbar | 2008-08-05 | 1 | -1/+2 |
| * | Wherever a type is used/returned from the Action module, use TypeTy instead o... | Argyrios Kyrtzidis | 2008-08-01 | 1 | -2/+2 |
| * | Pull protocol resolution of out ActOnStartClassInterface, this is also the | Chris Lattner | 2008-07-26 | 1 | -7/+9 |
| * | refactor protocol resolution out of ActOnStartCategoryInterface | Chris Lattner | 2008-07-26 | 1 | -7/+8 |
| * | pull protocol resolution out into ActOnStartProtocolInterface. | Chris Lattner | 2008-07-26 | 1 | -4/+2 |
| * | simplify some code. | Chris Lattner | 2008-07-26 | 1 | -0/+1 |
| * | make sizeof/alignof diagnostics highlight their operand with a sourcerange. | Chris Lattner | 2008-07-25 | 1 | -2/+2 |
| * | Move isObjCObjectPointerType() from Sema to ASTContext. | Ted Kremenek | 2008-07-24 | 1 | -6/+0 |
| * | Implement nans, prefetch, and trap builtins. | Daniel Dunbar | 2008-07-21 | 1 | -0/+1 |
| * | minor cleanup to the actions interface to pass around SmallVectorImpl instead | Chris Lattner | 2008-07-21 | 1 | -8/+10 |
| * | improve comments yet again, now I know what this does :) | Chris Lattner | 2008-07-21 | 1 | -2/+4 |
| * | http://llvm.org/bugs/show_bug.cgi?id=2523 | Nate Begeman | 2008-07-14 | 1 | -1/+5 |
| * | Add Sema support for C++ classes. | Argyrios Kyrtzidis | 2008-07-01 | 1 | -3/+25 |
| * | make type attribute processing static instead of methods on Sema. | Chris Lattner | 2008-06-29 | 1 | -8/+1 |
| * | make the rest of the decl attribute processing methods be | Chris Lattner | 2008-06-29 | 1 | -16/+0 |
| * | make most of Sema public. Sema is a class private to the Sema library | Chris Lattner | 2008-06-29 | 1 | -3/+1 |
| * | Make ProcessDeclAttributes walk the declarator structure pulling | Chris Lattner | 2008-06-29 | 1 | -1/+1 |
| * | move some code from all callers of ProcessDeclAttributes into | Chris Lattner | 2008-06-29 | 1 | -4/+1 |
| * | more attribute refactoring/renaming, no functionality change. | Chris Lattner | 2008-06-28 | 1 | -3/+4 |