diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2013-01-25 17:47:49 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2013-01-25 17:47:49 +0000 |
commit | 909df54cc33153fb9f90c135d032722a19ce809c (patch) | |
tree | 0a8663dce05871aa7bde4b0d3bb487cec684aac1 /include | |
parent | 78c28be6873965cce4026bbebef18c6224b5287d (diff) |
Add space after ';'.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173462 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/clang/Basic/DiagnosticASTKinds.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/DiagnosticASTKinds.td b/include/clang/Basic/DiagnosticASTKinds.td index 08369a589a..9be32af9ec 100644 --- a/include/clang/Basic/DiagnosticASTKinds.td +++ b/include/clang/Basic/DiagnosticASTKinds.td @@ -107,7 +107,7 @@ def note_constexpr_calls_suppressed : Note< "see all)">; def note_constexpr_call_here : Note<"in call to '%0'">; def warn_integer_constant_overflow : Warning< - "overflow in expression;result is %0 with type %1">, + "overflow in expression; result is %0 with type %1">, InGroup<DiagGroup<"integer-overflow">>; // inline asm related. |