| commit | fffcf21cf2cff320ca94d5d6b073941793b3321f | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Thu Sep 29 01:52:06 2011 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Thu Sep 29 01:52:06 2011 +0000 |
| tree | 1ef2387a84d0e44e5dc7beb85996ccca083027a4 | |
| parent | 463b05a2d0fd363ba58ac384c007a41d31479153 [diff] |
Basic/Diagnostics: Add three explicit bits to DiagnosticMappingInfo to track "no-warning-as-error", "no-error-as-fatal", and "show-in-system-header", and update DiagnosticsEngine::setDiagnosticGroup{WarningAsError,ErrorAsFatal} and GetDefaultDiagMappingInfo to set them appropriately.
- No actual functionality change for now, we still also use the diag::Mapping::{MAP_WARNING_NO_ERROR,MAP_ERROR_NO_FATAL,MAP_WARNING_SHOW_IN_SYSTEM_HEADER} for a little while longer.
llvm-svn: 140768