]> granicus.if.org Git - clang/shortlog
clang
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...
2009-07-17 Argyrios KyrtzidisCheck whether the IdentifierInfo is null, before using it.
2009-07-17 Mike StumpMake noreturn functions alter the CFG.
2009-07-17 Ted KremenekReplace Type::getAsReferenceType() with Type::getAs...
2009-07-17 Ted KremenekUpdate cf_returns_retained/ns_returns_retained examples...
2009-07-17 Ted KremenekUpdate test case to use '__has_feature' macro.
2009-07-16 Daniel DunbarSome more ?: for Obj-C tests.
2009-07-16 Daniel DunbarFix unused variable warnings (with -Asserts)
2009-07-16 Fariborz Jahanianir-gen for --/++ operators of objc object pointers
2009-07-16 Daniel DunbarAdd more testing of ?: for Obj-C object types.
2009-07-16 Daniel Dunbar[llvm up] Add support for '#' component of QA_OVERRIDE_...
2009-07-16 Daniel DunbarAdd extra print for --time-tests output.
2009-07-16 Anton KorobeynikovHook in s390x stuff into clang
2009-07-16 Ted KremenekAdd member template 'Type::getAs<T>', which converts...
2009-07-16 Ted KremenekMove the source-level CFG from libAST to libAnalysis.
2009-07-16 Ted KremenekAdd 'clang-wpa' to the CMake-based build.
2009-07-16 Owen AndersonUpdate for LLVM API change.
2009-07-16 Fariborz JahanianDiagnose ++/-- op on objc pointers in
2009-07-16 Chris Lattneruse CreateRuntimeVariable to get __CFConstantStringClas...
2009-07-16 Steve NaroffCleanup a couple loops and improve a comment (based...
next