|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | Create a new expression node, SubstNonTypeTemplateParmExpr, | John McCall | 2011-07-15 | 1 | -0/+1 | 
| * | Update all of the libclang code corresponding to the preprocessor | Chandler Carruth | 2011-07-14 | 1 | -2/+2 | 
| * | Move the rest of the preprocessor terminology from 'instantiate' and | Chandler Carruth | 2011-07-14 | 1 | -4/+4 | 
| * | [libclang] Introduce cxcursor::getCursorParentDecl(CXCursor Cursor) and use i... | Argyrios Kyrtzidis | 2011-06-29 | 1 | -0/+4 | 
| * | Introduce a new AST node describing reference binding to temporaries. | Douglas Gregor | 2011-06-21 | 1 | -0/+1 | 
| * | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -1/+4 | 
| * | Add support for builtin astype: | Tanya Lattner | 2011-06-04 | 1 | -0/+1 | 
| * | Parsing/AST support for Structured Exception Handling | John Wiegley | 2011-04-28 | 1 | -0/+3 | 
| * | Implementation of Embarcadero array type traits | John Wiegley | 2011-04-28 | 1 | -0/+1 | 
| * | t/clang/expr-traits | John Wiegley | 2011-04-25 | 1 | -0/+1 | 
| * | C1X: implement generic selections | Peter Collingbourne | 2011-04-15 | 1 | -0/+1 | 
| * | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith | 2011-04-14 | 1 | -0/+1 | 
| * | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne | 2011-03-11 | 1 | -1/+1 | 
| * | Change the representation of GNU ?: expressions to use a different expression | John McCall | 2011-02-17 | 1 | -0/+1 | 
| * | AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions | Peter Collingbourne | 2011-02-09 | 1 | -0/+1 | 
| * | Remove vtables from the Stmt hierarchy;  this was pretty easy as | John McCall | 2011-02-09 | 1 | -1/+0 | 
| * | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin | 2011-01-18 | 1 | -2/+1 | 
| * | Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, | Douglas Gregor | 2011-01-15 | 1 | -0/+1 | 
| * | Implement the sizeof...(pack) expression to compute the length of a | Douglas Gregor | 2011-01-04 | 1 | -0/+1 | 
| * | Implement support for pack expansions whose pattern is a non-type | Douglas Gregor | 2011-01-03 | 1 | -0/+1 | 
| * | Fix build. | Anders Carlsson | 2010-12-09 | 1 | -1/+1 | 
| * | Remove extra namespace specifier. | Ted Kremenek | 2010-12-09 | 1 | -1/+1 | 
| * | DenseMapInfo is a 'struct', not a 'class'. | Ted Kremenek | 2010-12-09 | 1 | -1/+1 | 
| * | Add new libclang hooks for CXCursorSet, a | Ted Kremenek | 2010-12-08 | 1 | -0/+65 | 
| * | Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi... | Francois Pichet | 2010-12-08 | 1 | -1/+0 | 
| * | Type traits intrinsic implementation: __is_base_of(T, U) | Francois Pichet | 2010-12-07 | 1 | -0/+1 | 
| * | Rename CXXExprWithTemporaries -> ExprWithCleanups;  there's no theoretical | John McCall | 2010-12-06 | 1 | -1/+1 | 
| * | Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope... | John McCall | 2010-12-02 | 1 | -2/+0 | 
| * | Make definition of CXTranslationUnitImpl private | Ted Kremenek | 2010-11-17 | 1 | -0/+1 | 
| * | Change CXTranslationUnit to not directly cast to an ASTUnit*, | Ted Kremenek | 2010-11-16 | 1 | -20/+30 | 
| * | Move CXString creation/management routines into | Ted Kremenek | 2010-11-16 | 1 | -0/+1 | 
| * | Add a new expression kind, OpaqueValueExpr, which is useful for | John McCall | 2010-11-15 | 1 | -0/+1 | 
| * | Encapsulate within CXCursor the notion of whether a VarDecl* is the first Dec... | Ted Kremenek | 2010-11-01 | 1 | -2/+14 | 
| * | Extend the preprocessing record and libclang with support for | Douglas Gregor | 2010-10-20 | 1 | -0/+11 | 
| * | Eliminate usage of ObjCSuperExpr used for | Fariborz Jahanian | 2010-10-14 | 1 | -1/+0 | 
| * | Introduce a new kind of cursor into libclang, which covers a reference | Douglas Gregor | 2010-09-13 | 1 | -0/+48 | 
| * | Define and implement CXXNoexceptExpr. Create it in Sema. | Sebastian Redl | 2010-09-10 | 1 | -0/+1 | 
| * | Add libclang support for label statements, gotos, and taking the | Douglas Gregor | 2010-09-10 | 1 | -1/+22 | 
| * | Teach libclang to walk the base and member initializers of a | Douglas Gregor | 2010-09-09 | 1 | -0/+17 | 
| * | Fix warnings caused by new CXXUuidofExprClass enumerator. | Francois Pichet | 2010-09-08 | 1 | -0/+1 | 
| * | Synchronize code-completion cursor kinds with indexing cursor | Douglas Gregor | 2010-09-03 | 1 | -65/+1 | 
| * | Eliminate CXXBindReferenceExpr, which was used in a ton of | Douglas Gregor | 2010-09-02 | 1 | -1/+0 | 
| * | Implement libclang support for using declarations. Clang actually uses | Douglas Gregor | 2010-09-01 | 1 | -0/+5 | 
| * | Implement libclang support for using directives (cursor + visitation + | Douglas Gregor | 2010-09-01 | 1 | -0/+1 | 
| * | Add libclang support for namespace aliases (visitation + USRs) along | Douglas Gregor | 2010-08-31 | 1 | -4/+24 | 
| * | Extend libclang with a new cursor kind that indicates a reference to a | Douglas Gregor | 2010-08-31 | 1 | -0/+16 | 
| * | Add libclang support for class template partial specializations, | Douglas Gregor | 2010-08-31 | 1 | -0/+2 | 
| * | Add a libclang cursor kind, visitation support and USR support for C++ | Douglas Gregor | 2010-08-31 | 1 | -0/+2 | 
| * | Implement basic support for indexing function templates in | Douglas Gregor | 2010-08-31 | 1 | -0/+4 | 
| * | libclang indexing support for C++ constructors, destructors, and | Douglas Gregor | 2010-08-31 | 1 | -0/+3 |