]> granicus.if.org Git - clang/commit
Register the __builtin_va_list_type node when we parse it, rather than
authorDouglas Gregor <dgregor@apple.com>
Tue, 5 Oct 2010 15:41:24 +0000 (15:41 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 5 Oct 2010 15:41:24 +0000 (15:41 +0000)
commit4a1bb8c4d708d5594e62c9ec7e25e273cae8a1ed
treed983cc66a40bbcfbd4db226ddbba373e0e6674ff
parent90c121c8dbdcdd4a0a01d5fba3b398dbfc50b37c
Register the __builtin_va_list_type node when we parse it, rather than
waiting until we think we need it: we didn't catch all of the places
where we actually needed it, and we probably wouldn't ever. Fixes a
C++ PCH crasher.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115621 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Builtins.h
include/clang/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaExpr.cpp