]> granicus.if.org Git - clang/shortlog
clang
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...
2009-11-24 Sebastian RedlMake sure redeclaration chains are properly linked...
2009-11-24 Douglas GregorExplicitly store the condition variable within switch...
2009-11-24 Anders CarlssonWe always need to emit the base expression of a member...
2009-11-24 Anders CarlssonFix a crash when "instantiating" VarDecls that are...
2009-11-24 Douglas GregorIntroduce cleanup scopes for "if" statements in two...
2009-11-24 Kovarththanan... Remove empty wpa directory. It was moved to examples...
2009-11-24 Kovarththanan... Sort CMakeLists.txt
2009-11-24 Douglas GregorRename CleanupScope -> DelayedCleanupBlock. No function...
2009-11-24 Anders CarlssonUpdate project file.
2009-11-24 Douglas GregorUn-break instantiation of if statements with conditiona...
2009-11-24 Edward O'CallaghanFix for PR5568.
2009-11-24 Kovarththanan... Remove trailing spaces
2009-11-24 Ken DyckAdd getByteSize() and getTypeSizeInBytes().
2009-11-24 Zhongxing XuWe can remove this file now.
2009-11-24 Zhongxing XuRefactor undefined result checker. This is the last...
2009-11-24 Zhongxing XuRefactor NilReceiverStructRet and NilReceiverLargerThan...
2009-11-24 Kovarththanan... Remove trailing spaces
2009-11-24 Anders CarlssonGet rid of the ugly CGCXX names and replace them with...
2009-11-24 Anders CarlssonWhen mangling a ctor/dtor we need to take into consider...
next