summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/warn-documentation.cpp
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2013-06-21 23:49:29 +0000
committerFariborz Jahanian <fjahanian@apple.com>2013-06-21 23:49:29 +0000
commitfb6f6f61ca7b771d43139173650654721acf2393 (patch)
treed886c85d11922b23372d287c4abcfdbd42472e9b /clang/test/Sema/warn-documentation.cpp
parentf51f7186f6ad3200ec0033b52902c4a6a043ed0b (diff)
downloadbcm5719-llvm-fb6f6f61ca7b771d43139173650654721acf2393.tar.gz
bcm5719-llvm-fb6f6f61ca7b771d43139173650654721acf2393.zip
[document parsing]: Allow multiple adjacent \return and the like
commands. Render them properly in XML output. // rdar://14207725 llvm-svn: 184610
Diffstat (limited to 'clang/test/Sema/warn-documentation.cpp')
-rw-r--r--clang/test/Sema/warn-documentation.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/test/Sema/warn-documentation.cpp b/clang/test/Sema/warn-documentation.cpp
index 1306ac991fc..27a13ab97c6 100644
--- a/clang/test/Sema/warn-documentation.cpp
+++ b/clang/test/Sema/warn-documentation.cpp
@@ -136,7 +136,6 @@ int test_duplicate_brief2(int);
int test_duplicate_brief3(int);
-// expected-warning@+5 {{duplicated command '\return'}} expected-note@+1 {{previous command '\return' here}}
/// \return Aaa
///
/// Bbb
@@ -144,7 +143,6 @@ int test_duplicate_brief3(int);
/// \return Ccc
int test_duplicate_returns1(int);
-// expected-warning@+5 {{duplicated command '\returns'}} expected-note@+1 {{previous command '\returns' here}}
/// \returns Aaa
///
/// Bbb
@@ -152,7 +150,6 @@ int test_duplicate_returns1(int);
/// \returns Ccc
int test_duplicate_returns2(int);
-// expected-warning@+5 {{duplicated command '\result'}} expected-note@+1 {{previous command '\result' here}}
/// \result Aaa
///
/// Bbb
@@ -160,7 +157,6 @@ int test_duplicate_returns2(int);
/// \result Ccc
int test_duplicate_returns3(int);
-// expected-warning@+5 {{duplicated command '\return'}} expected-note@+1 {{previous command '\returns' (an alias of '\return') here}}
/// \returns Aaa
///
/// Bbb
OpenPOWER on IntegriCloud