]> granicus.if.org Git - clang/commit
cleanup (address some more review comments for r183474):
authorAdrian Prantl <aprantl@apple.com>
Mon, 10 Jun 2013 21:36:55 +0000 (21:36 +0000)
committerAdrian Prantl <aprantl@apple.com>
Mon, 10 Jun 2013 21:36:55 +0000 (21:36 +0000)
commit7044668ecb518496e463ea2dacae100d4badfd19
tree78baac01077a120dcc7b37c4f32b7841a06027d9
parent0567a79130a251bf464ce21ecf3f8b9fb5207900
cleanup (address some more review comments for r183474):
- reduce default buffer size to 64, which will still be large enough to
  hold any property names found in the wild.
- get rid of the /*static*/ comments.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183697 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/IdentifierTable.h
lib/Basic/IdentifierTable.cpp