]> granicus.if.org Git - clang/commit
Clean up the declaration-decoding step in the PCH reader, using the
authorDouglas Gregor <dgregor@apple.com>
Thu, 16 Apr 2009 22:29:51 +0000 (22:29 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 16 Apr 2009 22:29:51 +0000 (22:29 +0000)
commitcb70bb2899944b42c6269caa9e39a81ca146fe81
treef9c0cb378eae0f3d2a93fbcb056187ae4e94e5e6
parentc9490c000f515c29f200a1215328d8ab9a0f3818
Clean up the declaration-decoding step in the PCH reader, using the
same ueber-easy visitor scheme used for expressions/statements.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69320 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/PCHReader.cpp