]> granicus.if.org Git - clang/commit
[test] Reinstate the assignment to the diagnostic log in the unittest
authorAlex Lorenz <arphaman@gmail.com>
Wed, 12 Jun 2019 20:35:44 +0000 (20:35 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Wed, 12 Jun 2019 20:35:44 +0000 (20:35 +0000)
commit3e2811672412a66b5f43f5f613a824e12276d694
treeb900343949965eaf6b1d17d024b382249ecdcd7c
parent727426ea36eadcb12ae93c5a1b20b44a47f56e08
[test] Reinstate the assignment to the diagnostic log in the unittest
from r363009

The diagnostic log is now set to "-" which forces it to use STDERR
instead of the filesystem. A new comment is added to explain why
the assignment is needed in the test.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363199 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Frontend/CompilerInstanceTest.cpp