]> granicus.if.org Git - clang/commit
Avoid STMT_ and DECL_ bitcodes overlapping.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 25 Oct 2018 22:35:16 +0000 (22:35 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 25 Oct 2018 22:35:16 +0000 (22:35 +0000)
commit612875c6cab70a4c5deb0c46bd58930f99ead0c5
tree368a160e9f93af775866860b1f62d805d5fcabca
parent5897428cd24e2deefbcc6f6744c0d7d233aa6747
Avoid STMT_ and DECL_ bitcodes overlapping.

This doesn't appear to matter for deserialization purposes, because we
always know what kind of entity (declaration or statement/expression)
we're trying to load, but it makes the llvm-bcanalyzer output a lot less
mysterious.

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