Add 'remark' diagnostic type in LLVM
authorTobias Grosser <tobias@grosser.es>
Fri, 28 Feb 2014 09:08:45 +0000 (09:08 +0000)
committerTobias Grosser <tobias@grosser.es>
Fri, 28 Feb 2014 09:08:45 +0000 (09:08 +0000)
commit72c42d93416b9aac1750389a862d569948612c53
tree620cc611df5afff4a8e429757c3af81c40e1f412
parent6e2a50ea0a774465c768e6e465c3c30358df6331
Add 'remark' diagnostic type in LLVM

A 'remark' is information that is not an error or a warning, but rather some
additional information provided to the user. In contrast to a 'note' a 'remark'
is an independent diagnostic, whereas a 'note' always depends on another
diagnostic.

A typical use case for remark nodes is information provided to the user, e.g.
information provided by the vectorizer about loops that have been vectorized.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202474 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/lto.h
include/llvm/IR/DiagnosticInfo.h
lib/IR/LLVMContext.cpp
lib/LTO/LTOCodeGenerator.cpp