[PATCH] D50138: [clang-format] Add @private to the list of jsdoc annotations
Krasimir Georgiev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 1 04:48:31 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL338519: [clang-format] Add @private to the list of jsdoc annotations (authored by krasimir, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.llvm.org/D50138
Files:
cfe/trunk/lib/Format/BreakableToken.cpp
Index: cfe/trunk/lib/Format/BreakableToken.cpp
===================================================================
--- cfe/trunk/lib/Format/BreakableToken.cpp
+++ cfe/trunk/lib/Format/BreakableToken.cpp
@@ -514,7 +514,7 @@
const llvm::StringSet<>
BreakableBlockComment::ContentIndentingJavadocAnnotations = {
"@param", "@return", "@returns", "@throws", "@type", "@template",
- "@see", "@deprecated", "@define", "@exports", "@mods",
+ "@see", "@deprecated", "@define", "@exports", "@mods", "@private",
};
unsigned BreakableBlockComment::getContentIndent(unsigned LineIndex) const {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50138.158504.patch
Type: text/x-patch
Size: 625 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180801/716f7f10/attachment.bin>
More information about the cfe-commits
mailing list