| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement a new type trait __is_trivially_constructible(T, Args...) | Douglas Gregor | 2012-02-24 | 1 | -0/+1 |
| * | Implement indexing support for lambdas in libclang (both kinds), as | Douglas Gregor | 2012-02-15 | 1 | -1/+21 |
| * | Introduce basic ASTs for lambda expressions. This covers: | Douglas Gregor | 2012-02-07 | 1 | -0/+1 |
| * | [libclang] Make clang_getCursorCompletionString not depend on the ASTUnit having | Argyrios Kyrtzidis | 2012-01-17 | 1 | -18/+16 |
| * | [libclang] Add defensive checks to make sure we don't try to dereference | Argyrios Kyrtzidis | 2011-12-10 | 1 | -2/+1 |
| * | [libclang] Make sure we don't try to handle a CXCursor_NoDeclFound | Argyrios Kyrtzidis | 2011-12-09 | 1 | -2/+4 |
| * | [libclang] API enhancements by Joe Groff! | Argyrios Kyrtzidis | 2011-12-06 | 1 | -0/+1 |
| * | [libclang] Indexing API: Support C++ symbols. | Argyrios Kyrtzidis | 2011-11-22 | 1 | -2/+2 |
| * | [libclang] Indexing API: | Argyrios Kyrtzidis | 2011-11-18 | 1 | -6/+7 |
| * | Change the AST representation of operations on Objective-C | John McCall | 2011-11-06 | 1 | -1/+10 |
| * | Implement support for dependent Microsoft __if_exists/__if_not_exists | Douglas Gregor | 2011-10-25 | 1 | -1/+6 |
| * | [libclang] Introduce a new high level API for indexing clients that assumes | Argyrios Kyrtzidis | 2011-10-17 | 1 | -7/+7 |
| * | Allow for annotate attributes after access specifiers. When such | Erik Verbruggen | 2011-10-13 | 1 | -0/+1 |
| * | Initial implementation of __atomic_* (everything except __atomic_is_lock_free). | Eli Friedman | 2011-10-11 | 1 | -0/+1 |
| * | [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file, | Argyrios Kyrtzidis | 2011-10-06 | 1 | -25/+140 |
| * | [libclang] Move the bulk of clang_getOverriddenCursors into | Argyrios Kyrtzidis | 2011-10-06 | 1 | -0/+86 |
| * | Expose more statement, expression, and declaration kinds in libclang, | Douglas Gregor | 2011-10-05 | 1 | -95/+291 |
| * | MSVC is stuck in the 80s. | Argyrios Kyrtzidis | 2011-09-27 | 1 | -0/+8 |
| * | [libclang] Introduce clang_Cursor_isNull and clang_Cursor_getTranslationUnit ... | Argyrios Kyrtzidis | 2011-09-27 | 1 | -0/+8 |
| * | Don't map a file:line:col triplet that is inside the preamble range to | Argyrios Kyrtzidis | 2011-09-26 | 1 | -1/+3 |
| * | [libclang] | Argyrios Kyrtzidis | 2011-09-13 | 1 | -0/+2 |
| * | Switch a C-style cast over to a const_cast. No functionality change | Douglas Gregor | 2011-08-10 | 1 | -1/+1 |
| * | Add a new libclang API to return a CXCompletionString for an arbitrary | Douglas Gregor | 2011-08-04 | 1 | -0/+36 |
| * | 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 |