| Commit message (Expand) | Author | Age | Files | Lines |
* | [libclang] Separate the underlying indexing functionality of libclang and int... | Argyrios Kyrtzidis | 2016-02-12 | 1 | -224/+0 |
* | [libclang] indexing: make sure to not visit init-list expressions twice. | Argyrios Kyrtzidis | 2016-02-09 | 1 | -11/+58 |
* | Teach RAV to pass its DataRecursionQueue to derived classes if they ask for it, | Richard Smith | 2015-11-24 | 1 | -2/+3 |
* | Remove DataRecursiveASTVisitor; it no longer serves any purpose, since it's j... | Richard Smith | 2015-11-24 | 1 | -3/+3 |
* | Objective-C. revert patch for rdar://17554063. | Fariborz Jahanian | 2014-10-28 | 1 | -6/+0 |
* | [C++11] Support for capturing of variable length arrays in lambda expression. | Alexey Bataev | 2014-08-28 | 1 | -1/+1 |
* | Objective-C ARC. First patch toward generating new APIs | Fariborz Jahanian | 2014-08-06 | 1 | -0/+6 |
* | [C++11] Use 'nullptr'. Tools edition. | Craig Topper | 2014-06-08 | 1 | -1/+1 |
* | RAV reunification: merge Lambda body visitation to DRAV | Alp Toker | 2014-05-20 | 1 | -5/+5 |
* | Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit. | Benjamin Kramer | 2014-05-10 | 1 | -1/+1 |
* | Move tools/libclang/RecursiveASTVisitor.h -> include/clang/AST/DataRecursiveA... | Argyrios Kyrtzidis | 2013-12-20 | 1 | -3/+3 |
* | First pass of semantic analysis for init-captures: check the initializer, build | Richard Smith | 2013-05-16 | 1 | -1/+3 |
* | Have the RecursiveASTVisitor traverse the type source info of an objc class m... | Argyrios Kyrtzidis | 2013-05-06 | 1 | -3/+0 |
* | Basic support for Microsoft property declarations and | John McCall | 2013-04-16 | 1 | -0/+6 |
* | Sort #include lines for tools/... | Chandler Carruth | 2012-12-04 | 1 | -1/+0 |
* | [libclang] Do index 'extern' declarations inside functions. | Argyrios Kyrtzidis | 2012-09-10 | 1 | -1/+13 |
* | [libclang/AST] Index references of protocols in "@protocol(...)" syntax. | Argyrios Kyrtzidis | 2012-05-16 | 1 | -0/+6 |
* | [libclang] Put the RecursiveASTVisitor in libclang in a cxindex namespace. | Argyrios Kyrtzidis | 2012-05-07 | 1 | -1/+1 |
* | Un-revert r156142, "[libclang] Bring back BodyIndexer::TraverseCXXOperatorCal... | Argyrios Kyrtzidis | 2012-05-07 | 1 | -0/+6 |
* | [libclang] Use a copy of the data-recursive RecursiveASTVisitor inside libclang. | Argyrios Kyrtzidis | 2012-05-07 | 1 | -1/+1 |
* | Revert r156142, "[libclang] Bring back BodyIndexer::TraverseCXXOperatorCallEx... | NAKAMURA Takumi | 2012-05-06 | 1 | -6/+0 |
* | [libclang] Bring back BodyIndexer::TraverseCXXOperatorCallExpr which | Argyrios Kyrtzidis | 2012-05-04 | 1 | -0/+6 |
* | Unrevert r155951, reverted in r155962, with two changes: | Richard Smith | 2012-05-02 | 1 | -6/+0 |
* | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard | 2012-04-19 | 1 | -3/+3 |
* | And libclang cursor/indexing support for new Objective-C NSArray/NSDictionary... | Ted Kremenek | 2012-03-06 | 1 | -9/+25 |
* | [libclang] Index the field references of a designated initializer, rdar://109... | Argyrios Kyrtzidis | 2012-02-22 | 1 | -0/+11 |
* | Fix typo in r150549. | Richard Smith | 2012-02-15 | 1 | -3/+3 |
* | Implement indexing support for lambdas in libclang (both kinds), as | Douglas Gregor | 2012-02-15 | 1 | -0/+11 |
* | [libclang] Indexing: only index implicit template instantiations via an opt-i... | Argyrios Kyrtzidis | 2012-02-14 | 1 | -1/+1 |
* | [libclang] For CXXOperatorCallExprs, give a valid source location to the Decl... | Argyrios Kyrtzidis | 2012-02-08 | 1 | -0/+6 |
* | [libclang] Index namespaces in C++ qualified lookup of members, rdar://10732798 | Argyrios Kyrtzidis | 2012-01-23 | 1 | -0/+5 |
* | [libclang] Add CXIndexOpt_IndexFunctionLocalSymbols indexing option to indicate | Argyrios Kyrtzidis | 2012-01-14 | 1 | -0/+6 |
* | Add IsImplicit field in ObjCMessageExpr that is true when the message | Argyrios Kyrtzidis | 2012-01-12 | 1 | -11/+3 |
* | [libclang] Indexing API: Fix indexing of missed references. | Argyrios Kyrtzidis | 2011-12-13 | 1 | -17/+29 |
* | [libclang] Indexing API: Support C++ symbols. | Argyrios Kyrtzidis | 2011-11-22 | 1 | -0/+6 |
* | [libclang] Indexing API: | Argyrios Kyrtzidis | 2011-11-18 | 1 | -4/+17 |
* | [libclang] Indexing API: make sure we do not try to index local declarations. | Argyrios Kyrtzidis | 2011-11-16 | 1 | -21/+4 |
* | [libclang] Index implicit property references. | Argyrios Kyrtzidis | 2011-10-18 | 1 | -0/+15 |
* | [libclang] Index method references. | Argyrios Kyrtzidis | 2011-10-18 | 1 | -0/+6 |
* | [libclang] Introduce a new high level API for indexing clients that assumes | Argyrios Kyrtzidis | 2011-10-17 | 1 | -0/+72 |