summaryrefslogtreecommitdiff
path: root/source/message.h
AgeCommit message (Expand)AuthorFilesLines
2018-08-03Rewrite include guards (#1793)dan sinclair1-3/+3
2016-09-22Clean up header dependency.Lei Zhang1-1/+1
2016-09-21Use nullptr as the default message consumer to ignore all messages.Lei Zhang1-4/+0
2016-09-21Publish the C++ interface.Lei Zhang1-26/+1
2016-09-21Use C style names for MessageLevel.Lei Zhang1-16/+17
2016-09-21Change to use enum instead of enum class for MessageLevel.Lei Zhang1-9/+11
2016-09-16Add MessageConsumer to PassManager, Pass, and analysis interfaces.Lei Zhang1-0/+12
2016-09-15Add a callback mechanism for communicating messages to callers.Lei Zhang1-0/+47