projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dce65b
)
Make err_module_expected_semi consistent with all the other expected_semi diags.
author
Nico Weber
<nicolasweber@gmx.de>
Sat, 24 Nov 2012 03:20:20 +0000
(
03:20
+0000)
committer
Nico Weber
<nicolasweber@gmx.de>
Sat, 24 Nov 2012 03:20:20 +0000
(
03:20
+0000)
llvm-svn: 168535
clang/include/clang/Basic/DiagnosticParseKinds.td
patch
|
blob
|
history
diff --git
a/clang/include/clang/Basic/DiagnosticParseKinds.td
b/clang/include/clang/Basic/DiagnosticParseKinds.td
index
e1163cd
..
f218bb7
100644
(file)
--- a/
clang/include/clang/Basic/DiagnosticParseKinds.td
+++ b/
clang/include/clang/Basic/DiagnosticParseKinds.td
@@
-768,7
+768,7
@@
let CategoryName = "Modules Issue" in {
def err_module_expected_ident : Error<
"expected a module name after module import">;
def err_module_expected_semi : Error<
- "expected
a semicolon name
after module name">;
+ "expected
';'
after module name">;
}
} // end of Parser diagnostics