]> granicus.if.org Git - clang/commit
[Remarks] Refactor remark diagnostic emission in a RemarkStreamer
authorFrancis Visoiu Mistrih <francisvm@yahoo.com>
Wed, 6 Mar 2019 14:32:08 +0000 (14:32 +0000)
committerFrancis Visoiu Mistrih <francisvm@yahoo.com>
Wed, 6 Mar 2019 14:32:08 +0000 (14:32 +0000)
commit007c2359d05ddef1fe74c5e94e6a454ef8f415d3
tree324957943da7d25b8c74f053025901a569b49e1d
parent716cfc63707a873390105008830efb6b86ec80f6
[Remarks] Refactor remark diagnostic emission in a RemarkStreamer

This allows us to store more info about where we're emitting the remarks
without cluttering LLVMContext. This is needed for future support for
the remark section.

Differential Revision: https://reviews.llvm.org/D58996

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@355507 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenAction.cpp