]> granicus.if.org Git - clang/commit
Read/write the identifier namespace in PCH for decls that may modify it.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 5 Jul 2010 10:38:01 +0000 (10:38 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 5 Jul 2010 10:38:01 +0000 (10:38 +0000)
commitc8f9af2943699ff623ca08f2e5ed4d72e0351189
tree19087b3d17769386fae0492c67db32823af27579
parent7b081c8604efd33bc7f7e5c1e9427a031eedb2b4
Read/write the identifier namespace in PCH for decls that may modify it.

We can now use a PCH'ed <map>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107617 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
include/clang/AST/DeclTemplate.h
lib/Frontend/PCHReaderDecl.cpp
lib/Frontend/PCHWriterDecl.cpp