| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Don't give an error for 'try' and 'throw' if they occur in system headers. | Anders Carlsson | 2011-02-23 | 1 | -2/+4 |
* | Enhance Sema::DiagRuntimeBehavior() to delay some diagnostics to see if the r... | Ted Kremenek | 2011-02-23 | 1 | -1/+1 |
* | Update Sema::DiagRuntimeBehavior() to take an optional Stmt* to indicate the ... | Ted Kremenek | 2011-02-23 | 1 | -1/+1 |
* | add one more case of mismatched input/output constraints. | Chris Lattner | 2011-02-21 | 1 | -2/+16 |
* | more code restructuring, no functionality change. | Chris Lattner | 2011-02-21 | 1 | -13/+7 |
* | split the iteration loop out to a helper function, no functionality change. | Chris Lattner | 2011-02-21 | 1 | -34/+43 |
* | fix a comment. | Chris Lattner | 2011-02-21 | 1 | -2/+2 |
* | Clean up the tests for warning about unused function results given the | Chandler Carruth | 2011-02-21 | 1 | -0/+2 |
* | Add a new ObjCExceptions member variable to LangOptions. This controls whethe... | Anders Carlsson | 2011-02-19 | 1 | -0/+6 |
* | There's no need to return early if we encounter a try/throw and exceptions ar... | Anders Carlsson | 2011-02-19 | 1 | -1/+1 |
* | Disallow try/catch/throw when exceptions are disabled. | Anders Carlsson | 2011-02-19 | 1 | -0/+3 |
* | Switch labels over to using normal name lookup, instead of their | Chris Lattner | 2011-02-18 | 1 | -35/+2 |
* | Step #2/N of __label__ support: keep pushing LabelDecl forward, | Chris Lattner | 2011-02-17 | 1 | -25/+18 |
* | Step #1/N of implementing support for __label__: split labels into | Chris Lattner | 2011-02-17 | 1 | -24/+26 |
* | Fix whitespace. | NAKAMURA Takumi | 2011-01-27 | 1 | -85/+85 |
* | 7bit-ize. | NAKAMURA Takumi | 2011-01-27 | 1 | -1/+1 |
* | Generalize the NRVO move-construction-based initialization routine. No functi... | Douglas Gregor | 2011-01-21 | 1 | -30/+32 |
* | Implement the preference for move-construction over copy-construction | Douglas Gregor | 2011-01-21 | 1 | -12/+84 |
* | We love parentheses | Douglas Gregor | 2011-01-21 | 1 | -2/+2 |
* | Promote the static getNRVOCandidate() function, which computed the | Douglas Gregor | 2011-01-21 | 1 | -21/+30 |
* | Refactor the application of type attributes so that attributes from | John McCall | 2011-01-05 | 1 | -1/+1 |
* | Sundry missing lvalue-to-rvalue conversions. Also leave a TODO for the vital | John McCall | 2010-12-15 | 1 | -0/+4 |
* | Variadic templates: extend the Expr class with a bit that specifies | Douglas Gregor | 2010-12-15 | 1 | -1/+3 |
* | It's kindof silly that ExtQuals has an ASTContext&, and we can use that | John McCall | 2010-12-10 | 1 | -1/+1 |
* | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad | 2010-12-07 | 1 | -6/+6 |