]> granicus.if.org Git - clang/shortlog
clang
2010-09-10 Sebastian RedlFix a comment.
2010-09-10 Ted KremenekPolish diagnostics for null dereferences via ObjC ivar...
2010-09-10 Fariborz JahanianIRGen fix for using property-dot syntax to pass
2010-09-10 Chandler CarruthRe-devirtualize this. A new virtual method snuck in.
2010-09-10 Douglas GregorSupport strlen() and __builtin_strlen() as constant...
2010-09-10 Ted KremenekAdd checker implementation for my previous commit!
2010-09-10 Ted KremenekImplement: <rdar://problem/6351970> rule request: warn...
2010-09-10 Ted KremenekAdd ObjCAtSynchronizedStmt to the CFG and add GRExprEng...
2010-09-10 Ted KremenekUpdate checker build.
2010-09-10 Tom CareAdded AnalyzerStatsChecker, a path sensitive check...
2010-09-10 Douglas GregorAdd libclang support for label statements, gotos, and...
2010-09-09 Douglas GregorAdd libclang visitation for C99 designated initializers.
2010-09-09 Douglas GregorAdd libclang visitation for __builtin_offsetof's compon...
2010-09-09 Fariborz Jahanianproperty reference expression used on lhs of assignment
2010-09-09 Ted KremenekClean up obtuse wording of checker diagnostic of using...
2010-09-09 Douglas GregorWhen we parse a pragma, keep track of how that pragma...
2010-09-09 Daniel DunbarDriver/Darwin: Make the compilation object available...
2010-09-09 Douglas GregorTeach libclang to walk the base and member initializers...
2010-09-09 Daniel DunbarFix typo in diagnostic.
2010-09-09 Daniel DunbarDriver: Mark function as nounwind when -mkernel or...
2010-09-09 Bill WendlingRemove the 'rc' suffix. It indicates a "release candida...
2010-09-09 Ted KremenekUse FindReportInEquivalenceClass to identify all the...
2010-09-09 Daniel DunbarFrontend: Add -cxx-system-include option which can...
2010-09-09 Daniel DunbarFix indentation.
2010-09-09 Douglas GregorSimplify template instantiation for C++ exception decla...
2010-09-09 Douglas GregorEliminate some unnecessary uses of TreeTransform::Tempo...
2010-09-09 Douglas GregorEliminate the comma locations from all of the Sema...
2010-09-09 Douglas GregorUse temporary files for this test, to see if we can...
2010-09-09 Douglas GregorAdd proper type-source information to UnaryTypeTraitExp...
2010-09-09 Douglas GregorClean up CMake dependencies
2010-09-09 Benjamin KramerRemove unused variable.
2010-09-09 Argyrios KyrtzidisFix C++ PCH issue.
2010-09-09 Gabor Greifdo not bind temporaries to non-const references
2010-09-09 Ted KremenekRename GRState::getSVal() -> getRawSVal() and getSimpli...
2010-09-09 Ted KremenekFix indentation.
2010-09-09 Ted KremenekCheck format strings when a called function has more...
2010-09-09 Ted KremenekIt appears that technically a null format string is...
2010-09-09 Ted KremenekAvoid redundant recursive calls in SemaCheckStringLiter...
2010-09-09 Ted KremenekRemove tabs I accidentally introduced.
2010-09-09 Ted KremenekRemove stray ';' and convert tabs to spaces.
2010-09-09 Tom CareSimplified reachability checking in IdempotentOperation...
2010-09-09 Ted KremenekRelax __attribute_((nonnull)) checking to allow the...
2010-09-09 Ted KremenekInclude test case for <rdar://problem/5880430>.
2010-09-09 Ted KremenekStatic analyzer fix: <rdar://problem/5880430> Switch...
2010-09-09 Fariborz JahanianBlock ivar layout must assume that the 'isa'
2010-09-09 Ted KremenekEnhance -Wunreachable-code to not consider the 'default...
2010-09-09 Ted KremenekEnhance -Wreturn-type to not warn when control-flow...
2010-09-09 Ted KremenekAdd 'filtered_pred_iterator' and 'filtered_succ_iterato...
2010-09-09 Ted KremenekInitialize 'AllEnumCasesCovered' in SwitchStmt's constr...
2010-09-09 Ted KremenekWhen building SwitchStmts in Sema, record whether all...
2010-09-08 Douglas GregorPush the range associated with a nested-name-specifier...
2010-09-08 Francois PichetFix warnings caused by new CXXUuidofExprClass enumerator.
2010-09-08 Daniel DunbarAdd another missing CMake dependency.
2010-09-08 Douglas GregorFix a few minor issues with parsing and semantic analys...
2010-09-08 Dawn PerchikAdd support for a few MS extensions supported by the...
2010-09-08 Douglas GregorWhen providing a completion for a function/method param...
2010-09-08 Fariborz JahanianTest removed.
2010-09-08 Argyrios KyrtzidisDecl::CheckAccessDeclContext() keeps asserting. Access...
2010-09-08 Fariborz JahanianRemoved test case.
2010-09-08 Douglas GregorClean up some of the CMake dependencies
2010-09-08 Douglas GregorUse the new-initialization code for initializing scalar...
2010-09-08 Fariborz JahanianReverse r113397 until we decide what to do with
2010-09-08 Argyrios KyrtzidisRe-enable CheckAccessDeclContext and make sure it doesn...
2010-09-08 Bill WendlingInitialize the MSVCGuidDecl variable in the correct...
2010-09-08 Fariborz JahanianFix a crash when overloading id with objc_object*.
2010-09-08 Argyrios KyrtzidisFix C++ PCH issues.
2010-09-08 Daniel DunbarFrontend/-H: Add comment on why I used a temporary...
2010-09-08 Francois PichetMicrosoft's __uuidof operator implementation part 1.
2010-09-08 Francois PichetAllow type definitions inside anonymous struct/union...
2010-09-08 Sebastian RedlDon't give 'global constructor' warnings for function...
2010-09-08 John McCallPut the tautological-comparison-of-unsigned-against...
2010-09-08 John McCallImplement ARM static local initialization guards, which...
2010-09-08 Sebastian RedlAllow (cv) void and incomplete arrays to be passed...
2010-09-08 Gabor Greifadd a fixit when 'main' does ot return 'int'; review...
2010-09-08 Douglas GregorProvide proper type-source location information for
2010-09-07 Fariborz JahanianLocal static block variable referecned in its
2010-09-07 Daniel Dunbartests: Use -ffreestanding when including stdint.h,...
2010-09-07 Ted KremenekFix DeclPrinter to not include '=' in printing when...
2010-09-07 Gabor Greiftypo
2010-09-07 Douglas GregorImprove source-location information for CXXNewExpr...
2010-09-07 Ted KremenekFix null pointer dereference in StreamChecker::Fseek...
2010-09-07 Tom CareRe-enabled truncation/extension checking in IdempotentO...
2010-09-07 Douglas GregorAdd function attributes to the output of -ast-print...
2010-09-07 Fariborz Jahanianget rid of a warning.
2010-09-07 Fariborz JahanianHave Sema check for validity of CGString literal
2010-09-07 Dale JohannesenAllow 'o' and 'V' as constraints for output asm operands.
2010-09-07 John McCallImprove error recovery when we see ':' and expect a...
2010-09-07 Dale JohannesenAdjust a test that's expecting optimizations to be...
2010-09-07 Daniel DunbarDriver/Darwin: Catch another case where ld ends up...
2010-09-07 Daniel DunbarDriver/Darwin: Don't pass -demangle to the linker when...
2010-09-07 Douglas GregorProvide a specific diagnostic when trying to redefine...
2010-09-07 Douglas GregorImprove recovery when there is a stray ']' or ')' befor...
2010-09-07 Douglas GregorImprove recovery when a comma is missing between enumer...
2010-09-07 Douglas GregorImprove diagnostic and recovery when missing a comma...
2010-09-06 Benjamin KramerReplace loops with SmallVector::append.
2010-09-06 Chris LattnerDue to asmparser improvements, this error message is...
2010-09-06 Argyrios KyrtzidisFix a C++ PCH problem which was exposed by r113019...
2010-09-06 Chris Lattnerremove curly quotes, patch by Dimitry Andric!
2010-09-06 Argyrios KyrtzidisLastFieldBitfield in CGObjCCommonMac::BuildAggrIvarLayo...
2010-09-06 Zhongxing XuFinishBlock() is essentially doing nothing except retur...
next