]> granicus.if.org Git - clang/commit
Introduce a constant for the number of predefined declarations in an
authorDouglas Gregor <dgregor@apple.com>
Wed, 3 Aug 2011 16:05:40 +0000 (16:05 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 3 Aug 2011 16:05:40 +0000 (16:05 +0000)
commit0a14e4bf604a91b035a479235adf4c2f6c9128a2
tree0d0355a39c539fc160131ff5d3cf16bc6d3301ad
parentb3de112bf38567a25d5b86790a2327290393dde4
Introduce a constant for the number of predefined declarations in an
AST file, along with an enumeration naming those predefined
declarations. No functionality change, but this will make it easier to
introduce new predefined declarations, when/if we need them.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136781 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Serialization/ASTBitCodes.h
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp