summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticAnalysis.h
Commit message (Collapse)AuthorAgeFilesLines
* Move diagnostic enums into Basic.Richard Trieu2018-12-081-0/+29
| | | | | | | | | | Move enums from */*Diagnostic.h to Basic/Diagnostic*.h. Basic/AllDiagnostics.h needs all the enums and moving the sources to Basic prevents a Basic->*->Basic dependency loop. This also allows each Basic/Diagnostics*Kinds.td to have a header at Basic/Diagnostic*.h (except for Common). The old headers are kept in place since other packages are still using them. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348685 91177308-0d34-0410-b5e6-96231b3b80d8
* move library-specific diagnostic headers into library private dirs. ReduceChris Lattner2009-01-291-27/+0
| | | | | | | redundant #includes. Patch by Anders Johnsen! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63271 91177308-0d34-0410-b5e6-96231b3b80d8
* add some basic file headersChris Lattner2009-01-281-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63188 91177308-0d34-0410-b5e6-96231b3b80d8
* add new headersChris Lattner2009-01-271-0/+18
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63113 91177308-0d34-0410-b5e6-96231b3b80d8