]> granicus.if.org Git - clang/commit
Frontend: Switch -header-include-file output to use unbuffered raw_ostreams with
authorDaniel Dunbar <daniel@zuster.org>
Thu, 3 Feb 2011 03:45:00 +0000 (03:45 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 3 Feb 2011 03:45:00 +0000 (03:45 +0000)
commitf704c61b3c88659a0c9946ea26d1bbff99803792
treebc30d9f980c7d6f84a3feeb36244e87287ada052
parentaedd9d5ad3cc776fd61457050bcd54cac4c5ea66
Frontend: Switch -header-include-file output to use unbuffered raw_ostreams with
the atomic writes option, since the intent is that this option be set for an
entire build, which may have any number of compiler instances writing to the
same output file.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124772 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticFrontendKinds.td
lib/Frontend/HeaderIncludeGen.cpp