Age | Commit message (Expand) | Author |
2013-02-12 | The meat of this patch is in BuildCXXMemberCalLExpr where we make it use | Nick Lewycky |
2013-02-07 | Enable overloading of OpenCL events - this is needed for the overloaded OpenC... | Guy Benyei |
2013-01-24 | Patch to check for integer overflow. It has been | Fariborz Jahanian |
2013-01-17 | Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on | Richard Smith |
2013-01-14 | Refactor to call ActOnFinishFullExpr on every full expression. Teach | Richard Smith |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2013-01-02 | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith |
2012-12-29 | ArrayRefize a CompoundStmt constructor. | Nico Weber |
2012-12-19 | PR13470: Ensure that copy-list-initialization isntantiates as | Richard Smith |
2012-12-19 | Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe... | David Blaikie |
2012-12-13 | Add missing check for error return from DefaultLvalueConversion. Fixes <rdar... | Eli Friedman |
2012-12-08 | Properly compute triviality for explicitly-defaulted or deleted special members. | Richard Smith |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-11-28 | Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface, | Argyrios Kyrtzidis |
2012-11-26 | PR14428: When instantiating a 'new' expression, if we had a non-dependent | Richard Smith |
2012-11-15 | Do not cache a pointer to ExprEvalContexts.back(). | Benjamin Kramer |
2012-11-14 | s/tranform/transform/ | Benjamin Kramer |
2012-11-07 | PR13552: Fix the end location of a CXXNewExpr. | David Blaikie |
2012-10-11 | Add codegen support for __uuidof(). | Nico Weber |
2012-10-02 | Add FP_CONTRACT support for clang. | Lang Hames |
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 |