]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
Include raw_ostream.h.
authorRui Ueyama <ruiu@google.com>
Fri, 15 Nov 2013 01:25:34 +0000 (01:25 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 15 Nov 2013 01:25:34 +0000 (01:25 +0000)
commit2b7fef0ad4bfaaf9fd41cda5abda35aab701b598
treece958ff6f88ec625b2607a9bbdf2f9a219d85363
parent19a99df130f5747da950faf4ca5170d71f05594c
Include raw_ostream.h.

Including only Debug.h did not cause a compilation error, but you couldn't
do anything (like writing something with <<) to raw_ostreams returned by
llvm::dbgs() or llvm::errs() without including raw_ostream.h. So including
it from Debug.h should make sense.

Differential Revision: http://llvm-reviews.chandlerc.com/D2183

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194759 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Debug.h