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 | 523af827de101ea6cc30e42e54e4067434392695 (patch) | |
tree | e019473325894bbfdd279d61feec39b631b31ab4 /clang/lib/Basic/Diagnostic.cpp | |
parent | 88b71e4121b2e0512c2dd9ef1085448dfd73737d (diff) | |
download | bcm5719-llvm-523af827de101ea6cc30e42e54e4067434392695.tar.gz bcm5719-llvm-523af827de101ea6cc30e42e54e4067434392695.zip |
Documentation cleanup: delete doc comments from source files where they are
broken duplicates of comments that are in the corresponding header files.
llvm-svn: 158550
Diffstat (limited to 'clang/lib/Basic/Diagnostic.cpp')
-rw-r--r-- | clang/lib/Basic/Diagnostic.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/lib/Basic/Diagnostic.cpp b/clang/lib/Basic/Diagnostic.cpp index f7d5d87b367..dbcf74529ca 100644 --- a/clang/lib/Basic/Diagnostic.cpp +++ b/clang/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 && |