[cfe-commits] r156095 - /cfe/trunk/docs/LanguageExtensions.html
Richard Smith
richard-llvm at metafoo.co.uk
Thu May 3 13:10:42 PDT 2012
Author: rsmith
Date: Thu May 3 15:10:41 2012
New Revision: 156095
URL: http://llvm.org/viewvc/llvm-project?rev=156095&view=rev
Log:
Fix typo and avoid layout issue with almost-but-not-quite-fixed-width fonts.
Modified:
cfe/trunk/docs/LanguageExtensions.html
Modified: cfe/trunk/docs/LanguageExtensions.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.html?rev=156095&r1=156094&r2=156095&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.html (original)
+++ cfe/trunk/docs/LanguageExtensions.html Thu May 3 15:10:41 2012
@@ -1544,8 +1544,7 @@
}
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();
More information about the cfe-commits
mailing list