diff options
author | James Dennett <jdennett@google.com> | 2012-06-15 21:30:06 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-15 21:30:06 +0000 |
commit | d3e8eda9a685e95c29ccea52977c0e32a422e563 (patch) | |
tree | b71a6c25a434453f67f8da66f672ba0614209f06 /lib/Basic/Diagnostic.cpp | |
parent | 7285a06a0655ed93e313305182f67edb73890247 (diff) |
Documentation cleanup: delete doc comments from source files where they are
broken duplicates of comments that are in the corresponding header files.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158550 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Basic/Diagnostic.cpp')
-rw-r--r-- | lib/Basic/Diagnostic.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Basic/Diagnostic.cpp b/lib/Basic/Diagnostic.cpp index f7d5d87b36..dbcf74529c 100644 --- a/lib/Basic/Diagnostic.cpp +++ b/lib/Basic/Diagnostic.cpp @@ -155,12 +155,6 @@ DiagnosticsEngine::GetDiagStatePointForLoc(SourceLocation L) const { return Pos; } -/// \brief This allows the client to specify that certain -/// warnings are ignored. Notes can never be mapped, errors can only be -/// mapped to fatal, and WARNINGs and EXTENSIONs can be mapped arbitrarily. -/// -/// \param The source location that this change of diagnostic state should -/// take affect. It can be null if we are setting the latest state. void DiagnosticsEngine::setDiagnosticMapping(diag::kind Diag, diag::Mapping Map, SourceLocation L) { assert(Diag < diag::DIAG_UPPER_LIMIT && |