]> granicus.if.org Git - clang/commit
Partial PCH support for FileScopeAsmDecl and BlockDecl. Both require
authorDouglas Gregor <dgregor@apple.com>
Mon, 13 Apr 2009 22:49:25 +0000 (22:49 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 13 Apr 2009 22:49:25 +0000 (22:49 +0000)
commit1028bc67d56ea088c3a57c4c44c3f6aeff60a031
tree80739f9b5e720f99682584dda62dc54ab6a9fd46
parent3a2f7e42514ddbec983c61826ce85d3071e23e8e
Partial PCH support for FileScopeAsmDecl and BlockDecl. Both require
expression or statement serialization before we can test them.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69002 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
include/clang/Frontend/PCHBitCodes.h
lib/Frontend/PCHReader.cpp
lib/Frontend/PCHWriter.cpp