| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | ArrayRef-ifying the UnexpandedParameterPacks passed to Sema::CheckParameterPa... | David Blaikie | 2011-09-22 | 1 | -11/+7 | 
| *  | ArrayRef-ifying Function/BlockDecl's setParams | David Blaikie | 2011-09-21 | 1 | -1/+1 | 
| *  | The lock operand to an @synchronized statement is also  | John McCall | 2011-07-27 | 1 | -4/+16 | 
| *  | Clean up the analysis of the collection operand to ObjC | John McCall | 2011-07-27 | 1 | -1/+14 | 
| *  | When we decide not to rebuild an instantiated C++ 'new' expression | Douglas Gregor | 2011-07-26 | 1 | -0/+13 | 
| *  | now that we have a centralized place to do so, add some using declarations for | Chris Lattner | 2011-07-20 | 1 | -21/+21 | 
| *  | Store bracket locations for array subscript expressions, from Erik Verbruggen! | Douglas Gregor | 2011-07-15 | 1 | -5/+18 | 
| *  | Create a new expression node, SubstNonTypeTemplateParmExpr, | John McCall | 2011-07-15 | 1 | -0/+8 | 
| *  | Properly implement the scope restriction on the NRVO for | Douglas Gregor | 2011-07-06 | 1 | -3/+5 | 
| *  | When tree-transforming an expression sequence, always flag expanded | John McCall | 2011-07-06 | 1 | -5/+7 | 
| *  | When instantiating a C++ "new" expression, don't fake source locations | Douglas Gregor | 2011-06-27 | 1 | -2/+6 | 
| *  | Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ... | Argyrios Kyrtzidis | 2011-06-24 | 1 | -1/+1 | 
| *  | Introduce a new AST node describing reference binding to temporaries. | Douglas Gregor | 2011-06-21 | 1 | -0/+7 | 
| *  | Objective-C++ ARC: eliminate the utterly unjustified loophole that | Douglas Gregor | 2011-06-17 | 1 | -4/+7 | 
| *  | Objective-ARC++: infer template type arguments of | Douglas Gregor | 2011-06-17 | 1 | -6/+28 | 
| *  | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -1/+83 | 
| *  | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith | 2011-06-11 | 1 | -2/+6 | 
| *  | Made changes to how 'struct'/'class' mismatches are handled in -Wmismatched-t... | Richard Trieu | 2011-06-10 | 1 | -1/+2 | 
| *  | Add support for builtin astype: | Tanya Lattner | 2011-06-04 | 1 | -0/+7 | 
| *  | Ensure we enter an unevaluated context when instantiating a noexcept | Alexis Hunt | 2011-05-31 | 1 | -0/+1 | 
| *  | Fix a regression in the source locations for unary trait expressions. | Chandler Carruth | 2011-05-29 | 1 | -1/+1 | 
| *  | Add a convenience interface for checking expression arguments to unary | Chandler Carruth | 2011-05-26 | 1 | -1/+1 | 
| *  | Implement a new type node, UnaryTransformType, designed to represent a | Alexis Hunt | 2011-05-24 | 1 | -0/+35 | 
| *  | Diagnose unexpanded parameter packs in return statements. This | Douglas Gregor | 2011-05-20 | 1 | -13/+14 | 
| *  | PR9908: Fix the broken fix for PR9902 to get the template argument lists in t... | Richard Smith | 2011-05-14 | 1 | -8/+10 | 
| *  | Patch for PR 7409 - only error on definition of invalid typedefs.  Suppress e... | Richard Trieu | 2011-05-07 | 1 | -3/+7 | 
| *  | Implement support for C++0x alias templates. | Richard Smith | 2011-05-05 | 1 | -2/+35 | 
| *  | When instantiating a block expression, the instantiated | Fariborz Jahanian | 2011-05-05 | 1 | -2/+5 | 
| *  | Store a parameter index and function prototype depth in every | John McCall | 2011-05-01 | 1 | -13/+43 | 
| *  | Parsing/AST support for Structured Exception Handling | John Wiegley | 2011-04-28 | 1 | -0/+72 | 
| *  | Implementation of Embarcadero array type traits | John Wiegley | 2011-04-28 | 1 | -0/+41 | 
| *  | fix PR9474, a crash with -fshort-enum and C++ templates: when instantiating | Chris Lattner | 2011-04-25 | 1 | -2/+1 | 
| *  | t/clang/expr-traits | John Wiegley | 2011-04-25 | 1 | -0/+29 | 
| *  | Fix crashing rdar://9122854 & http://llvm.org/PR9461. | Argyrios Kyrtzidis | 2011-04-22 | 1 | -1/+3 | 
| *  | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -5/+6 | 
| *  | C1X: implement generic selections | Peter Collingbourne | 2011-04-15 | 1 | -0/+52 | 
| *  | When we transform a C++ exception declaration (e.g., for template | Douglas Gregor | 2011-04-14 | 1 | -2/+5 | 
| *  | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith | 2011-04-14 | 1 | -0/+77 | 
| *  | Use ExprResult& instead of Expr *& in Sema | John Wiegley | 2011-04-08 | 1 | -27/+29 | 
| *  | Fix an error in TreeTransform where we failed to copy the TemplateName's | Chandler Carruth | 2011-04-01 | 1 | -1/+3 | 
| *  | Forgotten part of previous commit. | Abramo Bagnara | 2011-03-12 | 1 | -4/+4 | 
| *  | Renamed OffsetOfNode::getRange to getSourceRange for uniformity. | Abramo Bagnara | 2011-03-12 | 1 | -2/+2 | 
| *  | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne | 2011-03-11 | 1 | -17/+22 | 
| *  | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -9/+14 | 
| *  | When rebuilding a dependent template specialization type to another | Douglas Gregor | 2011-03-07 | 1 | -3/+4 | 
| *  | When transforming a dependent template specialization type, make sure | Douglas Gregor | 2011-03-07 | 1 | -5/+18 | 
| *  | Fix copy-and-paste typo in the transformation of Microsoft __uuidof expressio... | Douglas Gregor | 2011-03-06 | 1 | -1/+1 | 
| *  | When transforming a substituted template type parameter, try to | Douglas Gregor | 2011-03-05 | 1 | -1/+22 | 
| *  | Improved MemberPointerType source locations. | Abramo Bagnara | 2011-03-05 | 1 | -9/+21 | 
| *  | When constructing source-location information for a | Douglas Gregor | 2011-03-04 | 1 | -6/+8 |