Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libclang] Remove the ParentKind cursor kind from code-completion results. | Argyrios Kyrtzidis | 2012-09-26 | 1 | -1/+1 |
| | | | | | | This is to reduce dependency to cursors for the code-completion results. llvm-svn: 164705 | ||||
* | Add 'env' in hopes of making this test pass on Windows. | Nick Lewycky | 2012-04-16 | 1 | -1/+1 |
| | | | | llvm-svn: 154785 | ||||
* | Implement the all_lookups_iterator for PCH as a follow-up to r153970. This | Nick Lewycky | 2012-04-16 | 1 | -0/+7 |
includes a patch from Matthias Kleine with a regression testcase! Adds a new iterator 'data_iterator' to OnDiskHashTable which doesn't try to reconstruct the external_key from the internal_key, which is useful for traits that don't store enough information to do that mapping in their key. Also deletes the 'item_iterator' from OnDiskHashTable as dead code. llvm-svn: 154784 |