]> granicus.if.org Git - clang/shortlog
clang
2011-01-19 Douglas GregorTeach libclang to generate USRs containing parameter...
2011-01-19 Douglas GregorTeach libclang about SizeOfPackExpr.
2011-01-19 Douglas GregorImplement support for non-type template parameter packs...
2011-01-19 Douglas GregorNonTypeTemplateParmDecls always have TypeSourceInfo...
2011-01-19 Douglas GregorWarn about the use of unparenthesized |= in conditional...
2011-01-19 Douglas GregorParse the optional semicolon after a C++ in-class membe...
2011-01-19 John McCallWhen building the copy expression for a __block variabl...
2011-01-19 John McCallChange the canonical representation of array types...
2011-01-19 John McCallChange QualType::getTypePtr() to return a const pointer...
2011-01-19 Nick LewyckyFix name to match reality.
2011-01-19 Ken DyckReplace calls to getTypeSize() and getTypeAlign() with...
2011-01-19 Ken DyckAdd a unary minus operator.
2011-01-19 Devang PatelEmit DW_TAG_lexical_scope to surround foreach.
2011-01-19 Douglas GregorDon't silently drop warning flags passed in to
2011-01-19 NAKAMURA Takumilib/Sema/SemaExpr.cpp: __null should be LongLongTy...
2011-01-19 NAKAMURA Takumilib/CodeGen/TargetInfo.cpp: Fix coding style and erase...
2011-01-18 Ted KremenekTeach UninitializedValuesV2 to implicitly reason about C++
2011-01-18 Rafael EspindolaAdd unnamed_addr in CreateRuntimeVariable.
2011-01-18 Argyrios KyrtzidisWhen redefining a macro don't warn twice if it's not...
2011-01-18 Argyrios KyrtzidisProperly do a float -> _Complex double conversion,...
2011-01-18 Douglas GregorComment a wacky test case
2011-01-18 John McCallFix some unnecessarily complicated code for canonicaliz...
2011-01-18 John McCallGeneralize some operations on qualifiers. QualType...
2011-01-18 Daniel DunbarFix newlines.
2011-01-18 Daniel Dunbartests: Force a triple.
2011-01-18 Francois PichetAdd support for explicit constructor calls in Microsoft...
2011-01-18 Ted KremenekCorrectly enable test/Sema/unit-variables.c,
2011-01-18 Ted KremenekTeach UninitializedValuesV2 about "int x = x" and
2011-01-18 Ted KremenekGet clang-wpa to build in TOT (reflecting updates
2011-01-18 Douglas GregorIntroduce the notion of a "minimal" import of ASTs...
2011-01-18 Ken DyckReplace calls to CharUnits::fromQuantity() with ones to
2011-01-18 Jeffrey YasskinFix warnings found by gcc-4.6, from -Wunused-but-set...
2011-01-18 Ken DyckReplace calls to CharUnits::fromQuantity() with ones
2011-01-17 NAKAMURA Takumilib/CodeGen/TargetInfo.cpp: Add Win64 calling conversion.
2011-01-17 NAKAMURA Takumilib/Basic/Targets.cpp: __builtin_va_list is as same...
2011-01-17 NAKAMURA Takumilib/Basic/Targets.cpp: Fix __declspec() on Mingw-w64.
2011-01-17 NAKAMURA Takumilib/Basic/Targets.cpp: Set user_label_prefix on Win64...
2011-01-17 Devang PatelSimplify.
2011-01-17 Rafael EspindolaMore unnamed_addr.
2011-01-17 Rafael Espindolamerge strings created by
2011-01-17 Douglas GregorNetBSD, OpenBSD, and Dragonfly BSD also have arc4random...
2011-01-17 Douglas GregorAdd missing <cctype> include, from Joerg Sonnenberger
2011-01-17 Anders CarlssonHandle base and member destructors in CheckFallThrough.
2011-01-17 Argyrios KyrtzidisConvert "#pragma unused(...)" into tokens for the parser.
2011-01-17 Rafael EspindolaAdd unnamed_addr to the special strings created by
2011-01-17 Anders CarlssonRemove dead code.
2011-01-17 Anders CarlssonChange ParseOptionalCXX0XVirtSpecifierSeq to take a...
2011-01-17 Francois PichetRemove a c++ file test I inadvertently added in Sema...
2011-01-17 Francois PichetRevert r123600.
2011-01-16 Anders CarlssonBegin work on supporting "N3206: Override control:...
2011-01-16 Anders CarlssonFix a bug where the -Wmissing-noreturn would always...
2011-01-16 Anders CarlssonAdd AnalysisContext::dumpCFG.
2011-01-16 Francois PichetDowngrade ext_enumerator_too_large from ExtWarn to...
2011-01-16 Douglas GregorEmit an extension diagnostic for C99 designated initial...
2011-01-16 Douglas GregorTweak the partial ordering rules for function templates...
2011-01-16 Chris Lattnerimprove compatibility with GCC: when generating the...
2011-01-15 Michael J.... AST/InheritViz: Remove all internal uses of PathV1.
2011-01-15 Ken DyckAdd toCharUnitsInBits() to simplify the many calls...
2011-01-15 Francois PichetUnbreak the MSVC build again: replace bzero by memset.
2011-01-15 Rafael EspindolaAlso set unnamed_addr on declarations.
2011-01-15 Chris Lattnerclean up some dead code around __has_include() processi...
2011-01-15 Douglas GregorIntroduce a new kind of TemplateName that captures...
2011-01-15 Ted KremenekAdd initial prototype for implementation of
2011-01-15 Ted KremenekAdd const version if CFG::isBlkExpr().
2011-01-15 Argyrios KyrtzidisStore/retrieve -fshort-enums for PCH, fixes rdar:/...
2011-01-15 Douglas GregorTweak the storage mechanism for a set of overloaded...
2011-01-15 Douglas GregorIntroduce a new expression kind, SubstNonTypeTemplatePa...
2011-01-14 Douglas GregorTeach template template argument pack expansions to...
2011-01-14 Douglas GregorHandle substitutions into function parameter packs...
2011-01-14 Ted KremenekCleanup confused code that redundantly called "getDeclC...
2011-01-14 Ted KremenekThe variable 'ReusedDecl' is written but never read.
2011-01-14 Ted KremenekThe variable 'isTemplateSpecialization' is no longer
2011-01-14 Ted KremenekRemove unused store to variable 'Name'. Found by clang...
2011-01-14 Ted KremenekDriver: tweak handling of '--analyze' to invoke
2011-01-14 Owen AndersonFixed by r123477.
2011-01-14 Douglas GregorTeach PackExpansionExpr to keep track of the number...
2011-01-14 Argyrios KyrtzidisProperly propagate #pragma diagnostic mappings from...
2011-01-14 Ted KremenekRename 'RemoveDeadBindings()' to 'removeDeadBindings()'
2011-01-14 Ted KremenekRename 'EnterStackFrame()' to 'enterStackFrame()'.
2011-01-14 Ted KremenekTeach RegionStore::EnterStackFrame() to handle
2011-01-14 Douglas GregorWhen we're instantiating a direct variable initializer...
2011-01-14 Douglas GregorKeep track of the number of expansions to be produced...
2011-01-14 John McCallSupport the zero-initialization of VLAs when that reall...
2011-01-14 John McCallWhen simplifying a cleanup's entry by merging it into...
2011-01-14 Chris Lattnertemporarily xfail, this was broken by r123418
2011-01-14 Douglas GregorFix a few warnings stemming from my inability to proper...
2011-01-14 Douglas GregorStart implementing support for substitution into pack...
2011-01-14 Ken DyckReplace a literal '8' with getCharWidth().
2011-01-13 Francois PichetUnbreak the MSVC build.
2011-01-13 Fariborz JahanianSave getObjCGCAttrKind and use it in two places
2011-01-13 Ted KremenekRename 'CheckDeadStores.cpp' to 'DeadStoresChecker...
2011-01-13 Ted KremenekRemove warning in dead stores checker for
2011-01-13 Fariborz JahanianGenerate write-barriers for global objc
2011-01-13 Peter CollingbourneMove name mangling support from CodeGen to AST. In the
2011-01-13 Douglas GregorOnly apply the parameter pack matching of C++0x [temp...
2011-01-13 Douglas GregorFix a test case
2011-01-13 Douglas GregorWhen your comments and your code are out-of-sync, the...
2011-01-13 Douglas GregorAdd tests for name mangling of variadic templates.
2011-01-13 Zhongxing XuCXXBaseObjectRegion is like FieldRegion. Need to blast...
2011-01-13 Zhongxing XuSupport inlining base initializers. We still haven...
next