diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:10:56 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:10:56 +0000 | 
| commit | 044eb2f6afba375a914ac9d8024f8f5142bb912e (patch) | |
| tree | 1475247dc9f9fe5be155ebd4c9069c75aadf8c20 /include/llvm/Support/SourceMgr.h | |
| parent | eb70dddbd77e120e5d490bd8fbe7ff3f8fa81c6b (diff) | |
Notes
Diffstat (limited to 'include/llvm/Support/SourceMgr.h')
| -rw-r--r-- | include/llvm/Support/SourceMgr.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/include/llvm/Support/SourceMgr.h b/include/llvm/Support/SourceMgr.h index 399f8dcd76fc..c08bf858760a 100644 --- a/include/llvm/Support/SourceMgr.h +++ b/include/llvm/Support/SourceMgr.h @@ -43,7 +43,8 @@ public:    enum DiagKind {      DK_Error,      DK_Warning, -    DK_Note +    DK_Remark, +    DK_Note,    };    /// Clients that want to handle their own diagnostics in a custom way can | 
