Age | Commit message (Expand) | Author |
2010-04-24 | When we are performing copy initialization of a class type via its | Douglas Gregor |
2010-04-24 | Actually produce base paths for CastExprs of kind CK_DerivedToBase. | Anders Carlsson |
2010-04-24 | Pass the base specifiers through to CheckDerivedToBaseConversion. No function... | Anders Carlsson |
2010-04-24 | CastExpr should not hold a pointer to the base path. More cleanup. | Anders Carlsson |
2010-04-23 | Add an InheritancePath parameter to the ImplicitCastExpr constructor. | Anders Carlsson |
2010-04-22 | Whenever we complain about a failed initialization of a function or | Douglas Gregor |
2010-04-21 | Switch the initialization of Objective-C message parameters (as occurs | Douglas Gregor |
2010-04-21 | Keep tack of whether a base in an InitializedEntity is an inherited virtual b... | Anders Carlsson |
2010-04-21 | Pass the InitializedEntity to Sema::CheckConstructorAccess and use it to repo... | Anders Carlsson |
2010-04-20 | Fix comment to reflect recent code change. | John Thompson |
2010-04-20 | reapply john's patch, he broke mainline again by changing the test. | Chris Lattner |
2010-04-20 | revert r101863, whcih is causing Sema/altivec-init.c to fail on a ton | Chris Lattner |
2010-04-20 | Altivec vector literal initializer count mismatch error removed. | John Thompson |
2010-04-18 | When checking the copy constructor for the optional copy during a | Douglas Gregor |
2010-04-18 | In C++98/03, when binding a reference to an rvalue of | Douglas Gregor |
2010-04-18 | Do not consider explicit constructors when performing a copy to a | Douglas Gregor |
2010-04-17 | Improve our handling of user-defined conversions as part of overload | Douglas Gregor |
2010-04-17 | Add raw_ostream operators to NamedDecl for convenience. Switch over all users... | Benjamin Kramer |
2010-04-16 | Collapse the three separate initialization paths in | Douglas Gregor |
2010-04-16 | Switch the checking of implicit casts for static_cast, C-style, and | Douglas Gregor |
2010-04-16 | Kill ForceRValue once and for all | Douglas Gregor |
2010-04-16 | Eliminate ForceRValue parameters from reference binding. Did I mention | Douglas Gregor |
2010-04-16 | Eliminate the Elidable parameter to PerformImplicitConversion; we | Douglas Gregor |
2010-04-14 | Teach typo correction about various language keywords. We can't | Douglas Gregor |
2010-04-13 | Use ASTVector instead of std::vector for the Exprs in InitListExpr. Performance | Ted Kremenek |
2010-04-02 | Rework our handling of copy construction of temporaries, which was a | Douglas Gregor |
2010-03-31 | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor |
2010-03-31 | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor |
2010-03-31 | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor |
2010-03-31 | Regularize support for naming conversion functions in using decls. | John McCall |
2010-03-30 | Propagate the "found declaration" (i.e. the using declaration instead of | John McCall |
2010-03-26 | Switch semantic analysis of the conditional operator from using | Douglas Gregor |
2010-03-25 | Kill off two more uses of Sema::CheckReferenceInit in favor of the new | Douglas Gregor |
2010-03-19 | Remember the "found declaration" for an overload candidate, which is the | John McCall |
2010-03-16 | Perform access control for the implicit base and member destructor calls | John McCall |
2010-03-11 | Implement -Wmissing-field-initializers. Patch by mikem! | John McCall |
2010-03-07 | Reference binding via user-defined conversion can compute a binding | Douglas Gregor |
2010-03-07 | Fix 80 col violation. | Tanya Lattner |
2010-03-07 | Fix indentation, use string directly instead of StringRef. | Tanya Lattner |
2010-03-07 | Fix some weird patch issue. | Tanya Lattner |
2010-03-07 | Implement missing-braces warning and add a test case. | Tanya Lattner |
2010-03-03 | Reinstate r97674 with a fix for the assertion that was firing in <list> | Douglas Gregor |
2010-03-03 | Revert r97674; it's causing failures | Douglas Gregor |
2010-03-03 | Implement disambiguation of base class members via a | Douglas Gregor |
2010-03-02 | Use CXXTemporaryObjectExpr for explicitly-constructed temporaries. We | Douglas Gregor |
2010-02-26 | Commit Eli's fix for implicit conversions to array type. Fixes PR6264. | Douglas Gregor |
2010-02-19 | Revert: "Change InitListExpr to allocate the array for holding references" | Ted Kremenek |
2010-02-19 | Change InitListExpr to allocate the array for holding references | Ted Kremenek |
2010-02-13 | Silence a GCC warning about a possibly uninitialized variable. It's data flow | Chandler Carruth |
2010-02-09 | Migrate the mish-mash of declaration checks in | Douglas Gregor |