summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeCompletion/preamble.c
Commit message (Collapse)AuthorAgeFilesLines
* [libclang] Remove the ParentKind cursor kind from code-completion results.Argyrios Kyrtzidis2012-09-261-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 Lewycky2012-04-161-1/+1
| | | | llvm-svn: 154785
* Implement the all_lookups_iterator for PCH as a follow-up to r153970. ThisNick Lewycky2012-04-161-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
OpenPOWER on IntegriCloud