]> granicus.if.org Git - clang/commit
Attempt to fix the MSVC9 failure with c-indext-test, where the CIndex DLL
authorDouglas Gregor <dgregor@apple.com>
Sun, 21 Feb 2010 20:15:42 +0000 (20:15 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 21 Feb 2010 20:15:42 +0000 (20:15 +0000)
commit5f8e1be5b5ed996b31f11d970e8fbbc47cdef699
treea30a87638d2586c6d1f8c7725ab7dd1ee97008e4
parentb10cd04880672103660e5844e51ee91af7361a20
Attempt to fix the MSVC9 failure with c-indext-test, where the CIndex DLL
and the c-index-test executable end up getting different copies of
stderr, causing non-deterministic ordering of output. Fixed by
flushing the file after printing a diagnostic (only on Windows).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96754 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/cindex-on-invalid.m
tools/CIndex/CIndexDiagnostic.cpp