| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor | 2011-07-27 | 1 | -2/+2 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -1/+1 |
* | Add serialization support for SubstNonTypeTemplateParmExpr. | John McCall | 2011-07-15 | 1 | -146/+55 |
* | Properly implement the scope restriction on the NRVO for | Douglas Gregor | 2011-07-06 | 1 | -0/+1 |
* | Introduce the notion of instantiation dependence into Clang's AST. A | Douglas Gregor | 2011-07-01 | 1 | -0/+1 |
* | Introduce a new AST node describing reference binding to temporaries. | Douglas Gregor | 2011-06-21 | 1 | -0/+7 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -0/+26 |
* | Add support for builtin astype: | Tanya Lattner | 2011-06-04 | 1 | -0/+11 |
* | Introduce additional abbreviations into the AST writer for | Douglas Gregor | 2011-06-03 | 1 | -1/+19 |
* | Add an optional field attached to a DeclRefExpr which points back to the | Chandler Carruth | 2011-05-01 | 1 | -0/+4 |
* | Implementation of Embarcadero array type traits | John Wiegley | 2011-04-28 | 1 | -0/+10 |
* | If a null statement was preceded by an empty macro keep its instantiation sou... | Argyrios Kyrtzidis | 2011-04-27 | 1 | -1/+1 |
* | t/clang/expr-traits | John Wiegley | 2011-04-25 | 1 | -0/+10 |
* | For | Argyrios Kyrtzidis | 2011-04-22 | 1 | -3/+11 |
* | For | Argyrios Kyrtzidis | 2011-04-21 | 1 | -1/+6 |
* | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
* | C1X: implement generic selections | Peter Collingbourne | 2011-04-15 | 1 | -0/+18 |
* | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith | 2011-04-14 | 1 | -0/+17 |
* | Add a flag to StringLiteral to keep track of whether the string is a pascal s... | Anders Carlsson | 2011-04-14 | 1 | -0/+1 |
* | 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 | -3/+3 |
* | When serializing a DeclRefExpr, always store the number of explicit template | Anders Carlsson | 2011-03-06 | 1 | -4/+6 |
* | Push nested-name-specifier location information into DeclRefExpr and | Douglas Gregor | 2011-02-28 | 1 | -8/+4 |
* | Push nested-name-specifier source location information into | Douglas Gregor | 2011-02-28 | 1 | -2/+1 |
* | Push nested-name-specifier source location information into | Douglas Gregor | 2011-02-28 | 1 | -2/+1 |
* | Push nested-name-specifier source location information into | Douglas Gregor | 2011-02-25 | 1 | -2/+1 |
* | Push nested-name-specifier source-location information into | Douglas Gregor | 2011-02-25 | 1 | -2/+1 |
* | Change the representation of GNU ?: expressions to use a different expression | John McCall | 2011-02-17 | 1 | -1/+21 |
* | Step #1/N of implementing support for __label__: split labels into | Chris Lattner | 2011-02-17 | 1 | -18/+3 |
* | AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions | Peter Collingbourne | 2011-02-09 | 1 | -0/+13 |
* | A few more tweaks to the blocks AST representation: | John McCall | 2011-02-07 | 1 | -1/+0 |
* | Implement proper (de-)serialization for explicit template argument | Douglas Gregor | 2011-02-04 | 1 | -27/+17 |
* | An insomniac stab at making block declarations list the variables they close | John McCall | 2011-02-02 | 1 | -1/+0 |
* | Give OpaqueValueExpr a source location, because its source location | Douglas Gregor | 2011-01-28 | 1 | -0/+1 |
* | Do a proper recursive lookup when deciding whether a class's usual | John McCall | 2011-01-27 | 1 | -0/+2 |
* | Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, | Douglas Gregor | 2011-01-15 | 1 | -0/+12 |
* | Teach PackExpansionExpr to keep track of the number of pack expansions | Douglas Gregor | 2011-01-14 | 1 | -0/+1 |
* | Add the location of the right parenthesis of a C++ named cast | Douglas Gregor | 2011-01-12 | 1 | -1/+2 |
* | Implement the sizeof...(pack) expression to compute the length of a | Douglas Gregor | 2011-01-04 | 1 | -0/+11 |
* | Implement support for pack expansions whose pattern is a non-type | Douglas Gregor | 2011-01-03 | 1 | -1/+8 |
* | Variadic templates: extend Type, NestedNameSpecifier, TemplateName, | Douglas Gregor | 2010-12-13 | 1 | -0/+1 |
* | Keep the source location of the selector in ObjCMessageExpr. | Argyrios Kyrtzidis | 2010-12-10 | 1 | -0/+1 |
* | Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi... | Francois Pichet | 2010-12-08 | 1 | -11/+1 |
* | Type traits intrinsic implementation: __is_base_of(T, U) | Francois Pichet | 2010-12-07 | 1 | -0/+11 |
* | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall | 2010-12-06 | 1 | -3/+3 |
* | Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope... | John McCall | 2010-12-02 | 1 | -23/+17 |
* | Revert r119838 "Don't warn for empty 'if' body if there is a macro that expan... | Argyrios Kyrtzidis | 2010-11-20 | 1 | -1/+1 |
* | Don't warn for empty 'if' body if there is a macro that expands to nothing, e.g: | Argyrios Kyrtzidis | 2010-11-19 | 1 | -0/+1 |
* | Calculate the value kind of an expression when it's created and | John McCall | 2010-11-18 | 1 | -2/+4 |
* | Add a new expression kind, OpaqueValueExpr, which is useful for | John McCall | 2010-11-15 | 1 | -0/+8 |