]> granicus.if.org Git - clang/commit
Move the Serialization library from 'instantiation' to 'expansion', with
authorChandler Carruth <chandlerc@gmail.com>
Fri, 15 Jul 2011 07:25:21 +0000 (07:25 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 15 Jul 2011 07:25:21 +0000 (07:25 +0000)
commitf70d12dbd49fcc25f1dfc0127217112ae76bcb8f
tree5559d9e8dc8439b53e60664006bbab9238bfef7b
parent7110fd6c32306b3feb97b9edb8064b1b68a54e6b
Move the Serialization library from 'instantiation' to 'expansion', with
the exception of its uses of SourceManager and SourceLocation APIs.

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