]> granicus.if.org Git - clang/shortlog
clang
2011-04-29 Bob WilsonAdd -Oz option and use it to set the inline threshold...
2011-04-29 Fariborz Jahanianremoves a meaningless comment.
2011-04-29 Fariborz Jahanianblock variables on lhs need be ir-gen'ed after the
2011-04-29 Ted KremenekGuard in USRGenerator::GenLoc() against null Decl*...
2011-04-29 Chandler CarruthDisable -Wnon-pod-memset for now while I try to reduce...
2011-04-29 Ted KremenekChange -Wparentheses to not imply -Widiomatic-parenthes...
2011-04-29 Anders CarlssonSerialize/deserialize the HasStandardLayout bit when...
2011-04-29 Daniel DunbarDriver/cc1as: Forward -mllvm arguments when compiling...
2011-04-29 Charles DavisRemove comments about __int8 and friends from the mangl...
2011-04-29 Douglas GregorWhite-list yet more type trait names, since they're...
2011-04-29 David ChisnallDon't crash if the AST doesn't have a sensible ObjC...
2011-04-29 Chandler CarruthRelax the non-POD memset warning to use the less restri...
2011-04-29 Francois Pichetr130381 follow up: accept __uuidof expression for templ...
2011-04-29 Sebastian RedlAdd a decl update when a static data member of a class...
2011-04-29 Sebastian RedlUse std::vector for ASTReader's ASTBuffers, instead...
2011-04-29 Sebastian RedlUse -emit-llvm-only as suggested by Argyrios.
2011-04-29 Chandler CarruthDon't assume that the AST methods will only be invoked...
2011-04-29 Douglas GregorOops
2011-04-29 Douglas Gregorlibstdc++ 4.2 also uses __is_same as a struct name...
2011-04-29 Douglas GregorUse DirectoryLookup::getName() rather than getDir(...
2011-04-28 Ted KremenekEnhance clang_getCXTUResourceUsage() to report the...
2011-04-28 Fariborz JahanianFixes debug info generation problem for ms_struct structs.
2011-04-28 Argyrios KyrtzidisCut down unnecessary zero'ing when value-initializing...
2011-04-28 Fariborz Jahanianms_struct patch for initialization and field access...
2011-04-28 Stuart HastingsRaise ARM byval minimum size from 32 to 64, addressing...
2011-04-28 Daniel DunbarDriver/Darwin/ld: Set the deployment target following...
2011-04-28 Daniel Dunbartests: Tweak test to not write to the same temporary...
2011-04-28 Ted KremenekEnhance clang_getCXTUResourceUsage() to report how...
2011-04-28 Argyrios KyrtzidisGet the base element type even in multidimensional...
2011-04-28 Lenny MaioraniUse StringRef::substr() and unbounded StringRef::compar...
2011-04-28 Ted KremenekMake the top-level driver ignore -fobjc-default-synthes...
2011-04-28 Stuart HastingsReplace unitary array with scalar. rdar://problem...
2011-04-28 Lenny MaioraniEliminates an assert in the strncpy/strncat checker...
2011-04-28 Argyrios KyrtzidisWhen value-initializing the elements of an array not...
2011-04-28 Argyrios KyrtzidisDon't waste memory if the initializer expression is...
2011-04-28 Stuart HastingsReplace SmallVector with an array, as suggested by...
2011-04-28 Douglas GregorWhen determining whether two types are reference-compat...
2011-04-28 Manuel KlimekFixes ArrayTypeTraitExpr (-Wnon-virtual-dtor).
2011-04-28 Douglas GregorOnly call the MacroExpands callback when we're actually...
2011-04-28 Douglas Gregorlibstdc++ 4.4 uses __is_signed as an identifier, while...
2011-04-28 Lenny MaioraniImplements strcasecmp() checker in Static Analyzer.
2011-04-28 Chandler CarruthSilence more -Wnon-pod-memset given its current impleme...
2011-04-28 Ted KremenekAdd comment to CFGBlock suggested by Jiri Slaby.
2011-04-28 Francois PichetUpdate r130381 to check for UO_AddrOf.
2011-04-28 Ted KremenekEnhance clang_getCXTUResourceUsage() to report the...
2011-04-28 Francois PichetSupport &__uuidof(type) as a non type template argument.
2011-04-28 Ted KremenekEnhance clang_getCXTUResourceUsage() to report the...
2011-04-28 Francois PichetSEH was crashing under -fms-extensions.
2011-04-28 John McCallImplement the mangling for non-ADL call expressions...
2011-04-28 John McCallWhen block-capturing a variable with a non-trivial...
2011-04-28 John WiegleyA few corrections to type traits that missed the last...
2011-04-28 Francois PichetBecause of r130359 this test no longer fail on Windows.
2011-04-28 Francois PichetUpgrade Microsoft's __int8, __int16, __int32 and __int6...
2011-04-28 Ted KremenekConvert assertion in memset checking to a runtime check...
2011-04-28 John WiegleyRemoved test that depended on ast-test
2011-04-28 John WiegleyParsing/AST support for Structured Exception Handling
2011-04-28 Douglas GregorMore cleanup of template argument deduction and its...
2011-04-28 Matt Beaumont-GayFix modified-header-crash.c for read-only source trees
2011-04-28 John WiegleyImplementation of Embarcadero array type traits
2011-04-27 Ted KremenekUpdate regex in scan-build for parsing statistics.
2011-04-27 Douglas GregorClean up the handling of non-CVR qualifiers in template...
2011-04-27 John Wiegleyt/clang/type-traits
2011-04-27 Ted KremenekRemove unused method CFGBlock::hasBinaryBranchTerminator().
2011-04-27 Eli FriedmanDon't print fixits for format specifiers in cases where...
2011-04-27 Ted KremenekUpdate scan-build to '-analyzer-checker debug.Stats...
2011-04-27 Chandler CarruthHeh, funny thing, 'void' isn't a POD type. Nice of...
2011-04-27 Stuart HastingsRe-enable byval for ARM in clang. rdar://problem/7662569
2011-04-27 Fariborz JahanianSome refactoring of my ms_struct patch.
2011-04-27 Douglas GregorWhen printing a base-specifier, print the ellipsis...
2011-04-27 Douglas GregorASTImporter support for NestedNameSpecifier, from Olaf...
2011-04-27 Manuel KlimekThis is the next step in building the standalone tools...
2011-04-27 Lenny MaioraniMore accurately model realloc() when the size argument...
2011-04-27 Chandler CarruthAdd a warning (-Wnon-pod-memset) for calls to memset...
2011-04-27 John McCallDiagnose attempts to implicitly instantiate a template...
2011-04-27 Douglas GregorIntroduce a new parser annotation token for primary...
2011-04-27 Eric ChristopherRemove this assert, I don't think it's being helpful...
2011-04-27 Douglas GregorClean out some cruft I introduced when adding Sema...
2011-04-27 Douglas GregorSimplify the parser's handling of Sema::ClassifyName...
2011-04-27 Ted KremenekAllow 'Environment::getSVal()' to allow an optional...
2011-04-27 Chandler CarruthAdd the test that I intended to submit with r130055...
2011-04-27 Francois PichetAdd support for Microsoft __interface keyword. An __int...
2011-04-27 Argyrios KyrtzidisIf a null statement was preceded by an empty macro...
2011-04-27 Douglas GregorExtend Sema::ClassifyName() to support C++, ironing...
2011-04-27 Anders CarlssonWhen compiling with -fno-threadsafe-statics, guard...
2011-04-27 Douglas GregorFix test
2011-04-27 Douglas GregorImprove diagnostics for typo correction via Sema::Class...
2011-04-27 Douglas GregorAdd triple in the hope of unbreaking the bubuildbot
2011-04-27 John McCallFixOverloadedFunctionReference needs to rebuild member...
2011-04-27 Douglas GregorWhen comparing Objective-C pointers during overload...
2011-04-26 Fariborz JahanianWith ms_struct attribut, Zero-length bitfields following
2011-04-26 Douglas GregorWhen computing Objective-C pointer conversions in C...
2011-04-26 Manuel KlimekTo be able to replay compilations we need to accurately...
2011-04-26 Devang PatelWe need pointer size in bits here.
2011-04-26 Argyrios KyrtzidisGcc pads the size of an array using the alignment of...
2011-04-26 John McCallMake yet another placeholder type, this one marking...
2011-04-26 Daniel DunbarIRgen/Darwin: Fix refacto introduced in Triple changes.
2011-04-26 Fariborz JahanianAdd ms_struct attribute on record typee
2011-04-26 Argyrios KyrtzidisEmit a -Wnull-dereference warning for "*null" not just...
2011-04-26 Argyrios KyrtzidisDisable a test that fails on windows; for some reason...
2011-04-26 NAKAMURA Takumiinclude/clang/AST/StmtIterator.h: std::pair should...
next