Switch case IDs conflict between chained PCHs; since there is no need to be global...
commiteb16fce12cc2e47a537f6e39fb6d953c2b4ca7a6
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Thu, 28 Oct 2010 09:29:32 +0000 (28 09:29 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Thu, 28 Oct 2010 09:29:32 +0000 (28 09:29 +0000)
tree7c68aea119d866765f2da4d5bafa2f8a4b0dd899
parented022b71b0e1d96d924ad681fd591f65f669503e
Switch case IDs conflict between chained PCHs; since there is no need to be global, make them local to a decl.

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