| commit | d0e27266d886dbd206202189a1113a98b141d458 | [log] [tgz] |
|---|---|---|
| author | Alex Lorenz <arphaman@gmail.com> | Fri Aug 25 15:48:00 2017 +0000 |
| committer | Alex Lorenz <arphaman@gmail.com> | Fri Aug 25 15:48:00 2017 +0000 |
| tree | fbacf8155987fbf466398b15dc28eb3737bfe129 | |
| parent | fdc203537337761fd741be11d73fcf9806fb20e1 [diff] |
[Basic] Add a DiagnosticError llvm::ErrorInfo subclass Clang's DiagnosticError is an llvm::Error payload that stores a partial diagnostic and its location. I'll be using it in the refactoring engine. Differential Revision: https://reviews.llvm.org/D36969 llvm-svn: 311778