| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | First part of PR9968: the __range variable in a dependent C++11 for-range sta... | Richard Smith | 2011-06-21 | 1 | -0/+3 |
* | Objective-C fast enumeration loop variables are not retained in ARC, but | John McCall | 2011-06-17 | 1 | -15/+16 |
* | Be sure to try a final ARC-production even in Objective-C++. | John McCall | 2011-06-16 | 1 | -1/+1 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -7/+44 |
* | Implement Objective-C Related Result Type semantics. | Douglas Gregor | 2011-06-11 | 1 | -3/+25 |
* | Remove all references to InitializationSequence::FailedSequence from outside ... | Sebastian Redl | 2011-06-05 | 1 | -3/+2 |
* | Allow block returns in C++ with the form | Douglas Gregor | 2011-06-05 | 1 | -2/+6 |
* | When inferring the result type of a block based on a return statement | Douglas Gregor | 2011-06-05 | 1 | -9/+13 |
* | Fix 80-column violation. | Francois Pichet | 2011-06-02 | 1 | -3/+6 |
* | Even a return statement of an expression with a dependent type in a void | Nick Lewycky | 2011-06-01 | 1 | -20/+23 |
* | Introduce Type::isSignedIntegerOrEnumerationType() and | Douglas Gregor | 2011-05-20 | 1 | -1/+2 |
* | Diagnose unexpanded parameter packs in return statements. This | Douglas Gregor | 2011-05-20 | 1 | -0/+4 |
* | Clean up two comments | Douglas Gregor | 2011-05-20 | 1 | -1/+4 |
* | Use a heralded conversion to bool in inline-asm constraints. | John McCall | 2011-05-10 | 1 | -1/+3 |
* | Added an assert to IntegerLiteral to ensure that the integer type passed in h... | Richard Trieu | 2011-05-02 | 1 | -1/+2 |
* | Parsing/AST support for Structured Exception Handling | John Wiegley | 2011-04-28 | 1 | -0/+33 |
* | If a null statement was preceded by an empty macro keep its instantiation sou... | Argyrios Kyrtzidis | 2011-04-27 | 1 | -2/+3 |
* | Make yet another placeholder type, this one marking that an expression is a b... | John McCall | 2011-04-26 | 1 | -6/+0 |
* | Fix PR9741. The implicit declarations created for range-based for loops weren... | Richard Smith | 2011-04-18 | 1 | -0/+2 |
* | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith | 2011-04-14 | 1 | -0/+382 |
* | Use ExprResult& instead of Expr *& in Sema | John Wiegley | 2011-04-08 | 1 | -14/+42 |
* | Lookup selector in protocol list of qualified objc type | Fariborz Jahanian | 2011-03-09 | 1 | -1/+2 |
* | Fixed source range for LabelDecl. | Abramo Bagnara | 2011-03-03 | 1 | -3/+2 |
* | Add a -fcxx-exceptions flag to the frontend, which can be used to enable | Anders Carlsson | 2011-02-28 | 1 | -1/+1 |
* | compute the integer width, not the memory width here. We want to know that | Chris Lattner | 2011-02-24 | 1 | -2/+1 |