]> granicus.if.org Git - clang/shortlog
clang
2009-07-21 Ted KremenekUpdate stale comment.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Ted KremenekReorder files.
2009-07-21 Ted KremenekFix PR 4594 by refactoring almost all casting logic...
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Daniel Dunbardriver: Print --version on stdout, to match gcc.
2009-07-21 Eli FriedmanMisc fixes for -Wreorder:
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Douglas GregorMake Sema::ActOnCXXEnterDeclaratorScope robust against...
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warnings about control flow falling off...
2009-07-21 Owen AndersonUpdate for LLVM API change.
2009-07-21 Argyrios KyrtzidisConsider nested-names as part of the declarator when...
2009-07-21 Fariborz JahanianDiagnose when a destructor uses a unrelated class type...
2009-07-21 Douglas GregorAdd the location of the tag keyword into TagDecl. From...
2009-07-21 Duncan SandsDisambiguate an if statement.
2009-07-21 Argyrios KyrtzidisRemove the ASTContext parameter from Entity::getPrintab...
2009-07-21 Argyrios KyrtzidisAdd an assert for safety check.
2009-07-21 Argyrios KyrtzidisFix a crash that occurs in this C++ case:
2009-07-21 Owen AndersonUpdate for LLVM API change.
2009-07-21 Argyrios KyrtzidisKeep only canonical Decls in Entities.
2009-07-21 Mike StumpWire up CFG improvements for __builtin_choose_expr.
2009-07-21 Mike StumpWire up CFG improvements for do { } while () when the...
2009-07-21 Mike StumpWire up for statement CFG improvements for conditionals...
2009-07-21 Mike StumpWire up CFG improvements for while when the condition...
2009-07-21 Argyrios KyrtzidisRemove a file from the test directory that was added...
2009-07-21 Ted KremenekRegionStore:
2009-07-21 Argyrios KyrtzidisChange the semantics for Entity.
2009-07-21 Ryan Flynndefine __STDC_VERSION__ processor token for c94
2009-07-21 Argyrios KyrtzidisUse temporary output to avoid running index-test with...
2009-07-21 Argyrios KyrtzidisImplement the virtual getNextRedeclaration() for ObjCMe...
2009-07-21 Argyrios KyrtzidisAdd an assertion for the return value of Decl::getNextR...
2009-07-21 Argyrios KyrtzidisRemove the ObjCCategoryImpls vector from Sema class.
2009-07-21 Argyrios KyrtzidisRemove Sema::LookupObjCImplementation and replace it...
2009-07-21 Argyrios Kyrtzidis- Introduce ASTContext::getObjCImplementation() and...
2009-07-21 Argyrios KyrtzidisHandle references from ObjCIvarRefExprs.
2009-07-21 Argyrios KyrtzidisAdd '\n' to the end of error message.
2009-07-20 Mike StumpAdd yet more analysis for CFGs involving conditionals...
2009-07-20 Fariborz JahanianMove EmitCtorPrologue to CGCXX. Add an assert and FIXMEs.
2009-07-20 Ted KremenekEnhanced IsReinterpreted() (RegionStore.cpp) to reason...
2009-07-20 Fariborz JahanianImprove message for bad destructor decl. Per Doug's...
2009-07-20 Fariborz JahanianEarly ir-gen for constructor prologue. This is on going.
2009-07-20 Douglas GregorReuse VarDecl::Init to store the default argument of...
2009-07-20 Ted KremenekThis test now passes with RegionStore.
2009-07-20 Ted KremenekEnhance GRExprEngine::EvalBind to handle some implicit...
2009-07-20 Ted KremenekEnhance SimpleSValuator to handle nonloc::LocAsInteger...
2009-07-20 Mike StumpRemove an apparently unused forward class decl.
2009-07-20 Mike StumpRemove an apparently unused header.
2009-07-20 Ted KremenekAdd XFAILED test.
2009-07-20 Ted KremenekAdd FIXME.
2009-07-20 Douglas GregorWhen a field is variable-sized or is an array with...
2009-07-20 Ted KremenekUpdate DataflowSolver to handle the case where a succes...
2009-07-20 Douglas GregorImprove GCC compatibility by allowing static tentative...
2009-07-20 Ted KremenekEnhance GRBranchNodeBuilderImpl (part of GRCoreEngine...
2009-07-20 Steve Naroff5 cleanups to ObjCObjectPointerType work:
2009-07-20 Fariborz JahanianIssue a more descriptive diagnostics when mis-declaring
2009-07-20 Zhongxing XuThe children statements might be NULL. Check for this...
2009-07-19 Ted KremenekImplement FIXME in pretty-printing for StringRegions.
2009-07-19 Ted KremenekImprove debug pretty-printing for ObjCIVarRegions.
2009-07-19 Chris Lattnerenhance the goto checker to reject jumps across __block...
2009-07-19 Daniel DunbarCatch another trivial case where we can avoid emitting...
2009-07-19 Daniel DunbarDetect when the current generation point is unreachable...
2009-07-19 Daniel DunbarFix thinko.
2009-07-19 Daniel DunbarAvoid generation of dead code in a few more situations.
2009-07-19 Daniel DunbarAdd include needed for MSVC.
2009-07-19 Daniel DunbarUpdate CMake
2009-07-19 Anders CarlssonHandle layout of non-virtual base classes.
2009-07-18 Anders CarlssonRefactor field layout into a separate function.
2009-07-18 Anders CarlssonRename NextOffset to DataSize, which better matches...
2009-07-18 Anders CarlssonMigrate over to the record layout builder.
2009-07-18 Argyrios KyrtzidisRe-enable 'test/SemaTemplate/temp_class_spec_neg.cpp...
2009-07-18 Argyrios KyrtzidisIntroduce ASTLocation::getReferencedDecl(), for getting...
2009-07-18 Argyrios KyrtzidisHandle invalid ASTLocations instead of asserting.
2009-07-18 Anders CarlssonMore layout builder work.
2009-07-18 Anders CarlssonAdd a new ASTRecordLayoutBuilder class. Not used yet.
2009-07-18 Daniel DunbarDisable this test for now, it has been crashing on...
2009-07-18 Anders CarlssonRevert r75641.
2009-07-18 Steve NaroffFix typo from r76321.
2009-07-18 Steve NaroffRemove ObjCQualifiedInterfaceType:-)
2009-07-18 Sebastian RedlFix RUN line to not litter the test directory.
2009-07-18 Sebastian Redlsvn:ignore the build directories
next