aboutsummaryrefslogtreecommitdiff
path: root/docs/LanguageExtensions.html
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-05-03 20:10:41 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-05-03 20:10:41 +0000
commitfff4a44caa5d86a2139b099442d2863f40a716f8 (patch)
tree2a6a6ae6540f3098e08f85c17c1ec898d74637c6 /docs/LanguageExtensions.html
parent207653c37dbe6976c8d16bc0816c7d1faaee51de (diff)
Fix typo and avoid layout issue with almost-but-not-quite-fixed-width fonts.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156095 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LanguageExtensions.html')
-rw-r--r--docs/LanguageExtensions.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html
index 1d57007897..b8e24e35f8 100644
--- a/docs/LanguageExtensions.html
+++ b/docs/LanguageExtensions.html
@@ -1544,8 +1544,7 @@ case 55: // no warning
}
case 66: // no warning
p();
- <b>[[clang::fallthrough]];</b> // warning: fallthrough annotation does not directly
- // preceed case label
+ <b>[[clang::fallthrough]];</b> // warning: fallthrough annotation does not directly precede case label
q();
case 77: // warning: unannotated fall-through
r();