]> granicus.if.org Git - clang/commit
Don't serialize the block descriptor or block extended descriptor
authorDouglas Gregor <dgregor@apple.com>
Tue, 9 Aug 2011 16:24:26 +0000 (16:24 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 9 Aug 2011 16:24:26 +0000 (16:24 +0000)
commit5c0d3d66bf06213009802876a14e6298efc1e0b0
tree947060da83fb4e893a023155687c65ad98cb3e7a
parent45c4ea75b235de94f44bf96843624e6a559e4c00
Don't serialize the block descriptor or block extended descriptor
types to AST files; they're only used by debug info generation anyway,
and shouldn't ever exist in the AST anyway.

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