]> granicus.if.org Git - clang/shortlog
clang
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...
2011-04-26 Eric ChristopherTemporarily revert r130176, it appears to have broken...
2011-04-25 Devang PatelEmit intrinsic at current insert point, not at the...
2011-04-25 Stuart HastingsTurn on byval parameters in Clang for ARM APCS. rdar...
2011-04-25 Devang PatelSimplify. There is no need to have a method to just...
2011-04-25 Fariborz JahanianGeneralize case for built-in expressions having
2011-04-25 Argyrios KyrtzidisFor the warnings related to -Wparentheses, display...
2011-04-25 Ted KremenekRe-enable disable free optimization where the FrontendA...
2011-04-25 Ted KremenekWhen generating printf fixits, preserve the original...
2011-04-25 Fariborz JahanianIr-gen the side-effect(s) when __builtin_expect is
2011-04-25 Argyrios KyrtzidisFix a crash when ASTReader emits diagnostic when anothe...
2011-04-25 Lenny MaioraniImplements the strncmp() checker just like the strcmp...
2011-04-25 Argyrios Kyrtzidis'extern' variables in functions don't shadow externs...
2011-04-25 Nico WeberAdd libstdc++ search paths for GCC 4.6.0 on Arch Linux...
2011-04-25 Daniel DunbarDriver: When compilation fails, don't try to remove...
2011-04-25 Chris Lattnerdon't use compound literals in MM macros, since they...
2011-04-25 Chris Lattnerfix PR9474, a crash with -fshort-enum and C++ templates...
2011-04-25 Fariborz JahanianRecognize gcc's ms_struct pragma (and ignore for now).
2011-04-25 Douglas GregorMinor tweak to avoid having to dig through canonical...
2011-04-25 Francois PichetAdd Windows SEH keywords.
2011-04-25 Douglas GregorWhen Sema::ClassifyName() finds an invalid ivar referen...
2011-04-25 Chandler CarruthRemove some more hard CR-LF lines. These were particula...
2011-04-25 Chandler CarruthSet the native EOL property on this now that I've fixed...
2011-04-25 John Wiegleyt/clang/expr-traits
2011-04-25 Chandler CarruthRemove hard coded dos line endings, let subversion...
2011-04-25 Nico WeberLet clang detect gcc triple on Ubuntu Natty. Patch...
2011-04-24 Eli FriedmanMissing bit of r130117.
2011-04-24 Eli FriedmanPR4304: Add warning for designators in strict c89 mode.
2011-04-24 Benjamin KramerUse template magic to make dumping of vectors slightly...
2011-04-24 Ken DyckConvert size and alignment variables to CharUnits in...
2011-04-24 Ken DyckConvert type size and alignment to CharUnits in CheckAg...
2011-04-24 Ken DyckConvert the return type of GetNumNonZeroBytesInInit...
2011-04-24 Ken DyckEliminate some literal 8s by converting size variables...
2011-04-24 Ken DyckReplace calls to ASTContext::getTypeInfo() with calls to
2011-04-24 Ken DyckSimplify AppendTailPadding() by converting its paramete...
2011-04-24 Ken DyckEliminate literal 8s from LayoutUnionField by convertin...
2011-04-24 Ken DyckEliminate literal 8s from LayoutBitField(), converting...
2011-04-24 Sebastian RedlSet the correct anonymous namespace (must be last reope...
2011-04-24 Sebastian RedlFix adding an anonymous namespace in a chained PCH...
2011-04-24 Sebastian RedlSynthesizing the definition of an implicit member is...
2011-04-24 Sebastian RedlOn reading DeclContexts from PCH, check for visible...
2011-04-24 Sebastian RedlMake the invalid declarator recovery when parsing membe...
2011-04-24 Sebastian RedlGive MultiplexConsumer.h a header guard.
2011-04-24 Sebastian RedlFix PathDiagnosticClients.h header guard. (Case error)
2011-04-24 Sebastian RedlStore the full list of pending instantiations in a...
2011-04-24 Francois PichetDowngrade unnecessary "typename" from error to warning...
2011-04-24 Ken DyckConvert AccessInfo::AccessAlignment to CharUnits. No...
2011-04-24 Jay FoadPR9214: Convert the DIBuilder API to use ArrayRef.
2011-04-24 Ken DyckConvert CGBitFieldInfo::FieldByteOffset to CharUnits...
2011-04-24 John McCallGCC seems to create address-of expression manglings...
2011-04-24 John McCallUpdate the mangler for some of the "new" unresolved...
2011-04-24 Douglas GregorImplement a new identifier-classification scheme where...
2011-04-24 John McCallThe ABI settled on mangling float literals with lowerca...
2011-04-24 Argyrios KyrtzidisPut -Wunneeded-internal-declaration under UnusedFunctio...
2011-04-24 Chandler CarruthImplement most of the remaining logic in __is_literal...
2011-04-24 Chandler CarruthAdd support for '__is_literal_type' spelling of the...
2011-04-23 Chandler CarruthBegin tracking trivialness of move constructors and...
2011-04-23 Chandler CarruthFlesh out these tests just a tad more. This provides...
2011-04-23 Chandler CarruthTest POD and trivial type traits given a class derived...
2011-04-23 Chandler CarruthUse a more precise name for some of the types here...
2011-04-23 Chandler CarruthMechanical change moving all of the test statements...
2011-04-23 Chandler CarruthTeach the AST reader and writer to preserve the __DEPRE...
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-23 Chandler CarruthMove all of the logic for __DEPRECATED to the driver...
2011-04-23 Fariborz Jahanian"note" location of forward class used as receiver of
2011-04-23 Francois PichetRemove unnecessary const away cast in LateTemplateParse...
2011-04-23 Chandler CarruthImplement basic __is_trivial type-trait support, enough...
2011-04-23 Chandler CarruthSort the type traits in a few places where they weren...
2011-04-23 Chandler CarruthFix Clang's __DEPRECATED define to be controled by...
2011-04-23 Jay FoadLike the coding standards say, do not use "using namesp...
2011-04-23 Chandler CarruthGCC overloads -Wwrite-strings just to make it extra...
2011-04-23 Chandler CarruthThere were some frustrating problems with the implement...
2011-04-23 John McCallDiagnose C++ abstract parameters for Objective-C methods.
2011-04-23 Argyrios KyrtzidisExhaust the cases.
2011-04-23 Argyrios KyrtzidisFix an assertion when code-completing, rdar://9288730...
2011-04-23 Devang PatelTie debug information for method declaration with debug...
2011-04-22 Argyrios KyrtzidisDon't allow reinterpret_cast to reference of vector...
2011-04-22 Douglas GregorTeach libclang to be more careful around BlockDecls...
2011-04-22 Chris Lattnerdon't warn about empty macro arguments in c++'0x mode...
2011-04-22 Francois PichetCorrectly emit a diagnostic for multiple templated...
2011-04-22 Argyrios Kyrtzidisreinterpret_cast to reference of a bit-field is not...
2011-04-22 Douglas GregorAt the end of the translation unit, defining a vtable...
2011-04-22 Francois PichetAdd -fdelayed-template-parsing option. Using this optio...
2011-04-22 Fariborz JahanianFixes an instance method meta-data generation bug in
next