aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-21Implement the virtual getNextRedeclaration() for ObjCMethodDecl.Argyrios Kyrtzidis
2009-07-21Add an assertion for the return value of Decl::getNextRedeclaration().Argyrios Kyrtzidis
2009-07-21Remove the ObjCCategoryImpls vector from Sema class.Argyrios Kyrtzidis
2009-07-21Remove Sema::LookupObjCImplementation and replace it with just calling ObjCIn...Argyrios Kyrtzidis
2009-07-21- Introduce ASTContext::getObjCImplementation() and ASTContext::setObjCImplem...Argyrios Kyrtzidis
2009-07-21Handle references from ObjCIvarRefExprs.Argyrios Kyrtzidis
2009-07-21Add '\n' to the end of error message.Argyrios Kyrtzidis
2009-07-20Add yet more analysis for CFGs involving conditionals that are actually const...Mike Stump
2009-07-20Move EmitCtorPrologue to CGCXX. Add an assert and FIXMEs.Fariborz Jahanian
2009-07-20Enhanced IsReinterpreted() (RegionStore.cpp) to reason about higher-orderTed Kremenek
2009-07-20Improve message for bad destructor decl. Per Doug's comment.Fariborz Jahanian
2009-07-20Early ir-gen for constructor prologue. This is on going.Fariborz Jahanian
2009-07-20Reuse VarDecl::Init to store the default argument of a ParmVarDecl,Douglas Gregor
2009-07-20This test now passes with RegionStore.Ted Kremenek
2009-07-20Enhance GRExprEngine::EvalBind to handle some implicit casts from nonlocs toTed Kremenek
2009-07-20Enhance SimpleSValuator to handle nonloc::LocAsInteger -> location casts.Ted Kremenek
2009-07-20Remove an apparently unused forward class decl.Mike Stump
2009-07-20Remove an apparently unused header.Mike Stump
2009-07-20Add XFAILED test.Ted Kremenek
2009-07-20Add FIXME.Ted Kremenek
2009-07-20When a field is variable-sized or is an array with a negative size,Douglas Gregor
2009-07-20Update DataflowSolver to handle the case where a successor/predecessor blockTed Kremenek
2009-07-20Improve GCC compatibility by allowing static tentative definitions ofDouglas Gregor
2009-07-20Enhance GRBranchNodeBuilderImpl (part of GRCoreEngine) to understand the caseTed Kremenek
2009-07-205 cleanups to ObjCObjectPointerType work:Steve Naroff
2009-07-20Issue a more descriptive diagnostics when mis-declaringFariborz Jahanian
2009-07-20The children statements might be NULL. Check for this case in Zhongxing Xu
2009-07-19Implement FIXME in pretty-printing for StringRegions.Ted Kremenek
2009-07-19Improve debug pretty-printing for ObjCIVarRegions.Ted Kremenek
2009-07-19enhance the goto checker to reject jumps across __block variable definitions.Chris Lattner
2009-07-19Catch another trivial case where we can avoid emitting a separate return blcok.Daniel Dunbar
2009-07-19Detect when the current generation point is unreachable after emittingDaniel Dunbar
2009-07-19Fix thinko.Daniel Dunbar
2009-07-19Avoid generation of dead code in a few more situations.Daniel Dunbar
2009-07-19Add include needed for MSVC.Daniel Dunbar
2009-07-19Update CMakeDaniel Dunbar
2009-07-19Handle layout of non-virtual base classes.Anders Carlsson
2009-07-18Refactor field layout into a separate function.Anders Carlsson
2009-07-18Rename NextOffset to DataSize, which better matches the Itanium C++ ABIAnders Carlsson
2009-07-18Migrate over to the record layout builder.Anders Carlsson
2009-07-18Re-enable 'test/SemaTemplate/temp_class_spec_neg.cpp', after commenting out t...Argyrios Kyrtzidis
2009-07-18Introduce ASTLocation::getReferencedDecl(), for getting the declaration that ...Argyrios Kyrtzidis
2009-07-18Handle invalid ASTLocations instead of asserting.Argyrios Kyrtzidis
2009-07-18More layout builder work.Anders Carlsson
2009-07-18Add a new ASTRecordLayoutBuilder class. Not used yet.Anders Carlsson
2009-07-18Disable this test for now, it has been crashing on linux for weeks.Daniel Dunbar
2009-07-18Revert r75641.Anders Carlsson
2009-07-18Fix typo from r76321.Steve Naroff
2009-07-18Remove ObjCQualifiedInterfaceType:-)Steve Naroff
2009-07-18Fix RUN line to not litter the test directory.Sebastian Redl