]> granicus.if.org Git - clang/commit
Switch case IDs conflict between chained PCHs; since there is no need to be global...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 28 Oct 2010 09:29:32 +0000 (09:29 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 28 Oct 2010 09:29:32 +0000 (09:29 +0000)
commite09a275444576deb2c8d9e2255554242f65d7c00
tree7c68aea119d866765f2da4d5bafa2f8a4b0dd899
parent95c225de9fa3d79f70ef5008c0279580a7d9dcad
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