| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added source location for the template keyword in AST template-id expressions. | Abramo Bagnara | 2012-01-27 | 1 | -1/+3 |
* | Refactor to share code for handling return statements between lambda expressi... | Eli Friedman | 2012-01-26 | 1 | -38/+36 |
* | Slight refactoring; catch yet another case where we were missing an lvalue-to... | Eli Friedman | 2012-01-26 | 1 | -5/+1 |
* | Allow typo correction to be disabled in BuildOverloadedCallExpr variant. | Kaelyn Uhrain | 2012-01-25 | 1 | -1/+1 |
* | Minor fixups for auto deduction of initializer lists. | Sebastian Redl | 2012-01-23 | 1 | -1/+2 |
* | Implement -Wswitch-enum correctly. | David Blaikie | 2012-01-23 | 1 | -10/+10 |
* | Make sure the AST correctly represents lvalue-to-rvalue conversions where app... | Eli Friedman | 2012-01-23 | 1 | -1/+1 |
* | Fix -Wswitch to warn about out of bounds enum cases even when there's a default | David Blaikie | 2012-01-22 | 1 | -32/+28 |
* | Add -Wswitch-enum-redundant-default. | David Blaikie | 2012-01-21 | 1 | -2/+8 |
* | constexpr: converted constant expression handling for enumerator values, case | Richard Smith | 2012-01-18 | 1 | -29/+63 |
* | Auto deduction support for std::initializer_list, including for-range support... | Sebastian Redl | 2012-01-17 | 1 | -1/+1 |
* | Suppress -Wunused-value within macros from system headers. | Matt Beaumont-Gay | 2012-01-06 | 1 | -1/+2 |
* | Minor cleanup; no functional change. | Eli Friedman | 2012-01-05 | 1 | -3/+2 |
* | Small refactoring and simplification of constant evaluation and some of its | Richard Smith | 2011-12-28 | 1 | -12/+6 |
* | Move block return type inference diagnostic to a common place where | Fariborz Jahanian | 2011-12-03 | 1 | -14/+15 |
* | If block literal return type is not specified, return type of the block is | Fariborz Jahanian | 2011-12-03 | 1 | -1/+11 |
* | Use Sema::RequireCompleteType to check for the completeness of | Douglas Gregor | 2011-11-14 | 1 | -7/+7 |
* | Don't apply NRVO to over-aligned variables. The caller only | John McCall | 2011-11-11 | 1 | -7/+23 |
* | Change the AST representation of operations on Objective-C | John McCall | 2011-11-06 | 1 | -1/+1 |
* | Rename Expr::Evaluate to Expr::EvaluateAsRValue to make it clear that it will | Richard Smith | 2011-10-29 | 1 | -1/+2 |
* | Fix some cases where a CK_IntegralCast was being used to convert an lvalue to an | Richard Smith | 2011-10-27 | 1 | -1/+7 |
* | objc: fix an ir-gen crash caused by recent | Fariborz Jahanian | 2011-10-27 | 1 | -1/+1 |
* | Restore r142914 and r142915, now with missing file and apparent | John McCall | 2011-10-25 | 1 | -0/+4 |
* | Revert r142914 and r142915, due to possibly missing file. | NAKAMURA Takumi | 2011-10-25 | 1 | -4/+0 |
* | Introduce a placeholder type for "pseudo object" | John McCall | 2011-10-25 | 1 | -0/+4 |
* | Implement support for dependent Microsoft __if_exists/__if_not_exists | Douglas Gregor | 2011-10-25 | 1 | -0/+23 |
* | Rework construction of CXXForRangeStmt not to recycle the same DeclRefExpr in... | Ted Kremenek | 2011-10-10 | 1 | -11/+33 |
* | Constant expression evaluation refactoring: | Richard Smith | 2011-10-10 | 1 | -4/+6 |
* | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 2011-09-23 | 1 | -1/+0 |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -1/+1 |
* | PR10864: make sure we correctly delay type-checking for inline asm tied opera... | Eli Friedman | 2011-09-14 | 1 | -0/+4 |
* | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor | 2011-09-02 | 1 | -3/+3 |
* | Don't try keeping a 'LeadingEmptyMacroLoc' in NullStmt. This fails | Argyrios Kyrtzidis | 2011-09-01 | 1 | -2/+2 |
* | Remove the last FIXMEs on -Wunused-comparison since it got moved to | Chandler Carruth | 2011-08-18 | 1 | -0/+4 |
* | Reorganize the return-type vs. expression checking code in | John McCall | 2011-08-17 | 1 | -30/+30 |
* | Gather cleanups correctly in block return statements. | John McCall | 2011-08-17 | 1 | -12/+7 |
* | Treating the unused equality comparisons as something other than part of | Chandler Carruth | 2011-08-17 | 1 | -66/+12 |
* | Don't suggest assignment in implausible situation. We still warn, as the | Chandler Carruth | 2011-08-17 | 1 | -9/+15 |
* | Introduce a new warning, -Wtop-level-comparison. This warning is | Chandler Carruth | 2011-08-17 | 1 | -0/+101 |
* | Do l-value conversion, etc., on a switch condition expression in | John McCall | 2011-08-06 | 1 | -19/+16 |
* | Specialize diag::warn_unused_call for the "warn_unused_result" attribute, so | Matt Beaumont-Gay | 2011-08-04 | 1 | -2/+2 |
* | The lock operand to an @synchronized statement is also | John McCall | 2011-07-27 | 1 | -15/+22 |
* | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor | 2011-07-27 | 1 | -4/+4 |
* | Clean up the analysis of the collection operand to ObjC | John McCall | 2011-07-27 | 1 | -32/+71 |
* | Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ... | Chris Lattner | 2011-07-23 | 1 | -1/+1 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -12/+12 |
* | objc-arc: Fixes a crash @throw'ing an objc message. | Fariborz Jahanian | 2011-07-20 | 1 | -1/+2 |
* | Properly implement the scope restriction on the NRVO for | Douglas Gregor | 2011-07-06 | 1 | -2/+4 |
* | Improve the wording of the warning when returning a value from | Chandler Carruth | 2011-06-30 | 1 | -1/+10 |
* | Split out logic for valid clobbers and valid inline asm registers. | Eric Christopher | 2011-06-28 | 1 | -2/+1 |