Age | Commit message (Expand) | Author |
2012-02-02 | Change the check for constant-conversion with width-1 bitfields so it doesn't... | Eli Friedman |
2012-02-01 | Reject mismatched "#pragma GCC visibility push" and "#pragma GCC visibility p... | Rafael Espindola |
2012-02-01 | Look for declaration of CFBridgingRetain/CFBridgingRetain before | Fariborz Jahanian |
2012-02-01 | Add a new compiler warning, which flags anti-patterns used as the size | Anna Zaks |
2012-02-01 | Diagnose the restriction on default arguments in C++11 [expr.prim.lambda]p5. | Douglas Gregor |
2012-02-01 | Introduce the lambda scope before determining explicit captures, which | Douglas Gregor |
2012-02-01 | When providing code completions for a switch over a scoped enumeration | Douglas Gregor |
2012-02-01 | constexpr: Unlike other incomplete types, 'void' cannot possibly be completed as | Richard Smith |
2012-02-01 | Improve checking of explicit captures in a C++11 lambda expression: | Douglas Gregor |
2012-02-01 | Fix crash on invalid in microsoft anonymous struct extension. | Nico Weber |
2012-02-01 | Diagnose attempts to explicitly capture a __block variable in a lambda. | Douglas Gregor |
2012-01-31 | Make the callback object to Sema::CorrectTypo mandatory. | Kaelyn Uhrain |
2012-01-31 | objc-arc: In various diagnostics mention | Fariborz Jahanian |
2012-01-31 | Make sure we call MaybeCreateExprWithCleanups for the sub-expression of an in... | Eli Friedman |
2012-01-31 | A couple minor fixes to template instantiation for for-range loops. | Eli Friedman |
2012-01-31 | Revert r149359. This was a hack to a problem with an easy workaround, and it... | Ted Kremenek |
2012-01-31 | FormatCheckers should emit all diagnostics using EmitFormatDiagnostic(). | Jean-Daniel Dupas |
2012-01-31 | Don't warn about -Wshorten-64-to-32 in unreachable code. Fixes <rdar://probl... | Ted Kremenek |
2012-01-31 | Make a bunch of local functions 'static'. | Ted Kremenek |
2012-01-31 | Let %S, %ls, %C match 16bit types in NSStrings. | Nico Weber |
2012-01-30 | constexpr: disallow signed integer overflow in integral conversions in constant | Richard Smith |
2012-01-30 | Disable "non literal format string" for NSString that result from a macro exp... | Jean-Daniel Dupas |
2012-01-30 | SmallBitVectorize the deduced parameter set. | Benjamin Kramer |
2012-01-30 | Update on format attribute handling. | Jean-Daniel Dupas |
2012-01-29 | Implement code completion support for module import declarations, e.g., | Douglas Gregor |
2012-01-29 | Complain about attempts to use 'protected' visibility on targets | John McCall |
2012-01-27 | Added source location for the template keyword in AST template-id expressions. | Abramo Bagnara |
2012-01-27 | Remove redundant checks. | Jean-Daniel Dupas |
2012-01-27 | Avoid redundant NNS qualification in constructor/destructor names. | Abramo Bagnara |
2012-01-27 | constexpr: Implement the [dcl.constexpr]p5 check for whether a constexpr | Richard Smith |
2012-01-26 | Turn off implicit truncation warning for compound assignment to bitfields; it... | Eli Friedman |
2012-01-26 | Make the bitfield implicit truncation warning slightly more aggressive, and m... | Eli Friedman |
2012-01-26 | Don't suppress access-control or invalid-type diagnostics from a | John McCall |
2012-01-26 | Improve efficiency of Sema::MaybeBindToTemporary by working with the | Peter Collingbourne |
2012-01-26 | Refactor to share code for handling return statements between lambda expressi... | Eli Friedman |
2012-01-26 | Slight refactoring; catch yet another case where we were missing an lvalue-to... | Eli Friedman |
2012-01-25 | Don't stack-allocate an IntegerLiteral which can be referred to after the cur... | Eli Friedman |
2012-01-25 | Fix a crash involving a multi-dimensional dependent VLA. PR11744. | Eli Friedman |
2012-01-25 | Allow typo correction to be disabled in BuildOverloadedCallExpr variant. | Kaelyn Uhrain |
2012-01-25 | Avoid correcting unknown identifiers to types where types aren't allowed. | Kaelyn Uhrain |
2012-01-25 | Add custom callback object for typo correction in BuildRecoveryCallExpr. | Kaelyn Uhrain |
2012-01-25 | When we're substituting into a function parameter pack and expect to | Douglas Gregor |
2012-01-25 | Add support for const pointer to literal-objc string as format attribute. | Jean-Daniel Dupas |
2012-01-25 | Fix r148920 to what I actually meant to commit. | Eli Friedman |
2012-01-25 | Add missing check for placeholders. | Eli Friedman |
2012-01-25 | In TreeTransform<Derived>::TransformBlockExpr, call ActOnBlockError for errors, | Argyrios Kyrtzidis |
2012-01-25 | Fix PR11848: decree that an alias template contains an unexpanded parameter pack | Richard Smith |
2012-01-25 | Make sure we correctly treat __is_convertible_to as an unevaluated context. ... | Eli Friedman |
2012-01-25 | Whenever Sema attempts to look in the global method pool, try to load | Douglas Gregor |
2012-01-25 | Add "multiple format attributes" support on block. | Jean-Daniel Dupas |