Age | Commit message (Expand) | Author |
2012-09-25 | Add the Microsoft __is_interface_class type trait. | John McCall |
2012-09-19 | Remove Context argument from TemplateDeductionInfo constructor. It was no lon... | Craig Topper |
2012-09-14 | objective-C arc: remove -Warc-abi in its entirety. | Fariborz Jahanian |
2012-09-13 | Implement C++11 [conv.prom]p4: an enumeration with a fixed underlying type has | Richard Smith |
2012-09-10 | Fix PR13784: instantiation of an abstract class in a conditional operator. | David Blaikie |
2012-09-10 | Remove redundant semicolons which are null statements. | Dmitri Gribenko |
2012-09-10 | Allow vector types in pseudo-destructor expressions. Fixes PR13798. | Douglas Gregor |
2012-08-31 | Improved MSVC __interface support by adding first class support for it, inste... | Joao Matos |
2012-08-24 | Push ArrayRef through the Expr hierarchy. | Benjamin Kramer |
2012-08-23 | Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl... | Benjamin Kramer |
2012-08-23 | Remove ASTOwningVector, it doesn't own anything and provides no value over Sm... | Benjamin Kramer |
2012-08-23 | Rip out remnants of move semantic emulation and smart pointers in Sema. | Benjamin Kramer |
2012-08-14 | Make __is_convertible_to handle abstract types correctly. PR13591. | Eli Friedman |
2012-08-13 | Factor out computation of whether a typeid's expression is potentially | Richard Smith |
2012-08-08 | Implement final piece of DR963 and also DR587: | Richard Smith |
2012-08-07 | When building a conditional operator where one operand is a throw-expression | Richard Smith |
2012-07-28 | PR13433: In Microsoft mode, don't require function calls within decltype | Richard Smith |
2012-07-27 | Final piece of core issue 1330: delay computing the exception specification of | Richard Smith |
2012-07-09 | The delete argument should not be converted to void*. | Abramo Bagnara |
2012-07-08 | PR13293: Defer deduction of an auto type with a dependent declarator, such as... | Richard Smith |
2012-06-29 | Teach the __is_trivially_assignable and __is_trivially_constructible | Douglas Gregor |
2012-06-22 | Documentation cleanup: turn "//" into "///" for a Doxygen comment. | James Dennett |
2012-06-19 | Do a second lookup for type_info in the global namespace in microsoft mode. P... | Nico Weber |
2012-06-15 | Documentation cleanup: | James Dennett |
2012-06-10 | PR13064: Store whether an in-class initializer uses direct or copy | Richard Smith |
2012-05-24 | Get rid of some non-ASCII en-dashes that crept in. | Eli Friedman |
2012-05-24 | Implement the C++11 discarded value expression rules for volatile lvalues. <... | Eli Friedman |
2012-05-20 | Error when using typeid() with -fno-rtti. PR 12888. | Nico Weber |
2012-05-16 | Include the correct conversion context locations for condition expressions. | David Blaikie |
2012-05-11 | When diagnosing inaccessible temporary destructors in decltype expressions, use | Richard Smith |
2012-05-04 | Move Sema::VerifyIntegerConstantExpression() and | Douglas Gregor |
2012-05-04 | Move Sema::RequireNonAbstractType() off of PartialDiagnostic. | Douglas Gregor |
2012-05-04 | Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType() | Douglas Gregor |
2012-04-30 | Remove -Wc++98-compat warning for an outrageously-rare circumstance of 'this' | Richard Smith |
2012-04-28 | Revert "Use the C++11 definition of PODness for __is_pod in C++11 mode." | Benjamin Kramer |
2012-04-28 | Use the C++11 definition of PODness for __is_pod in C++11 mode. | Benjamin Kramer |
2012-04-26 | Two missing -Wc++98-compat warnings, for null pointers as non-type template | Richard Smith |
2012-04-19 | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard |
2012-04-17 | Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. | Richard Smith |
2012-04-16 | Implement C++11 [expr.prim.general]p3, which permits the use of 'this' | Douglas Gregor |
2012-04-12 | Fix some i1/i8 confusion within _Atomic(bool) in IR generation, both | Douglas Gregor |
2012-04-07 | Fix several problems with protected access control: | John McCall |
2012-03-30 | PR10217: Provide diagnostics explaining why an implicitly-deleted special | Richard Smith |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-03-10 | Fix crash & accepts-invalid for array of arrays of user defined type. | David Blaikie |
2012-03-10 | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall |
2012-03-09 | [Sema] Fix a diag change to include a range that appeared intended, but never | Daniel Dunbar |
2012-03-09 | [Sema] Remove dead getSourceRange() call, caught by Clang after marking | Daniel Dunbar |
2012-03-09 | [AST/Sema/libclang] Replace getSourceRange().getBegin() with getLocStart(). | Daniel Dunbar |
2012-03-09 | Perform l2r conversions on delete operands before doing | John McCall |