]> granicus.if.org Git - clang/shortlog
clang
2011-04-02 Zhongxing XuRemove a redundant method. We have a const version.
2011-04-02 Ted KremenekTeach IdempotentOperationsChecker about paths aborted...
2011-04-02 Ted Kremenekstatic analyzer: Rename 'BlocksAborted' to 'BlocksExhau...
2011-04-02 Ken DyckConvert BaseOffset::NonVirtualOffset to CharUnits....
2011-04-02 Ken DyckConvert offset parameters and return values of VTableCo...
2011-04-02 Ken DyckConvert the offsets in VCallOffsetMap to CharUnits...
2011-04-02 Ken DyckConvert offset parameters of VTableBuilder::IsOverrider...
2011-04-01 Fariborz JahanianFixes a rewriter bug rewriting call to a byref
2011-04-01 Daniel DunbarDriver/Darwin: Tweak simulator link logic a bit more...
2011-04-01 Fariborz JahanianANother rewrite bug, rewriting a call of
2011-04-01 Devang PatelDo not try calculate the size of forward-declared templ...
2011-04-01 Ted KremenekDon't store reports when scan-build's build command...
2011-04-01 Chandler CarruthFix an error in TreeTransform where we failed to copy...
2011-04-01 Daniel DunbarIRgen: Reapply r128691 with a fix to ensure we don...
2011-04-01 Daniel DunbarRevert r128691, "IRgen: Improve GCC compatibility when...
2011-03-31 Daniel DunbarIRgen: Improve GCC compatibility when dealing with...
2011-03-31 Fariborz JahanianFix couple of rewriter bugs related to rewriting a
2011-03-31 Ted Kremenek-Wuninitialized should not warn about variables capture...
2011-03-31 Lenny MaioraniAdd security syntax checker for strcpy() which causes...
2011-03-31 Lenny MaioraniAdding Static Analyzer checker for mempcpy().
2011-03-31 Lenny MaioraniFix spelling in a comment. (test commit)
2011-03-31 Sebastian RedlMake ChainedIncludesSource an ExternalSemaSource, other...
2011-03-31 Sebastian RedlTell the diagnostic client about starting and ending...
2011-03-31 Daniel DunbarDriver/Darwin: Tweak link logic for simulator.
2011-03-31 John McCallWhoops.
2011-03-31 John McCallAfter much contemplation, I've decided that we probably...
2011-03-31 Ted KremenekStatic analyzer: fix bug in handling of dynamic_cast...
2011-03-31 Ted KremenekTeach static analyzer about the basics of handling...
2011-03-31 John McCallMove all the significant __block code into CGBlocks...
2011-03-31 Matt Beaumont-GayOops, prefer C-style cast here
2011-03-31 Matt Beaumont-GayRemove a redundant isValid() check
2011-03-31 Matt Beaumont-GaySilence GCC warning about differing types on the branch...
2011-03-31 Ken DyckConvert the return value of
2011-03-31 Ken DyckConvert the OffsetInLayoutClass parameter of
2011-03-31 Daniel DunbarChange Clang's __VERSION__ to include the same basic...
2011-03-31 Ken DyckConvert the OffsetInLayoutClass of the VCallAndVBaseOff...
2011-03-31 Ken DyckConvert the RealBaseOffset parameter of
2011-03-31 Daniel DunbarBasic: Add support for a build variable to set the...
2011-03-31 Bob WilsonUse intrinsics for Neon vmull operations. Radar 9208957.
2011-03-30 Ted KremenekAdd '#ifndef _PTRDIFF_T' guard around definition of...
2011-03-30 Ted KremenekPut "#pragma message ..." into its own warning (human...
2011-03-30 Argyrios KyrtzidisSilence warnings of unkwown -Wlarger-than and -Wframe...
2011-03-30 Ted KremenekBegin reworking static analyzer support for C++ method...
2011-03-30 Fariborz Jahaniande-sugared when accessing property reference type.
2011-03-30 Fariborz JahanianFix IRGen issues related to using property-dot syntax
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-03-30 Jay Foad(Almost) always call reserveOperandSpace() on newly...
2011-03-30 Ken DyckConvert the offset parameter of
2011-03-30 Ken DyckConvert local offset variable to CharUnits in AddVCallO...
2011-03-30 Ken DyckConvert a local offset variable to CharUnits. No change...
2011-03-30 Ken DyckConvert the OffsetInLayoutClass parameter of DetermineP...
2011-03-30 Ken DyckConvert the OffsetInLayoutClass parameter of LayoutSeco...
2011-03-30 Devang PatelFix in r128471 is very broad. Some of the unconditional...
2011-03-29 Argyrios Kyrtzidis[analyzer] Allow all checkers of a group to be enabled.
2011-03-29 Argyrios Kyrtzidis[analyzer] For -analyzer-checker-help show all the...
2011-03-29 Jeffrey YasskinAdd a libstdc++-4.4 patch for C++0x to the website.
2011-03-29 Devang PatelRobustify test string.
2011-03-29 Oscar FuentesCMake: removed some unnecesary conditionals from add_cl...
2011-03-29 Devang PatelAdd target triple.
2011-03-29 Argyrios Kyrtzidis[analyzer] Checker Packages can now belong to a group...
2011-03-29 Chandler CarruthFix an unused variable warning in release builds and...
2011-03-29 Devang PatelDo not line number entry for unconditional branches...
2011-03-29 John ThompsonFixed build error.
2011-03-29 Francois PichetAdd a triple to make the test friendly on no windows...
2011-03-29 Francois PichetAccept __declspec(dllimport) for function defined at...
2011-03-29 Chandler CarruthFix a bug in how we were resolving the address of overl...
2011-03-29 Ted KremenekAdd workaround for Sema issue found in <rdar://problem...
2011-03-28 Argyrios KyrtzidisDon't do the checks of Sema::DiagnoseEqualityWithExtraP...
2011-03-28 Fariborz JahanianImplements property of reference types. Adding
2011-03-28 Daniel DunbarIntegrated-As: Support -Wa,-L when using the integrated...
2011-03-28 Daniel DunbarFrontend/cc1as: Add support for -L.
2011-03-28 Anton Yartsevrefactoring
2011-03-28 Fariborz JahanianAlso 'self' in blocks need be handled specially.
2011-03-28 Eli FriedmanRemove stray null from the middle of a comment. (Found...
2011-03-28 Matt Beaumont-GayFix PR9572 and neighboring lurking crashers.
2011-03-27 Chandler CarruthReduce indentation using early exits and add a couple...
2011-03-27 Chandler CarruthAdd my test case for r128353. I think this is the last...
2011-03-27 Chandler CarruthAdd tests for the uninitialized checks added in r128376...
2011-03-27 Ken DyckConvert offset parameter in LayoutPrimaryAndSecondaryVT...
2011-03-27 Ken DyckConvert VTableBuilder::MostDerivedClassOffset to CharUn...
2011-03-27 Ken DyckConvert FinalOverriders::MostDerivedClassOffset to...
2011-03-27 Chandler CarruthFlip the default for showing include stacks on notes...
2011-03-27 Fariborz Jahanian'self' is objective-c's 'self' objc pointer only in
2011-03-27 Francois PichetImprove recovery (error + fix-it) when parsing type...
2011-03-27 Ken DyckRemove a fixed FIXME comment (the base offset has alrea...
2011-03-27 Ken DyckConvert the offset parameters of AddMethods() to CharUn...
2011-03-27 Ken DyckConvert the BaseOffsetInLayoutClass parameter of Comput...
2011-03-27 Ken DyckConvert offset members in MethodInfo to CharUnits....
2011-03-27 Anton YartsevAltiVec vector comparison logic now affect only vectors...
2011-03-27 Douglas GregorClang supports __STDC_HOSTED__. Patch by Jonathan Sauer
2011-03-27 Chandler CarruthDiagnose uninitialized uses of a variable within its...
2011-03-27 Anton Yartsevsupported: AltiVec vector initialization with a single...
2011-03-27 John McCallWe were emitting construction v-tables with internal...
2011-03-27 NAKAMURA Takumiwww/get_started.html: Fix a few URLs.
2011-03-27 Chandler CarruthAdd an option to suppress include stack printing on...
2011-03-27 Chandler CarruthAdd -f[no-]strict-overflow to the Clang driver. Use...
2011-03-26 Douglas GregorImprove -Wheader-hygiene to warn about using directives...
2011-03-26 Fariborz JahanianMore coherent diagnostic attempting to assign to a...
2011-03-26 Argyrios KyrtzidisFor Diagnostic::Reset() also reset the state related...
2011-03-26 Chris Lattnerfix the second part of rdar://8366474 - clang fails...
next