Skip to content
  • Chris Lattner's avatar
    Split the DiagnosticInfo class into two disjoint classes: · 427c9c17
    Chris Lattner authored
    one for building up the diagnostic that is in flight (DiagnosticBuilder)
    and one for pulling structured information out of the diagnostic when
    formatting and presenting it.
    
    There is no functionality change with this patch.
    
    llvm-svn: 59849
    427c9c17
Loading