| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard | 2012-04-19 | 1 | -3/+3 |
| | | | | | llvm-svn: 155082 | ||||
| * | And libclang cursor/indexing support for new Objective-C ↵ | Ted Kremenek | 2012-03-06 | 1 | -9/+25 |
| | | | | | | | NSArray/NSDictionary/NSNumber literals. llvm-svn: 152138 | ||||
| * | [libclang] Index the field references of a designated initializer, ↵ | Argyrios Kyrtzidis | 2012-02-22 | 1 | -0/+11 |
| | | | | | | | rdar://10906206 llvm-svn: 151118 | ||||
| * | Fix typo in r150549. | Richard Smith | 2012-02-15 | 1 | -3/+3 |
| | | | | | llvm-svn: 150555 | ||||
| * | Implement indexing support for lambdas in libclang (both kinds), as | Douglas Gregor | 2012-02-15 | 1 | -0/+11 |
| | | | | | | | | well as improving the RecursiveASTVisitor's walk of lambda expressions. llvm-svn: 150549 | ||||
| * | [libclang] Indexing: only index implicit template instantiations via an ↵ | Argyrios Kyrtzidis | 2012-02-14 | 1 | -1/+1 |
| | | | | | | | opt-in indexing option. llvm-svn: 150517 | ||||
| * | [libclang] For CXXOperatorCallExprs, give a valid source location to the ↵ | Argyrios Kyrtzidis | 2012-02-08 | 1 | -0/+6 |
| | | | | | | | | | | | DeclRefExpr that is referencing the member function, so we can index the referenced function. Fixes rdar://10762375&10324915 & http://llvm.org/PR11192 llvm-svn: 150033 | ||||
| * | [libclang] Index namespaces in C++ qualified lookup of members, rdar://10732798 | Argyrios Kyrtzidis | 2012-01-23 | 1 | -0/+5 |
| | | | | | llvm-svn: 148706 | ||||
| * | [libclang] Add CXIndexOpt_IndexFunctionLocalSymbols indexing option to indicate | Argyrios Kyrtzidis | 2012-01-14 | 1 | -0/+6 |
| | | | | | | | that one wants indexing callbacks for function-local symbols as well. llvm-svn: 148160 | ||||
| * | Add IsImplicit field in ObjCMessageExpr that is true when the message | Argyrios Kyrtzidis | 2012-01-12 | 1 | -11/+3 |
| | | | | | | | | | | | was constructed, e.g. for a property access. This allows the selector identifier locations machinery for ObjCMessageExpr to function correctly, in that there are not real locations to handle/report for such a message. llvm-svn: 148013 | ||||
| * | [libclang] Indexing API: Fix indexing of missed references. | Argyrios Kyrtzidis | 2011-12-13 | 1 | -17/+29 |
| | | | | | | | rdar://10567864&10567916 llvm-svn: 146497 | ||||
| * | [libclang] Indexing API: Support C++ symbols. | Argyrios Kyrtzidis | 2011-11-22 | 1 | -0/+6 |
| | | | | | llvm-svn: 145058 | ||||
| * | [libclang] Indexing API: | Argyrios Kyrtzidis | 2011-11-18 | 1 | -4/+17 |
| | | | | | | | | | | -For indexDeclaration, also pass the declaration attributes as an array of cursors. -Rename CXIndexOpt_OneRefPerFile -> CXIndexOpt_SuppressRedundantRefs, and only pass a reference if a declaration/definition does not exist in the file. -Other fixes. llvm-svn: 144942 | ||||
| * | [libclang] Indexing API: make sure we do not try to index local declarations. | Argyrios Kyrtzidis | 2011-11-16 | 1 | -21/+4 |
| | | | | | llvm-svn: 144764 | ||||
| * | [libclang] Index implicit property references. | Argyrios Kyrtzidis | 2011-10-18 | 1 | -0/+15 |
| | | | | | llvm-svn: 142355 | ||||
| * | [libclang] Index method references. | Argyrios Kyrtzidis | 2011-10-18 | 1 | -0/+6 |
| | | | | | llvm-svn: 142353 | ||||
| * | [libclang] Introduce a new high level API for indexing clients that assumes | Argyrios Kyrtzidis | 2011-10-17 | 1 | -0/+72 |
| more of the work involved in indexing a translation unit and simplifies client implementations. Only C/ObjC for now, C++ (and comments) to come. llvm-svn: 142233 | |||||

