]> granicus.if.org Git - clang/shortlog
clang
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...
2011-01-13 Zhongxing XuAdd comments.
2011-01-13 Ted KremenekFix a corner case in RegionStore where we assign
2011-01-13 Ted KremenekRename 'HasGeneratedNode' to 'hasGeneratedNode'
2011-01-13 Ted KremenekRemove unnecessary save-and-restore of the
2011-01-13 Ted KremenekRemove CheckerContext's dependence on setting
2011-01-13 John McCallEnsure an insertion point at the end of a statement...
2011-01-13 Chris Lattneroptimize out a temporary sys::Path
2011-01-13 Rafael EspindolaOnly add unnamed_addr to definitions.
2011-01-13 Douglas GregorAllow us to transform pack expansion expressions.
2011-01-13 Douglas GregorImplement C++0x [temp.arg.template]p3, which allows...
2011-01-12 Michael J.... replace all uses of PathV1::IsSymlink with PathV2:...
2011-01-12 Douglas GregorRefactor and simplify Sema::TemplateParameterListsAreEq...
2011-01-12 Douglas GregorAdd the location of the right parenthesis of a C++...
2011-01-12 Douglas GregorAdd IR generation support for SizeOfPackExpr.
2011-01-12 Douglas GregorAdd some more partial-ordering tests, including one...
2011-01-12 Douglas Gregorwint_t is defined as 'unsigned int' on Linux. Fixes...
2011-01-12 Anders CarlssonUpdate Xcode project.
2011-01-12 Douglas GregorTeach TreeTransform how to transform a pack expansion...
2011-01-12 Jay FoadPR3558: mark "logically const" accessor methods in...
2011-01-12 Zhongxing XuAdd some documentation for C++ static analyzer.
2011-01-12 Zhongxing XuAdd cast expr kinds to CheckerVisitor.def.
2011-01-12 John McCallFix a latent bug where, after emitting an expression...
2011-01-12 Daniel DunbarDriver: Change -dumpversion to return a GCC compatible...
2011-01-12 John McCallSlight bugfix to the attribute-distribution logic for...
2011-01-11 Rafael EspindolaSet unnamed_addr in every type info.
2011-01-11 Francois PichetAdd a comment for r123231.
2011-01-11 Douglas GregorAdd TemplateArgument::CreatePackCopy() to create a...
2011-01-11 Rafael EspindolaSet unnamed_addr in VTTs.
2011-01-11 Douglas GregorImplement partial ordering of class template partial...
2011-01-11 Rafael EspindolaSet unnamed_addr for type infos that we are confortable...
2011-01-11 Rafael EspindolaAdd unnamed_addr to vtables.
2011-01-11 Eric ChristopherAdd back 122079 so we can ignore the argument some...
2011-01-11 Argyrios Kyrtzidis[analyzer] Introduce ObjCSelfInitChecker, which checks...
2011-01-11 Argyrios Kyrtzidis[analyzer] Support post-visiting ObjCIvarRefExprs for...
2011-01-11 Argyrios Kyrtzidis[analyzer] Add 'bool ignorePrefix' parameter to cocoa...
next