[cfe-commits] r157120 - /cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td
Dmitri Gribenko
gribozavr at gmail.com
Sat May 19 10:20:59 PDT 2012
Author: gribozavr
Date: Sat May 19 12:20:59 2012
New Revision: 157120
URL: http://llvm.org/viewvc/llvm-project?rev=157120&view=rev
Log:
Missing line break.
Modified:
cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td
Modified: cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td?rev=157120&r1=157119&r2=157120&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td Sat May 19 12:20:59 2012
@@ -651,7 +651,8 @@
"%0 is not an availability stage; use 'introduced', 'deprecated', or "
"'obsoleted'">;
def err_availability_redundant : Error<
- "redundant %0 availability change; only the last specified change will " "be used">;
+ "redundant %0 availability change; only the last specified change will "
+ "be used">;
def warn_availability_and_unavailable : Warning<
"'unavailable' availability overrides all other availability information">,
InGroup<Availability>;
More information about the cfe-commits
mailing list