]> granicus.if.org Git - clang/shortlog
clang
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...
2010-09-06 Zhongxing XuSimplify CFG construction: bail out early when we have...
2010-09-06 Rafael EspindolaMake "-ccc-cxx" option work on Linux.
2010-09-06 Eli FriedmanGet rid of unnecessary return.
2010-09-06 Eli FriedmanUpdate test for r113128.
2010-09-06 Chris Lattnermove the hackaround for PR6537 to catch unions as well,
2010-09-06 Chris Lattnerclean up some formatting.
2010-09-06 Eli FriedmanPR7242: Make sure to use a different context for evalua...
2010-09-05 Chris Lattnerfix PR7192 by defining wchar_t in a more conventional...
2010-09-05 Steven WatanabeTell the VS headers that char16_t and char32_t are...
2010-09-05 Chris Lattnerfix 7320: we can't delete a trailing space if it doesn...
2010-09-05 Eli FriedmanPR8023: Don't crash on invalid uses of __real__ on...
2010-09-05 Nick LewyckyNo functional change. Replace Out << 'a' << 'b' with...
2010-09-05 Chris Lattner"const id<NSFoo> *" instead of "id<NSFoo> const *".
2010-09-05 Chris Lattner"const id<NSFoo> *" not "id<NSFoo> const*"
2010-09-05 Chris Lattner"const std::vector<int>*" not "std::vector<int> const*"
2010-09-05 Chris Lattner"const _Complex float *" not "_Complex float const *"
2010-09-05 Chris Lattner'const std::type_info*' instead of 'std::type_info...
2010-09-05 Chris Lattnerprint "const intptr_t" instead of "intptr_t const"
2010-09-05 Chris Lattnermake clang print types as "const int *" instead of...
2010-09-04 Chris Lattnerrevert this, it isn't safe.
2010-09-04 Chris Lattnertidy up
2010-09-04 Chris Lattnerrevise r112365 to fix the actual problem: the isa<TagTy...
2010-09-04 Fariborz JahanianCasting of a property reference to 'void' did not
2010-09-04 Chris Lattnerzap more dead code.
2010-09-04 Chris Lattnerzap dead code.
2010-09-04 John McCallPetty optimization.
2010-09-03 Zhanyong Wanfix a crash in RecursiveASTVisitor's child classes...
2010-09-03 Douglas GregorSynchronize code-completion cursor kinds with indexing...
2010-09-03 Fariborz JahanianTruncate block variable of bool type to i1 when its
2010-09-03 Chandler CarruthFix PR7402 when it strikes via template instantiation.
2010-09-03 Anders CarlssonIt's OK for classes to have flexible array elements...
2010-09-03 Fariborz JahanianCope with llvm's reference to bool type of 'i1' vs...
2010-09-03 Chandler CarruthClean up some whitespace and comments from this test...
2010-09-03 Chandler CarruthAllow anonymous and local types. The support was alread...
2010-09-03 John McCallA constant initializer never matches the type of the...
2010-09-03 Douglas GregorImplement libclang visitation for UnresolvedMemberExpr...
next