]> granicus.if.org Git - clang/shortlog
clang
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...
2011-01-11 Argyrios Kyrtzidis[analyzer] Add 'isLoad' parameter in Checker::visitLoca...
2011-01-11 Douglas GregorAdd another test for [temp.func.order]p5/[temp.deduct...
2011-01-11 Douglas GregorImplement C++ [temp.func.order]p5 more directly, by...
2011-01-11 Bob WilsonRemove special handling for opaque Neon vector types.
2011-01-11 Ted KremenekRemove ProgramPoint parameter from GenericNodeBuilder...
2011-01-11 Douglas GregorAdd example from C++0x [temp.deduct.type]p21, which...
2011-01-11 Abramo BagnaraAdded warning about invalid register specification...
2011-01-11 Francois PichetIn Microsoft mode, force 64 bit hex integer constants...
2011-01-11 Francois PichetMicrosoft integer suffix changes:
2011-01-11 Francois PichetRename GenericNodeBuilder to GenericNodeBuilderRefCount...
2011-01-11 Ted KremenekRework ExprEngine::processCFGBlockEntrance()
2011-01-11 Ted KremenekRemove several silly methods from ento::CoreEngine
2011-01-11 Douglas GregorEnsure that the result type of an Objective-C class...
2011-01-11 Douglas GregorWhen mapping from a function parameter pack to the...
2011-01-11 Ted KremenekRename misc. methods in ento::Worklist to start
2011-01-11 Ted KremenekRename misc. methods in GRSubEngine to start
2011-01-11 Douglas GregorImplement the last bullet of [temp.deduct.type]p5 and...
2011-01-11 Michael J.... Replace all uses of PathV1::isDirectory with PathV2...
2011-01-11 Douglas GregorMake sure that we parse a '>>' that closes two template...
2011-01-11 Douglas GregorWhen we're inside a functional cast, '>' is an operator...
2011-01-11 Devang PatelFix debug info for __block variable referenced outside...
2011-01-11 Douglas GregorAdd testing for unexpanded parameter packs in all of...
2011-01-11 Rafael EspindolaAdd unnamed_addr to constructors and destructors.
2011-01-10 Bob WilsonMove DefaultABIInfo::classifyReturnType where it belong...
2011-01-10 Matt Beaumont-GayOnly traverse template argument locations if we actuall...
2011-01-10 Rafael EspindolaAdd unnamed_addr when creating artificial string global...
2011-01-10 Douglas GregorImplement more of C++0x [temp.arg.explicit]p9, allowing...
2011-01-10 Bob WilsonFix a comment typo.
next