Age | Commit message (Expand) | Author |
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 |
2010-02-09 | Be more careful when checking initializer lists that involve reference | Douglas Gregor |
2010-02-08 | Thread a source location into the template-argument deduction routines. There | John McCall |
2010-02-06 | Add support for threadsafe statics, and make them the default (matching gcc). | Anders Carlsson |
2010-02-05 | A dependent initializer with zero arguments should return a NULL | Douglas Gregor |
2010-02-03 | Revert the new reference binding code; I came up with a way simpler solution ... | Anders Carlsson |
2010-02-02 | Fix this comment. | John McCall |
2010-02-01 | Access checking for implicit user-defined conversions. | John McCall |
2010-01-31 | Start creating CXXBindReferenceExpr nodes when binding complex types to refer... | Anders Carlsson |
2010-01-31 | Diagnose binding a non-const reference to a vector element. | Anders Carlsson |
2010-01-31 | Rework base and member initialization in constructors, with several | Douglas Gregor |
2010-01-30 | Eliminate yet another old-school PerformCopyInitialization. | Anders Carlsson |
2010-01-29 | Fix reference-binding when we have a reference to const volatile type; | Douglas Gregor |
2010-01-29 | Fix reference binding of const lvalue references to bit-fields, which | Douglas Gregor |
2010-01-29 | Simplify InitListChecker::CheckReferenceType | Anders Carlsson |
2010-01-26 | Pass access specifiers around in overload resolution. | John McCall |
2010-01-25 | Code simplification; this should have no visible effects. | Eli Friedman |
2010-01-24 | Use new initialization code when dealing with [dcl.init.aggr]p12. This fixes ... | Anders Carlsson |
2010-01-23 | Change all InitializedEntity pointers over to be references. | Anders Carlsson |
2010-01-23 | Start passing InitializedEntity to CheckDesignatedInitializer. | Anders Carlsson |
2010-01-23 | More init work, adding more entity parameters. | Anders Carlsson |
2010-01-23 | Use the new init code for member subobjects. | Anders Carlsson |
2010-01-23 | Switch some array initialization over to the new init code. | Anders Carlsson |
2010-01-23 | Baby steps towards migrating the InitListChecker over to the new initializati... | Anders Carlsson |
2010-01-23 | When an InitializedEntity is passed to CheckSingleInitializer, call the new S... | Anders Carlsson |
2010-01-23 | Change CheckSingleInitializer to take/return OwningExprResults instead. No fu... | Anders Carlsson |