]> granicus.if.org Git - clang/shortlog
clang
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...
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.
next