| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix http://llvm.org/bugs/show_bug.cgi?id=2760. | Steve Naroff | 2008-09-17 | 1 | -2/+2 |
| * | Add --suppress-system-warnings (on by default, use =0 to disable) | Daniel Dunbar | 2008-09-12 | 1 | -5/+7 |
| * | Add Sema::isDeclInScope which wraps IdentifierResolver::isDeclInScope. | Argyrios Kyrtzidis | 2008-09-09 | 1 | -16/+11 |
| * | Tweak implementation for allowing ObjC builtin type redefinitions. | Steve Naroff | 2008-09-09 | 1 | -5/+19 |
| * | Add ThreadSpecified bit to Decl. | Daniel Dunbar | 2008-09-08 | 1 | -5/+4 |
| * | Add comment back that Argiris pointed out that I mistakenly removed (the comm... | Ted Kremenek | 2008-09-05 | 1 | -0/+2 |
| * | Change struct forward declarations and definitions to use unique RecordDecls,... | Ted Kremenek | 2008-09-05 | 1 | -12/+135 |
| * | Remove stale comments. | Ted Kremenek | 2008-09-05 | 1 | -8/+0 |
| * | Remove "NextDecl" from RecordDecl. This change touches many files that where... | Ted Kremenek | 2008-09-05 | 1 | -4/+2 |
| * | Set register storage class correctly for function parameters. | Daniel Dunbar | 2008-09-03 | 1 | -3/+5 |
| * | Fix 80 col violations. | Ted Kremenek | 2008-09-03 | 1 | -9/+8 |
| * | When creating CXXRecordDecls and RecordDecls within ActOnTag, hook up the new... | Ted Kremenek | 2008-09-02 | 1 | -5/+15 |
| * | Fix for PR2747: allow pointer->int casts with a null base; these are | Eli Friedman | 2008-09-02 | 1 | -0/+7 |
| * | Backing out r55607 due to logic errors and test regression. | Eli Friedman | 2008-09-01 | 1 | -10/+6 |
| * | fix one more this-is-not-a-constant error. test included | Nuno Lopes | 2008-09-01 | 1 | -0/+3 |
| * | make CheckArithmeticConstantExpression() aware of &foo and pointers | Nuno Lopes | 2008-09-01 | 1 | -6/+10 |
| * | minor cleanup | Nico Weber | 2008-08-29 | 1 | -15/+4 |
| * | Move implicit Obj-C param creation into ObjCMethodDecl. | Daniel Dunbar | 2008-08-26 | 1 | -15/+0 |
| * | Do typechecking and codegen for K&R-style function declarations | Eli Friedman | 2008-08-25 | 1 | -8/+2 |
| * | Fix for PR2720; be a little bit more permissive in initializers for | Eli Friedman | 2008-08-25 | 1 | -21/+23 |
| * | Initial sema support for C++ static initializers. | Anders Carlsson | 2008-08-22 | 1 | -4/+11 |
| * | Rewrite type compatibility testing to do type merging rather than just | Eli Friedman | 2008-08-22 | 1 | -1/+1 |
| * | Added ObjCAtDefsFieldDecl to represent FieldDecls created by @defs. | Ted Kremenek | 2008-08-20 | 1 | -4/+14 |
| * | Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastEx... | Argyrios Kyrtzidis | 2008-08-18 | 1 | -13/+5 |
| * | various updates to match r54873 on mainline. | Chris Lattner | 2008-08-17 | 1 | -1/+1 |
| * | More #include cleaning | Daniel Dunbar | 2008-08-11 | 1 | -10/+0 |
| * | More #include cleaning | Daniel Dunbar | 2008-08-11 | 1 | -0/+1 |
| * | More #include cleaning | Daniel Dunbar | 2008-08-11 | 1 | -0/+1 |
| * | Cleanup from yesterday...make isTentativeDefinition() a static helper functio... | Steve Naroff | 2008-08-10 | 1 | -1/+1 |
| * | Sema::CheckForFileScopedRedefinitions(): Make sure tentative decls of incompl... | Steve Naroff | 2008-08-10 | 1 | -0/+9 |
| * | rename PreDefinedExpr -> PredefinedExpr | Chris Lattner | 2008-08-10 | 1 | -1/+1 |
| * | Fix Sema::MergeVarDecl() to better handle type compatibility. The previous co... | Steve Naroff | 2008-08-09 | 1 | -34/+1 |
| * | When in C++, invoke ASTConsumer::HandleTagDeclDefinition in Sema::ActOnFinish... | Argyrios Kyrtzidis | 2008-08-09 | 1 | -1/+4 |
| * | Fix issues with C "tentative" definitions. | Steve Naroff | 2008-08-08 | 1 | -34/+46 |
| * | Sema::ActOnEnumBody(): handle nested enum redefinitions. | Steve Naroff | 2008-08-07 | 1 | -1/+13 |
| * | Implement GNU asm-label extension support in CodeGen. This fixes | Daniel Dunbar | 2008-08-06 | 1 | -0/+8 |
| * | Move AsmLabel into Declarator instead of just a parameter to | Daniel Dunbar | 2008-08-05 | 1 | -4/+4 |
| * | Add more Parser/Sema support for GCC asm-label extension. | Daniel Dunbar | 2008-08-05 | 1 | -3/+11 |
| * | Finally fix PR2189. This makes a fairly invasive but important change to | Chris Lattner | 2008-08-04 | 1 | -10/+12 |
| * | Wherever a type is used/returned from the Action module, use TypeTy instead o... | Argyrios Kyrtzidis | 2008-08-01 | 1 | -1/+1 |
| * | change more instances of QualType::getCanonicalType to call | Chris Lattner | 2008-07-26 | 1 | -5/+8 |
| * | Reject typedef redefinitions when the underlying types are not identical, | Chris Lattner | 2008-07-25 | 1 | -0/+12 |
| * | Move fix in r54013 from the parser to sema. | Steve Naroff | 2008-07-25 | 1 | -3/+4 |
| * | When constructing an ObjCIvarDecl object in Sema, provide its visibility up f... | Ted Kremenek | 2008-07-23 | 1 | -4/+9 |
| * | minor cleanup to the actions interface to pass around SmallVectorImpl instead | Chris Lattner | 2008-07-21 | 1 | -2/+2 |
| * | Unify ctx_iterator/ctx_begin()/ctx_end() and iterator/begin()/end() so that a... | Argyrios Kyrtzidis | 2008-07-17 | 1 | -6/+7 |
| * | When in C++, make EnumConstant names hide tag names in the same scope, instea... | Argyrios Kyrtzidis | 2008-07-16 | 1 | -1/+6 |
| * | Two fixes: | Steve Naroff | 2008-07-16 | 1 | -1/+2 |
| * | When checking for name collision between a tag and a previously defined names... | Argyrios Kyrtzidis | 2008-07-16 | 1 | -5/+8 |
| * | rename "SInt" methods to "Int" in APValue. | Chris Lattner | 2008-07-11 | 1 | -6/+5 |