Skip to content
  • Tobias Grosser's avatar
    Add 'remark' diagnostic type in LLVM · e8d4c9a2
    Tobias Grosser authored
    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.
    
    llvm-svn: 202474
    e8d4c9a2
Loading