]> granicus.if.org Git - clang/shortlog
clang
2009-07-22 Mike StumpMake -Wreturn-type be part of -Wmost and therefore...
2009-07-22 Douglas GregorFix some memory allocation/deallocation issues
2009-07-22 Eli FriedmanFix a nasty little use-after-free bug.
2009-07-22 Douglas GregorCanonicalize the types produced by template argument...
2009-07-22 Fariborz JahanianImproved on performance of the algorithm for proper...
2009-07-22 Douglas GregorSlighty more testing for template argument deduction...
2009-07-22 Douglas GregorImprove template argument deduction for array types...
2009-07-22 Mike StumpPrep for new warning.
2009-07-22 Mike StumpUse isa instead of dyn_cast for conditionals.
2009-07-22 Devang PatelUse DICompositeType->replaceAllUsesWith().
2009-07-22 Douglas Gregor"This patch implements the restrictions on union member...
2009-07-22 Ted KremenekMove bug reporter "visitors" to their own file and...
2009-07-22 Fariborz JahanianAllocate BaseOrMemberInitializers and CXXBaseSpecifier...
2009-07-22 Douglas GregorImplement parsing and semantic analysis for out-of...
2009-07-22 Steve NaroffFix a couple recent ABI regressions noticed during...
2009-07-22 Eli FriedmanSwitch some functions from using x86 builtins to using...
2009-07-22 Mike StumpAdd some documentation, to make it so the next person...
2009-07-22 Steve NaroffFix <rdar://problem/6770276> Support Class<Proto> syntax.
2009-07-22 Douglas GregorTest template instantiation for member functions of...
2009-07-22 Eli FriedmanMake vectorized floating-point comparisons work without...
2009-07-22 Ted KremenekRestructure ProgramPoint to have the 'Kind' value be...
2009-07-22 Ted KremenekTemporarily disable most use of region casts in RegionS...
2009-07-22 Ted KremenekFix a crasher in StoreManager::InvalidateRegion() cause...
2009-07-22 Mon P WangPreserve address space information through member acces...
2009-07-22 Mike StumpRemove an unneeded header.
2009-07-22 Mike StumpPrep for new warning.
2009-07-22 Fariborz JahanianMinor mod. per Doug's comment.
2009-07-22 Douglas GregorComplain if we're entering the context of a dependent...
2009-07-21 Douglas GregorBasic parsing and semantic analysis for out-of-line...
2009-07-21 Mike StumpRevert this, we can now avoid error cascades better.
2009-07-21 Mike StumpRevert this, was a bug in my new warning code, not...
2009-07-21 Mike StumpRevert this, we have a better way to do this.
2009-07-21 Mike StumpRevert this, we have a better way to handle this.
2009-07-21 Mike StumpRevert recent change, I now have a better way to solve...
2009-07-21 Ted KremenekFix long-lurking bug in ObjCSummaryCache revealed by...
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Fariborz JahanianPatch to accomodate Doug's comment on default
2009-07-21 Ted KremenekRemove stale comment and fix RUN line.
2009-07-21 Ted KremenekAdd test case for PR 4596, which is already fixed due...
2009-07-21 Ted KremenekPatch by Stefan Bühler: Escape text in macro expansion...
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...
next