diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2013-07-23 16:18:53 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2013-07-23 16:18:53 +0000 |
| commit | 43295c02f1df12f53939718722881291a351d228 (patch) | |
| tree | 381f9f8480ca5ac42f883ea9cb4fc855547fec64 | |
| parent | 7491a160311b10bd073b65233787b932f9d79675 (diff) | |
| download | bcm5719-llvm-43295c02f1df12f53939718722881291a351d228.tar.gz bcm5719-llvm-43295c02f1df12f53939718722881291a351d228.zip | |
Remove unused diagnostics.
llvm-svn: 186955
| -rw-r--r-- | clang/include/clang/Basic/DiagnosticParseKinds.td | 4 | ||||
| -rw-r--r-- | clang/include/clang/Basic/DiagnosticSemaKinds.td | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/clang/include/clang/Basic/DiagnosticParseKinds.td b/clang/include/clang/Basic/DiagnosticParseKinds.td index b99b0373ca8..3cda5b364c2 100644 --- a/clang/include/clang/Basic/DiagnosticParseKinds.td +++ b/clang/include/clang/Basic/DiagnosticParseKinds.td @@ -837,12 +837,8 @@ def err_omp_unknown_directive : Error < "expected an OpenMP directive">; def err_omp_unexpected_directive : Error < "unexpected OpenMP directive '#pragma omp %0'">; -def err_omp_expected_var : Error < - "expected '#pragma omp %0' argument to be a variable name">; def err_omp_expected_punc : Error < "expected ',' or ')' in %select{'#pragma omp %1'|'%1' clause}0">; -def err_omp_unknown_clause : Error < - "expected OpenMP clause for directive '#pragma omp %0' or end of directive">; def err_omp_unexpected_clause : Error < "unexpected OpenMP clause '%0' in directive '#pragma omp %1'">; def err_omp_more_one_clause : Error < diff --git a/clang/include/clang/Basic/DiagnosticSemaKinds.td b/clang/include/clang/Basic/DiagnosticSemaKinds.td index 2e4917e9385..976457d6f7f 100644 --- a/clang/include/clang/Basic/DiagnosticSemaKinds.td +++ b/clang/include/clang/Basic/DiagnosticSemaKinds.td @@ -6494,8 +6494,6 @@ def err_omp_var_thread_local : Error< "variable %0 cannot be threadprivate because it is thread-local">; def err_omp_private_incomplete_type : Error< "a private variable with incomplete type %0">; -def err_omp_directive_nonblock : Error< - "directive '#pragma omp %0' bound to nonblock statement">; def err_omp_unexpected_clause_value : Error < "expected %0 in OpenMP clause '%1'">; def err_omp_expected_var_name : Error < |

