]> granicus.if.org Git - clang/commit
Fixed bug in FunctionDecl serialization where we crashed when the
authorTed Kremenek <kremenek@apple.com>
Tue, 13 Nov 2007 22:51:08 +0000 (22:51 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 13 Nov 2007 22:51:08 +0000 (22:51 +0000)
commitd437f23cca2cd16c27250a2a4328792e1601b272
tree10ac124382d81ac88157b7329d9503dbd1b3e862
parentea2fe9b435e1b55135de32dcac97366554706ac4
Fixed bug in FunctionDecl serialization where we crashed when the
FunctionDecl had decls for its parameters but still had greater than 0
arguments.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44076 91177308-0d34-0410-b5e6-96231b3b80d8
AST/DeclSerialization.cpp