]> granicus.if.org Git - clang/shortlog
clang
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.
2010-09-10 Ted KremenekPolish diagnostics for null dereferences via ObjC ivar...
2010-09-10 Fariborz JahanianIRGen fix for using property-dot syntax to pass
2010-09-10 Chandler CarruthRe-devirtualize this. A new virtual method snuck in.
2010-09-10 Douglas GregorSupport strlen() and __builtin_strlen() as constant...
2010-09-10 Ted KremenekAdd checker implementation for my previous commit!
2010-09-10 Ted KremenekImplement: <rdar://problem/6351970> rule request: warn...
2010-09-10 Ted KremenekAdd ObjCAtSynchronizedStmt to the CFG and add GRExprEng...
2010-09-10 Ted KremenekUpdate checker build.
2010-09-10 Tom CareAdded AnalyzerStatsChecker, a path sensitive check...
2010-09-10 Douglas GregorAdd libclang support for label statements, gotos, and...
2010-09-09 Douglas GregorAdd libclang visitation for C99 designated initializers.
2010-09-09 Douglas GregorAdd libclang visitation for __builtin_offsetof's compon...
2010-09-09 Fariborz Jahanianproperty reference expression used on lhs of assignment
2010-09-09 Ted KremenekClean up obtuse wording of checker diagnostic of using...
2010-09-09 Douglas GregorWhen we parse a pragma, keep track of how that pragma...
2010-09-09 Daniel DunbarDriver/Darwin: Make the compilation object available...
2010-09-09 Douglas GregorTeach libclang to walk the base and member initializers...
2010-09-09 Daniel DunbarFix typo in diagnostic.
2010-09-09 Daniel DunbarDriver: Mark function as nounwind when -mkernel or...
2010-09-09 Bill WendlingRemove the 'rc' suffix. It indicates a "release candida...
2010-09-09 Ted KremenekUse FindReportInEquivalenceClass to identify all the...
2010-09-09 Daniel DunbarFrontend: Add -cxx-system-include option which can...
2010-09-09 Daniel DunbarFix indentation.
2010-09-09 Douglas GregorSimplify template instantiation for C++ exception decla...
2010-09-09 Douglas GregorEliminate some unnecessary uses of TreeTransform::Tempo...
2010-09-09 Douglas GregorEliminate the comma locations from all of the Sema...
2010-09-09 Douglas GregorUse temporary files for this test, to see if we can...
2010-09-09 Douglas GregorAdd proper type-source information to UnaryTypeTraitExp...
2010-09-09 Douglas GregorClean up CMake dependencies
2010-09-09 Benjamin KramerRemove unused variable.
2010-09-09 Argyrios KyrtzidisFix C++ PCH issue.
2010-09-09 Gabor Greifdo not bind temporaries to non-const references
2010-09-09 Ted KremenekRename GRState::getSVal() -> getRawSVal() and getSimpli...
2010-09-09 Ted KremenekFix indentation.
2010-09-09 Ted KremenekCheck format strings when a called function has more...
2010-09-09 Ted KremenekIt appears that technically a null format string is...
next