Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(359)

Side by Side Diff: include/clang/Basic/DiagnosticCommentKinds.td

Issue 184973004: Prep for merging 3.4: Undo changes from 3.3 branch (Closed) Base URL: http://git.chromium.org/native_client/pnacl-clang.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « docs/ReleaseNotes.rst ('k') | include/clang/Basic/DiagnosticGroups.td » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 //==--- DiagnosticCommentKinds.td - diagnostics related to comments -------===// 1 //==--- DiagnosticCommentKinds.td - diagnostics related to comments -------===//
2 // 2 //
3 // The LLVM Compiler Infrastructure 3 // The LLVM Compiler Infrastructure
4 // 4 //
5 // This file is distributed under the University of Illinois Open Source 5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details. 6 // License. See LICENSE.TXT for details.
7 // 7 //
8 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===//
9 9
10 let Component = "Comment" in { 10 let Component = "Comment" in {
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 def note_add_deprecation_attr : Note< 150 def note_add_deprecation_attr : Note<
151 "add a deprecation attribute to the declaration to silence this warning">; 151 "add a deprecation attribute to the declaration to silence this warning">;
152 152
153 // verbatim block commands 153 // verbatim block commands
154 154
155 def warn_verbatim_block_end_without_start : Warning< 155 def warn_verbatim_block_end_without_start : Warning<
156 "'%select{\\|@}0%1' command does not terminate a verbatim text block">, 156 "'%select{\\|@}0%1' command does not terminate a verbatim text block">,
157 InGroup<Documentation>, DefaultIgnore; 157 InGroup<Documentation>, DefaultIgnore;
158 158
159 def warn_unknown_comment_command_name : Warning< 159 def warn_unknown_comment_command_name : Warning<
160 "unknown command tag name">, 160 "unknown command tag name">, InGroup<Documentation>, DefaultIgnore;
161 InGroup<DocumentationUnknownCommand>, DefaultIgnore;
162 161
163 } // end of documentation issue category 162 } // end of documentation issue category
164 } // end of AST component 163 } // end of AST component
OLDNEW
« no previous file with comments | « docs/ReleaseNotes.rst ('k') | include/clang/Basic/DiagnosticGroups.td » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698