]> granicus.if.org Git - clang/shortlog
clang
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
2009-07-18 Sebastian RedlRename file in preparation of properly implementing...
2009-07-18 Sebastian RedlEnhance testing of overriding exception specs for inacc...
2009-07-18 Zhongxing XuFix a comment.
2009-07-18 Argyrios KyrtzidisFix a comment.
2009-07-18 Argyrios KyrtzidisIntroduce a redecl_iterator in Decl class, so that...
2009-07-18 Argyrios KyrtzidisIntroduce the Redeclarable template class, which serves...
2009-07-18 Argyrios KyrtzidisRemove StmtLocResolver::VisitObjCIvarRefExpr, it was...
2009-07-18 Argyrios KyrtzidisDon't add a SourceLocation for 'self' if it does not...
2009-07-18 Zhongxing XuReplace stmt visitors with the fall back method.
2009-07-18 Ted KremenekFix crash in StoreManager::NewCastRegion() when handlin...
2009-07-18 Ted KremenekReturn CodeTextRegions for BlockPointerTypes in additio...
2009-07-18 Ted KremenekAdd test case for bug fix in r76262.
2009-07-18 Ted KremenekFix some fallout from CFGBuilder restructuring: all...
2009-07-18 Argyrios KyrtzidisRemove getFirstDeclaration/getLatestDeclaration from...
2009-07-18 Argyrios KyrtzidisRemove ASTContext::getCanonicalDecl() and use Decl...
2009-07-18 Argyrios KyrtzidisMove the functionality of ASTContext::getCanonicalDecl...
2009-07-18 Argyrios KyrtzidisResolve a location that is inside an ObjCMethodDecl.
2009-07-18 Argyrios KyrtzidisMake ASTLocation accept a Stmt that is inside an ObjCMe...
2009-07-18 Argyrios KyrtzidisSearch through all Decls that are DeclContexts.
2009-07-18 Argyrios KyrtzidisSet ObjCMethodDecl's EndLoc to the '}' when it's a...
2009-07-18 Argyrios KyrtzidisLocation should be passed to setLocEnd() not to setAtEn...
2009-07-18 Argyrios KyrtzidisAdd getSourceRange() methods for ObjC Decls.
2009-07-17 Chris Lattnerfix objc codegen to not have its own list of things...
2009-07-17 Chris LattnerThis takes a long time to crash, just disable it for...
2009-07-17 Ted KremenekFix caching bug revealed by analyzing ClamAV using...
2009-07-17 Ted KremenekFix possible null dereference in CFG construction.
2009-07-17 Ted KremenekRemove bogus check.
2009-07-17 Ted KremenekAdd error message when clang-cc cannot be found.
2009-07-17 Ted KremenekRestructure CFG builder to have just one visitor path...
2009-07-17 Ted KremenekMove WalkAST logic for 'ChooseExpr' to 'VisitChooseExpr'.
2009-07-17 Ted KremenekMove WalkAST logic for 'ConditionalOperator' into ...
2009-07-17 Daniel DunbarFix indentation / trailing white space.
2009-07-17 Ted KremenekRemove stale comments.
2009-07-17 Ted KremenekPer offline discussion with Steve Naroff, add back...
2009-07-17 Chris Lattnerclean up this code, add the fixme back.
2009-07-17 Chris Lattnerobjc methods can't be an operand to callexpr.
2009-07-17 Zhongxing XuRename Entity::getName() to Entity::getPrintableName...
2009-07-17 Zhongxing XuAs suggested by Argyrios, revert r76159 and make "FindI...
2009-07-17 Zhongxing XuRefactor code into a new CallExpr::getDirectCallee...
2009-07-17 Zhongxing XuCallGraph: add a bunch of stmt visitors.
2009-07-17 Zhongxing XuRelax the assertion in ASTLocation's ctor: if the decl...
2009-07-17 Zhongxing XuCallGraph:
2009-07-17 Mike StumpFixup indentation of rest of switch statement to match...
2009-07-17 Ted KremenekReplaced Type::getAsLValueReferenceType(), Type::getAsR...
2009-07-17 Argyrios KyrtzidisIf we are not doing a Debug build, no need for the...
2009-07-17 Argyrios KyrtzidisObjCCategoryImplDecl and ObjCImplementation do not...
next