]> granicus.if.org Git - clang/shortlog
clang
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...
2009-11-24 Anders CarlssonSet the template specialization kind before instantiati...
2009-11-24 Eli FriedmanTeach Evaluate to handle member expressions referring...
2009-11-24 Anders CarlssonIgnore constructor member templates in CodeGenModule...
2009-11-24 Anders CarlssonIt is common for vtables to contain pointers to functio...
2009-11-24 Zhongxing Xurename UndefinedArgChecker to CallAndMessageChecker.
2009-11-24 Zhongxing XuRename: UndefinedArgChecker.cpp => CallAndMessageChecke...
2009-11-24 Ted KremenekEnhance null dereference diagnostics by indicating...
2009-11-24 Daniel DunbarSketch the rest of the clang -cc1 option definitions...
2009-11-23 Douglas GregorExplicitly track the condition variable within an ...
2009-11-23 Daniel DunbarAdd clang -cc1 parsing of diagnostic options.
2009-11-23 Ted KremenekAfter performing a bounds check in ArrayBoundChecker...
2009-11-23 Ted KremenekClean up the Checker API a little more, resolving some...
2009-11-23 Anders CarlssonDon't try to treat an enum constant as an lvalue.
2009-11-23 Anders CarlssonConvert the && and || operands to bool using standard...
2009-11-23 Fariborz JahanianFixe a crash in encoding of SEL type caused by recent...
2009-11-23 Anders CarlssonHandle converting member pointers to bool.
2009-11-23 Fariborz JahanianFix a recent regression probably caused by addition...
2009-11-23 Ted KremenekProvide out-of-line definition for destructor of Checker.
2009-11-23 Ted KremenekTweak UndefBranchChecker to register the most nested...
2009-11-23 Fariborz JahanianMake 'SEL' pointer to a builtin type and not an
2009-11-23 Ted KremenekCleanup title/description of "undefined branch" BugType...
2009-11-23 Anders CarlssonHandle base-to-derived casts. Will land test case shortly.
2009-11-23 John ThompsonPut back hard-coded paths for win32 until I figure...
2009-11-23 Ted KremenekRemove '-checker-simple' reference from scan-build...
2009-11-23 Sebastian RedlIntercept sizeof and alignof references before they...
2009-11-23 Rafael EspindolaReorder the header search a bit so that it matches...
2009-11-23 Sebastian RedlLet using directives refer to namespace aliases. Fixes...
2009-11-23 Douglas GregorRequire a class type to be complete before probing...
2009-11-23 Douglas GregorImplement conversion from a switch condition with class...
2009-11-23 Douglas GregorCanonical template arguments that are template template...
2009-11-23 Douglas GregorImprove type-checking of templates by distinguishing...
2009-11-23 Douglas GregorDo not mark declarations as used when performing overlo...
2009-11-23 Douglas GregorTolerate extraneous "template<>" headers better, downgr...
2009-11-23 Douglas GregorFix CMake build
2009-11-23 Douglas GregorCentralize and complete the computation of value- and...
2009-11-23 Zhongxing XuUndefBranchChecker: more bug reporter helper informatio...
2009-11-23 Zhongxing XuInitial refactor of UndefBranchChecker. We still use...
2009-11-23 John McCallEncapsulate "an array of TemplateArgumentLocs and two...
2009-11-23 Daniel DunbarChange Clang-Code-Compile tests to only -emit-llvm...
2009-11-23 Daniel DunbarTeach CodeGenFunction::EmitDecl to ignore Using and...
2009-11-22 Daniel Dunbarx86_64, PR5582: Layout bases for C++ records.
2009-11-22 Daniel DunbarRecognize .hpp as a C++ header.
2009-11-22 Daniel DunbarAdd clang -cc1 parsing of analyzer options.
2009-11-22 Daniel DunbarCMake: Add support for running tests with valgrind.
next