]> 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 14:55:45 +0000 (14:55 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 5 Oct 2010 14:55:45 +0000 (14:55 +0000)
commit6309737da76f583f217c393dc8008f193e196975
treeac8e9f0c96186117e6a6ef41ba4e32c8ebc79788
parent4e493e0dbac2aaac04c041f3d7dee9eccfb97689
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@115617 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/c-index-api-loadTU-test.m
test/PCH/Inputs/va_arg.h [new file with mode: 0644]
test/PCH/va_arg.cpp [new file with mode: 0644]