|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | Teach CXXUnresolvedConstructExpr when it should be an | Douglas Gregor | 2011-07-08 | 1 | -1/+4 | 
| * | Introduce the notion of instantiation dependence into Clang's AST. A | Douglas Gregor | 2011-07-01 | 1 | -8/+47 | 
| * | Make yet another placeholder type, this one marking that an expression is a b... | John McCall | 2011-04-26 | 1 | -0/+27 | 
| * | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith | 2011-04-14 | 1 | -1/+1 | 
| * | Add CXXDynamicCastExpr::isAlwaysNull() which will be replacing the cast kind ... | Anders Carlsson | 2011-04-11 | 1 | -0/+30 | 
| * | Apply a bug-fix patch from Marcin Kowalczyk to the source locations for | Chandler Carruth | 2011-04-02 | 1 | -1/+3 | 
| * | Begin reworking static analyzer support for C++ method calls.  The current lo... | Ted Kremenek | 2011-03-30 | 1 | -2/+13 | 
| * | Instead of storing an ASTContext* in FunctionProtoTypes with computed noexcep... | Sebastian Redl | 2011-03-13 | 1 | -2/+2 | 
| * | Propagate the new exception information to FunctionProtoType. | Sebastian Redl | 2011-03-12 | 1 | -1/+1 | 
| * | The conditional needs to be pushed before the branch.  Make the test less | John McCall | 2011-03-07 | 1 | -0/+4 | 
| * | Fix the source range for a member access expression that includes a | Douglas Gregor | 2011-03-02 | 1 | -37/+2 | 
| * | Push nested-name-specifier source location information into | Douglas Gregor | 2011-02-28 | 1 | -15/+60 | 
| * | Push nested-name-specifier source location information into | Douglas Gregor | 2011-02-28 | 1 | -17/+17 | 
| * | Push nested-name-specifier source location information into | Douglas Gregor | 2011-02-25 | 1 | -9/+8 | 
| * | Push nested-name-specifier source-location information into | Douglas Gregor | 2011-02-25 | 1 | -7/+8 | 
| * | Pseudo-revirtualize CallExpr::getSourceRange by making it follow the | John McCall | 2011-02-21 | 1 | -7/+3 | 
| * | Remove vtables from the Stmt hierarchy;  this was pretty easy as | John McCall | 2011-02-09 | 1 | -202/+0 | 
| * | Implement proper (de-)serialization for explicit template argument | Douglas Gregor | 2011-02-04 | 1 | -10/+17 | 
| * | Do a proper recursive lookup when deciding whether a class's usual | John McCall | 2011-01-27 | 1 | -3/+5 | 
| * | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 1 | -1/+1 | 
| * | Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, | Douglas Gregor | 2011-01-15 | 1 | -0/+28 | 
| * | Add the location of the right parenthesis of a C++ named cast | Douglas Gregor | 2011-01-12 | 1 | -8/+15 | 
| * | Implement the sizeof...(pack) expression to compute the length of a | Douglas Gregor | 2011-01-04 | 1 | -0/+12 | 
| * | Implement support for pack expansions whose pattern is a non-type | Douglas Gregor | 2011-01-03 | 1 | -0/+12 | 
| * | Variadic templates: extend the Expr class with a bit that specifies | Douglas Gregor | 2010-12-15 | 1 | -85/+182 | 
| * | Restore r121752 without modification. | John McCall | 2010-12-14 | 1 | -0/+19 | 
| * | Pull out r121752 in case it's causing the selfhost breakage. | John McCall | 2010-12-14 | 1 | -19/+0 | 
| * | Factor out most of the extra state in a FunctionProtoType into a separate | John McCall | 2010-12-14 | 1 | -0/+19 | 
| * | Type traits intrinsic implementation: __is_base_of(T, U) | Francois Pichet | 2010-12-07 | 1 | -0/+8 | 
| * | Rename CXXExprWithTemporaries -> ExprWithCleanups;  there's no theoretical | John McCall | 2010-12-06 | 1 | -14/+14 | 
| * | Add an assertion, fix a whole bunch of bugs, comment the assertion | John McCall | 2010-11-18 | 1 | -1/+1 | 
| * | Calculate the value kind of an expression when it's created and | John McCall | 2010-11-18 | 1 | -13/+21 | 
| * | Have CXXDeleteExpr::getDestroyedType return the actual destroyed type | Craig Silverstein | 2010-11-16 | 1 | -2/+3 | 
| * | Improve source-location information for CXXConstructExpr nodes, by | Douglas Gregor | 2010-11-03 | 1 | -3/+16 | 
| * | Fixes an assertion violation when bind to temporary | Fariborz Jahanian | 2010-11-02 | 1 | -1/+3 | 
| * | Rename alignof -> alignOf to avoid irritating C++'0x compilers, | Chris Lattner | 2010-10-30 | 1 | -6/+6 | 
| * | Add helper for extracting the CXXRecordDecl for the implicit argument to | Chandler Carruth | 2010-10-27 | 1 | -0/+11 | 
| * | Improve the tracking of source locations for parentheses in constructor calls. | Chandler Carruth | 2010-10-25 | 1 | -21/+21 | 
| * | Had the wrong type for ArgType. :-(  Fixed. | Craig Silverstein | 2010-10-20 | 1 | -1/+1 | 
| * | The type-to-delete may not be a pointer if it's a dependent type. | Craig Silverstein | 2010-10-20 | 1 | -1/+5 | 
| * | When marking the declarations in a default argument expression as | Douglas Gregor | 2010-09-14 | 1 | -0/+13 | 
| * | Eagerly evaluate type traits in Sema instead of lazily in AST. They actually ... | Sebastian Redl | 2010-09-13 | 1 | -198/+0 | 
| * | Define and implement CXXNoexceptExpr. Create it in Sema. | Sebastian Redl | 2010-09-10 | 1 | -0/+7 | 
| * | Add proper type-source information to UnaryTypeTraitExpr, including | Douglas Gregor | 2010-09-09 | 1 | -28/+27 | 
| * | Microsoft's __uuidof operator implementation part 1. | Francois Pichet | 2010-09-08 | 1 | -0/+16 | 
| * | Provide proper type-source location information for | Douglas Gregor | 2010-09-08 | 1 | -14/+27 | 
| * | Improve source-location information for CXXNewExpr, by hanging on to | Douglas Gregor | 2010-09-07 | 1 | -1/+3 | 
| * | Implement __has_virtual_destructor. Patch by Steven Watanabe. | Sebastian Redl | 2010-09-02 | 1 | -0/+10 | 
| * | Eliminate CXXBindReferenceExpr, which was used in a ton of | Douglas Gregor | 2010-09-02 | 1 | -17/+0 | 
| * | Implement the __has_nothrow trait family, by Steven Watanabe. | Sebastian Redl | 2010-08-31 | 1 | -0/+102 |