r223463 - Fix a warning with generating the attribute documentation; NFC.
Aaron Ballman
aaron at aaronballman.com
Fri Dec 5 06:11:40 PST 2014
Author: aaronballman
Date: Fri Dec 5 08:11:39 2014
New Revision: 223463
URL: http://llvm.org/viewvc/llvm-project?rev=223463&view=rev
Log:
Fix a warning with generating the attribute documentation; NFC.
Modified:
cfe/trunk/include/clang/Basic/AttrDocs.td
Modified: cfe/trunk/include/clang/Basic/AttrDocs.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/AttrDocs.td?rev=223463&r1=223462&r2=223463&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/AttrDocs.td (original)
+++ cfe/trunk/include/clang/Basic/AttrDocs.td Fri Dec 5 08:11:39 2014
@@ -698,7 +698,8 @@ The semantics are as follows:
- 0 implies the default no limit on register usage.
- Ignored on older VLIW subtargets which did not have separate scalar
-and vector registers, R600 through Northern Islands.
+ and vector registers, R600 through Northern Islands.
+
}];
}
More information about the cfe-commits
mailing list