Track the number of lookups and hits into the on-disk hash tables for
authorDouglas Gregor <dgregor@apple.com>
Fri, 25 Jan 2013 00:38:33 +0000 (00:38 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 25 Jan 2013 00:38:33 +0000 (00:38 +0000)
commit00a50f742a5f7c4d95645558d3e7f961f4613a71
treeea6e32f2ff1720daf70247d4e7e1414b36c7deb8
parent2745d8467ba0a6fe9e7e5f908611e45a1a7a1a49
Track the number of lookups and hits into the on-disk hash tables for
identifiers within the AST file reader.

llvm-svn: 173403
clang/include/clang/Serialization/ASTReader.h
clang/lib/Serialization/ASTReader.cpp