diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2012-04-16 02:51:46 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2012-04-16 02:51:46 +0000 |
commit | 2bd0ab2b11e173aa970bb531cf98750d7ee72287 (patch) | |
tree | d1a444b68d1319ba3e17a7bd7565d014c180665d /clang/test/CodeCompletion/some_struct.h | |
parent | ccc7e42b1f190676f9b42edf202e6da0a7f364b9 (diff) | |
download | bcm5719-llvm-2bd0ab2b11e173aa970bb531cf98750d7ee72287.tar.gz bcm5719-llvm-2bd0ab2b11e173aa970bb531cf98750d7ee72287.zip |
Implement the all_lookups_iterator for PCH as a follow-up to r153970. This
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
Diffstat (limited to 'clang/test/CodeCompletion/some_struct.h')
-rw-r--r-- | clang/test/CodeCompletion/some_struct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeCompletion/some_struct.h b/clang/test/CodeCompletion/some_struct.h new file mode 100644 index 00000000000..63aa2a39d3f --- /dev/null +++ b/clang/test/CodeCompletion/some_struct.h @@ -0,0 +1 @@ +struct X { int m; }; |