| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch to check for integer overflow. It has been | Fariborz Jahanian | 2013-01-24 | 1 | -2/+3 |
* | Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on | Richard Smith | 2013-01-17 | 1 | -1/+2 |
* | Refactor to call ActOnFinishFullExpr on every full expression. Teach | Richard Smith | 2013-01-14 | 1 | -9/+12 |
* | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -3/+3 |
* | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 2013-01-02 | 1 | -10/+10 |
* | ArrayRefize a CompoundStmt constructor. | Nico Weber | 2012-12-29 | 1 | -1/+1 |
* | PR13470: Ensure that copy-list-initialization isntantiates as | Richard Smith | 2012-12-19 | 1 | -5/+5 |
* | Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe... | David Blaikie | 2012-12-19 | 1 | -8/+8 |
* | Add missing check for error return from DefaultLvalueConversion. Fixes <rdar... | Eli Friedman | 2012-12-13 | 1 | -0/+2 |
* | Properly compute triviality for explicitly-defaulted or deleted special members. | Richard Smith | 2012-12-08 | 1 | -23/+28 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -9/+9 |
* | Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface, | Argyrios Kyrtzidis | 2012-11-28 | 1 | -3/+5 |
* | PR14428: When instantiating a 'new' expression, if we had a non-dependent | Richard Smith | 2012-11-26 | 1 | -20/+16 |
* | Do not cache a pointer to ExprEvalContexts.back(). | Benjamin Kramer | 2012-11-15 | 1 | -7/+9 |
* | s/tranform/transform/ | Benjamin Kramer | 2012-11-14 | 1 | -1/+1 |
* | PR13552: Fix the end location of a CXXNewExpr. | David Blaikie | 2012-11-07 | 1 | -3/+4 |
* | Add codegen support for __uuidof(). | Nico Weber | 2012-10-11 | 1 | -22/+2 |
* | Add FP_CONTRACT support for clang. | Lang Hames | 2012-10-02 | 1 | -1/+2 |
* | Add the Microsoft __is_interface_class type trait. | John McCall | 2012-09-25 | 1 | -0/+5 |
* | Remove Context argument from TemplateDeductionInfo constructor. It was no lon... | Craig Topper | 2012-09-19 | 1 | -1/+1 |
* | objective-C arc: remove -Warc-abi in its entirety. | Fariborz Jahanian | 2012-09-14 | 1 | -15/+0 |
* | Implement C++11 [conv.prom]p4: an enumeration with a fixed underlying type has | Richard Smith | 2012-09-13 | 1 | -2/+10 |
* | Fix PR13784: instantiation of an abstract class in a conditional operator. | David Blaikie | 2012-09-10 | 1 | -0/+7 |
* | Remove redundant semicolons which are null statements. | Dmitri Gribenko | 2012-09-10 | 1 | -1/+1 |
* | Allow vector types in pseudo-destructor expressions. Fixes PR13798. | Douglas Gregor | 2012-09-10 | 1 | -1/+2 |
* | Improved MSVC __interface support by adding first class support for it, inste... | Joao Matos | 2012-08-31 | 1 | -1/+1 |
* | Push ArrayRef through the Expr hierarchy. | Benjamin Kramer | 2012-08-24 | 1 | -8/+8 |
* | Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl... | Benjamin Kramer | 2012-08-23 | 1 | -22/+14 |
* | Remove ASTOwningVector, it doesn't own anything and provides no value over Sm... | Benjamin Kramer | 2012-08-23 | 1 | -2/+2 |
* | Rip out remnants of move semantic emulation and smart pointers in Sema. | Benjamin Kramer | 2012-08-23 | 1 | -17/+12 |
* | Make __is_convertible_to handle abstract types correctly. PR13591. | Eli Friedman | 2012-08-14 | 1 | -1/+17 |
* | Factor out computation of whether a typeid's expression is potentially | Richard Smith | 2012-08-13 | 1 | -1/+1 |
* | Implement final piece of DR963 and also DR587: | Richard Smith | 2012-08-08 | 1 | -27/+60 |
* | When building a conditional operator where one operand is a throw-expression | Richard Smith | 2012-08-07 | 1 | -4/+22 |
* | PR13433: In Microsoft mode, don't require function calls within decltype | Richard Smith | 2012-07-28 | 1 | -0/+5 |
* | Final piece of core issue 1330: delay computing the exception specification of | Richard Smith | 2012-07-27 | 1 | -6/+0 |
* | The delete argument should not be converted to void*. | Abramo Bagnara | 2012-07-09 | 1 | -3/+3 |
* | PR13293: Defer deduction of an auto type with a dependent declarator, such as... | Richard Smith | 2012-07-08 | 1 | -4/+5 |
* | Teach the __is_trivially_assignable and __is_trivially_constructible | Douglas Gregor | 2012-06-29 | 1 | -2/+33 |
* | Documentation cleanup: turn "//" into "///" for a Doxygen comment. | James Dennett | 2012-06-22 | 1 | -3/+5 |
* | Do a second lookup for type_info in the global namespace in microsoft mode. P... | Nico Weber | 2012-06-19 | 1 | -0/+6 |
* | Documentation cleanup: | James Dennett | 2012-06-15 | 1 | -10/+7 |
* | PR13064: Store whether an in-class initializer uses direct or copy | Richard Smith | 2012-06-10 | 1 | -1/+1 |
* | Get rid of some non-ASCII en-dashes that crept in. | Eli Friedman | 2012-05-24 | 1 | -7/+7 |
* | Implement the C++11 discarded value expression rules for volatile lvalues. <... | Eli Friedman | 2012-05-24 | 1 | -2/+70 |
* | Error when using typeid() with -fno-rtti. PR 12888. | Nico Weber | 2012-05-20 | 1 | -0/+4 |
* | Include the correct conversion context locations for condition expressions. | David Blaikie | 2012-05-16 | 1 | -2/+2 |
* | When diagnosing inaccessible temporary destructors in decltype expressions, use | Richard Smith | 2012-05-11 | 1 | -4/+4 |
* | Move Sema::VerifyIntegerConstantExpression() and | Douglas Gregor | 2012-05-04 | 1 | -16/+63 |
* | Move Sema::RequireNonAbstractType() off of PartialDiagnostic. | Douglas Gregor | 2012-05-04 | 1 | -2/+1 |