summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Warnings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* DiagnosticIDs: use diagnostic severities to simplify extension handlingAlp Toker2014-06-221-3/+3
| | | | llvm-svn: 211479
* DiagnosticsEngine: update severity setters to new terminologyAlp Toker2014-06-121-2/+2
| | | | llvm-svn: 210764
* Complete the switch from mappings to declarative diagnostic severitiesAlp Toker2014-06-121-2/+2
| | | | | | | | | This begins to address cognitive dissonance caused by treating the Note diagnostic level as a severity in the diagnostic engine. No change in functionality. llvm-svn: 210758
* Improve diagnostic mapping terminologyAlp Toker2014-06-101-3/+4
| | | | | | | | | | | | Diagnostic mappings are used to calculate the final severity of diagnostic instances. Detangle the implementation to reflect the terminology used in documentation and bindings. No change in functionality. llvm-svn: 210518
* Reapply r207477 and r207479 without cyclic dependencyBen Langmuir2014-04-291-0/+200
Fixed by moving ProcessWarningOptions from Frontend into Basic. All of the dependencies for ProcessWarningOptions were already in Basic, so this was a small change. llvm-svn: 207549
OpenPOWER on IntegriCloud