]> granicus.if.org Git - clang/shortlog
clang
2009-11-26 Anders CarlssonCorrectly find overridden destructors.
2009-11-26 Anders CarlssonLazily create the __cxa_pure_virtual reference.
2009-11-26 Anders CarlssonUse the new CovariantThunkAdjustment in the vtable...
2009-11-26 Gabor Greiftypo
2009-11-26 Gabor Greifissue a friendlier error if someone tries to send preco...
2009-11-26 Benjamin KramerRemove dead forward declaration. Fix struct/class misma...
2009-11-26 Daniel DunbarRemove header which is bringing libAST in (on MSVC).
2009-11-26 Eli FriedmanRemove unused variable.
2009-11-26 Eli FriedmanShortcut explicit calls to a trivial copy assignment...
2009-11-26 Eli FriedmanSimplify and fix up the handling of implicit constructo...
2009-11-26 Ted KremenekImprove diagnostics in ReturnStackAddressChecker for...
2009-11-26 Ted KremenekAdd test case that shows that dead stores checking...
2009-11-26 Eli FriedmanImplement IRGen for MemberExpr referring to static...
2009-11-26 Daniel DunbarDon't run the LLVM Code tests by default.
2009-11-26 Daniel DunbarAdd -Werror for Clang and LLVM on Clang (headers) synta...
2009-11-26 Anders CarlssonAdd a Thunk struct to the vtable builder.
2009-11-26 Eli FriedmanUse the more general Evaluate infrastructure for foldin...
2009-11-26 Anders CarlssonAdd a CovariantThunkAdjustment struct that represents...
2009-11-26 Eli FriedmanSlight tweak to the algorithm for getLinkage().
2009-11-26 Eli FriedmanUse new getLinkage() method to correctly compute whethe...
2009-11-26 Anders CarlssonMove the mangler into the CodeGen namespace. Change...
2009-11-26 Ted KremenekAdd a PostVisitBlockExpr() method to RetainReleaseCheck...
2009-11-26 Ted KremenekTeach RegionStoreManager::RemoveDeadBindings() about...
2009-11-26 Ted KremenekAdd iterators to BlockDataRegion that allow clients...
2009-11-26 Ted KremenekAdded batch versions of GRState::scanReachableSymbols...
2009-11-26 Anders CarlssonAdd a ThunkAdjustment struct which holds a non-virtual...
2009-11-26 Ted KremenekEnhance LiveVariables to understand that blocks can...
2009-11-26 Douglas GregorAdd C++ tests to try to parse and compile the LLVM...
2009-11-26 Daniel DunbarFactor out a LangStandard class and coalesce the inform...
2009-11-26 Daniel DunbarFix thinko (-fno-builtin != -nobuiltininc).
2009-11-26 Daniel DunbarAdd clang -cc1 parsing for preprocessor options.
2009-11-26 Daniel DunbarAdd clang -cc1 parsing for header search options.
2009-11-26 Douglas GregorRefactor our handling of expression evaluation contexts...
2009-11-25 Ted KremenekAdd missing case in switch statement.
2009-11-25 Ted KremenekRefine MemRegions for blocks. Add a new region called
2009-11-25 Ted KremenekRemove recently added FIXME. The appropriate FIXME...
2009-11-25 Fariborz JahanianAllow user re-definition of SEL as well as accessing...
2009-11-25 John ThompsonFix attribute between function decl ')' and '{' or...
2009-11-25 Ted KremenekAdd FIXME.
2009-11-25 Douglas GregorImplement the rules in C++ [basic.link] and C99 6.2...
2009-11-25 Ted KremenekAdd post-visit Checker support in GRExprEngine for...
2009-11-25 Ted KremenekAdd a new RetainReleaseChecker class (that subclasses...
2009-11-25 Ted KremenekMove RegisterChecks() to the end of the file. No funct...
2009-11-25 Ted KremenekCall GRExprEngine::setTransferFunctions() after registe...
2009-11-25 Ted KremenekConsolidate logic in ActionInlineCall by having it...
2009-11-25 Fariborz JahanianBetter diagnostic on deleted constructor when no
2009-11-25 Ted KremenekMake RegisterInternalChecks() part of GRExprEngine...
2009-11-25 Ted KremenekRegister internal checks with GRExprEngine when it...
2009-11-25 Ted KremenekWhen dispatching to Checker objects in GRExprEngine...
2009-11-25 Douglas GregorTweak expected error to match what should happen, once...
2009-11-25 Douglas GregorTweak expected error message, although we still fail...
2009-11-25 Douglas GregorImplement support for default template arguments of...
2009-11-25 Douglas GregorDiagnose ill-formed uses of default template arguments in
2009-11-25 Devang PatelUse StringRef (again) in DebugInfo interface.
2009-11-25 Douglas GregorFix a thinko where we weren't always performing unary...
2009-11-25 Daniel DunbarWhat the FIXMEs want, the FIXMEs shall have.
2009-11-25 Daniel DunbarAdd an arg_iterator, for iterating over a subset of...
2009-11-25 Daniel DunbarAdd a missing include <cstdio>
2009-11-25 Daniel DunbarFix some uses of fprintf/stderr without a prototype.
2009-11-25 Daniel DunbarAdd clang -cc1 parsing for frontend options.
2009-11-25 Daniel DunbarAdd ParseSourceLocation::FromString, and simplify.
2009-11-25 Daniel DunbarAdd clang -cc1 parsing for preprocessor output options...
2009-11-25 Daniel DunbarDon't pass -fexceptions=0 (it is the default).
2009-11-25 Kovarththanan... This patch streamlines CheckerVisitor.def so that it...
2009-11-25 Edward O'CallaghanFix for Path::isSpecialFile to Path::isRegularFile...
2009-11-25 Douglas GregorWhen the condition of a switch() statement is semantica...
2009-11-25 Douglas GregorDon't crash when we re-use a template specialization...
2009-11-25 Douglas GregorRefactor ActOnFinishSwitchStmt to simplify it further
2009-11-25 Douglas GregorRefactor ActOnFinishSwitchStmt to simplify and reduce...
2009-11-25 Sean HuntParse C++ member check attributes - base_check, hiding...
2009-11-25 Daniel DunbarDon't try to install .dir files.
2009-11-25 Anders CarlssonAdd VTT parameter to base ctors/dtors with virtual...
2009-11-25 Zhongxing XuUndefResults is not needed.
2009-11-25 Douglas GregorImplement proper cleanup semantics for condition variab...
2009-11-25 Ted KremenekAdd really basic support for blocks in the retain/relea...
2009-11-25 Ted KremenekAllow building of CFGs for ASTs that contain BlockExprs.
2009-11-25 Ted KremenekAdd transfer function support for BlockExpr.
2009-11-25 Ted KremenekSplit CodeTextRegion into FunctionTextRegion and BlockT...
2009-11-25 Fariborz JahanianSome fancy footwork to move the decision on how
2009-11-25 Douglas GregorQualify the name of the llvm::cast template. I am somew...
2009-11-25 Douglas GregorDon't try to parse LinkAllParses.h for now
2009-11-25 Douglas GregorTweak the code-generation-for-condition-variables test...
2009-11-25 Douglas GregorEliminate CXXConditionDeclExpr with extreme prejudice.
2009-11-24 Sebastian RedlHave the parser tell sema whether a member declaration...
2009-11-24 Ted KremenekConvert test case to FileCheck to test the behavior...
2009-11-24 Ted KremenekFor the nil-receiver checker, take into account the...
2009-11-24 Ted KremenekCleanups and fixes to the nil-receiver checker, some...
2009-11-24 Fariborz JahanianRefactor argument collection of constructor calls using
2009-11-24 Douglas Gregor"Do" loops cannot have condition variables, so don...
2009-11-24 Douglas GregorClean up the AST for while loops and fix several proble...
2009-11-24 Anders CarlssonHandle references correctly when synthesizing copy...
2009-11-24 John McCallFix some major problems dealing with dependently-qualif...
2009-11-24 Fariborz JahanianFix the test case failed in buildbot.
2009-11-24 Fariborz JahanianMore cleanup of argument call collection.
2009-11-24 John McCallRip out TemplateIdRefExpr and make UnresolvedLookupExpr and
2009-11-24 John McCallDeclarationName::getIdentifier should take a const...
2009-11-24 Anders CarlssonHandle cases where we're constructing an array of objec...
2009-11-24 John McCallHelper function for turning a TemplateName into a Decla...
2009-11-24 Fariborz JahanianRefactor collection of call arguments in common code.
2009-11-24 Anders CarlssonGNUNullExpr is a valid sentinel even though it isn...
next