]> granicus.if.org Git - clang/shortlog
clang
2010-09-15 Douglas GregorImplement bracket insertion for Objective-C instance...
2010-09-15 Benjamin KramerTweak regex not to accidentally match a trailing \r.
2010-09-15 Cameron EsfahaniFix pointer-signext.c test case: it was relying on...
2010-09-15 John McCallTest hardening.
2010-09-15 John McCallone piece of code is responsible for the lifetime of...
2010-09-15 Ted KremenekRelax assertion in CFG builder when processing ForStmts...
2010-09-15 Daniel Dunbarbuild: Start sketching code to allow grafting libc...
2010-09-15 Ted KremenekDisallow the use of UnknownVal as the index for Element...
2010-09-15 Douglas GregorFix classification of statement expressions.
2010-09-15 Cameron EsfahaniFix Windows64 target info so pointer arithmetic is...
2010-09-15 Francois PichetMicrosoft's flexible array rules relaxation:
2010-09-14 Douglas GregorIntroduce a new code-completion context for a parenthesized
2010-09-14 Ted KremenekAdd CFG::BuildOptions class to pass in CFG builder...
2010-09-14 Sebastian RedlFix destructor and assignment operator lookup in the...
2010-09-14 Ted KremenekAdjust assertion in RegionStoreManager::RetrieveArray...
2010-09-14 Daniel DunbarDriver: Add a -stdlib= argument which can be used to...
2010-09-14 Daniel DunbarDriver: Factor out some code for handling the C++ stand...
2010-09-14 Daniel DunbarSimplify.
2010-09-14 Ted KremenekDon't divide-by-zero in RegionStoreManager::getSizeInEl...
2010-09-14 Fariborz JahanianRHS of property expression assignment requires
2010-09-14 Douglas GregorWhen marking the declarations in a default argument...
2010-09-14 Douglas GregorEliminate the default case in the expression-classifica...
2010-09-14 John McCallTweak this assert.
2010-09-14 Tom CareRename 'MaxLoop' to 'MaxVisit' in AnalysisManager to...
2010-09-14 John McCallThe paired 'operator delete' for a placement 'operator...
2010-09-14 John McCallImplement the EH cleanup to call 'operator delete'...
2010-09-14 Michael J.... PrintFunctionNames: Fix Windows (MSV{S,C} and mingw...
2010-09-14 Ted KremenekFix CFGBuilder crash reported in PR 8141.
2010-09-14 Argyrios KyrtzidisFix VLA miscompilation.
2010-09-14 Douglas GregorI will not mix declaration and statements in C90.
2010-09-13 Michael J.... Revert "CMake: Update to use standard CMake dependency...
2010-09-13 Jakob Stoklund... Clean up in buildbot directories.
2010-09-13 Douglas GregorAdd __char16_t and __char32_t as aliases for the C...
2010-09-13 Douglas GregorIntroduce a new kind of cursor into libclang, which...
2010-09-13 Ted KremenekAdd reverse iterator for initializers in constructor...
2010-09-13 Ted KremenekAdd 'insert()' to BumpVector. Patch by Marcin Świderski!
2010-09-13 Ted KremenekRemove from the CFG the half-implemented support for...
2010-09-13 Sebastian RedlDon't crash when using type traits on a class with...
2010-09-13 Sebastian RedlRemove CXXRecordDecl::getDefaultConstructor(), an inher...
2010-09-13 Eric ChristopherTry to get this to stop leaving a temporary file on...
2010-09-13 Sebastian RedlHave __has_nothrow_copy use Sema's lookup routines...
2010-09-13 Sebastian RedlEagerly evaluate type traits in Sema instead of lazily...
2010-09-13 Devang PatelRecognize .ll as input files.
2010-09-13 Argyrios KyrtzidisWhen applying 'delete' on a pointer-to-array type match...
2010-09-13 Argyrios KyrtzidisRemove the trivial setters from CXXDeleteExpr.
2010-09-13 Argyrios KyrtzidisAdd a compatibility note about clang not implicitly...
2010-09-13 Argyrios KyrtzidisUpdate 'docs/PCHInternals.html' about how subexpression...
2010-09-13 Douglas GregorFix a typo noted by Gabor
2010-09-13 Fariborz JahanianBlock description for trivial block literals have
2010-09-13 Argyrios KyrtzidisFix C++ PCH issue.
2010-09-13 Argyrios KyrtzidisAvoid setters in ASTDeclReader::VisitClassTemplateParti...
2010-09-13 Argyrios KyrtzidisAvoid setters in ASTDeclReader::VisitClassTemplateSpeci...
2010-09-13 Argyrios KyrtzidisAvoid setters in ASTDeclReader::VisitCXXRecordDecl.
2010-09-13 Abramo BagnaraCongruent diagnostic for void* arithmetic.
2010-09-13 Abramo BagnaraParentheses around address non-type template argument...
2010-09-12 Douglas GregorDon't assert when attempting to take the address of...
2010-09-12 Douglas GregorWhen performing overload resolution, only compare the...
2010-09-12 Douglas GregorDiagnose the instantiation of variables (including...
2010-09-12 Douglas GregorDon't complain about useless user-defined conversion...
2010-09-12 Douglas GregorWhen diagnosing C++ [temp.expl.spec]p3 in C++98/03...
2010-09-12 Douglas GregorImplement C++0x semantics for [temp.expl.spec]p2, which...
2010-09-12 Francois PichetAdd basic support for Microsoft enum forward declaration.
2010-09-12 Douglas GregorImplement the "note" in C++ [over.built]p1, which is...
2010-09-12 Douglas GregorDon't perform integral promotions from an incompletion...
2010-09-11 Douglas GregorTeach the EvaluatedExprVisitor and its client, which...
2010-09-11 Chris LattnerAugment -ftrapv to check for divide by zero, mod by...
2010-09-11 Francois PichetUpdate website to reflect that tests are no longer...
2010-09-11 Douglas GregorAdd a completely unnecessary "template" keyword to...
2010-09-11 Francois PichetFix last test still failing on Win32. 100% pass rate...
2010-09-11 Douglas GregorUpdate documentation to reflect the addition of support...
2010-09-11 Douglas GregorWhen parsing default function arguments, do not mark...
2010-09-11 Douglas GregorDocument our extension to constant-fold __builtin_strle...
2010-09-11 Douglas GregorThe two libclang crash-recovery tests that involve...
2010-09-11 Douglas GregorIf we fail to create a temporary file for the precompil...
2010-09-11 Nuno Lopesadd latest gentoo gcc path
2010-09-11 Douglas GregorTweak GetPreamblePCHPath() to more closely match the...
2010-09-11 Anton KorobeynikovDisable cxa_atexit by default on MingW.
2010-09-11 Michael J.... CMake: Fix mingw32 build.
2010-09-11 Fariborz JahanianFixes an obscure bug in importd block variable layout
2010-09-10 Sebastian RedlTest destructors in delete expressions and of temporari...
2010-09-10 John McCallSupport in-class initialization of static const floatin...
2010-09-10 Douglas GregorFix my silly sorting predicate. I hate integer-to-bool...
2010-09-10 Sebastian RedlAddress Doug's comments.
2010-09-10 Douglas GregorMake sure we're producing a newline in the preprocessed...
2010-09-10 Sebastian RedlEli helped me understand how evaluation contexts work.
2010-09-10 Daniel DunbarDriver: Set TOOL_NO_EXPORTS when building a "production...
2010-09-10 Sebastian RedlFollow Ted's example and hide CXXNoexceptExpr's setters...
2010-09-10 Michael J.... CMake: Update to use standard CMake dependency tracking...
2010-09-10 Sebastian RedlTest CXXNoexceptExpr codegen and serialization.
2010-09-10 Sebastian RedlImplement CXXNoexceptExpr codegen.
2010-09-10 Sebastian RedlAdd another small test case.
2010-09-10 Sebastian RedlSerialization support for CXXNoexceptExpr.
2010-09-10 Ted KremenekMake 'setProperty()', 'setBase()', and 'setLocation...
2010-09-10 Sebastian RedlTests for noexcept in templates.
2010-09-10 Sebastian RedlFirst version of a testcase, plus fixes.
2010-09-10 Sebastian RedlDefine and implement CXXNoexceptExpr. Create it in...
2010-09-10 Sebastian RedlParse the noexcept operator and stub out sema.
2010-09-10 Sebastian RedlImplement Expr::CanThrow, a function that applies the...
2010-09-10 Sebastian RedlMake CallExpr::getCalleeDecl look through pointer derefs.
2010-09-10 Sebastian RedlFix a comment.
next