summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/BreakableToken.cpp
diff options
context:
space:
mode:
authorKrasimir Georgiev <krasimir@google.com>2018-08-01 11:48:04 +0000
committerKrasimir Georgiev <krasimir@google.com>2018-08-01 11:48:04 +0000
commit186478d8e24064658c6e21e89b36280dd9b9712a (patch)
tree3b2af6abd03987f62d9e76e12c6775a6f0d07cf8 /clang/lib/Format/BreakableToken.cpp
parent880167897916964e0e4380ad63a1102833a8a590 (diff)
downloadbcm5719-llvm-186478d8e24064658c6e21e89b36280dd9b9712a.tar.gz
bcm5719-llvm-186478d8e24064658c6e21e89b36280dd9b9712a.zip
[clang-format] Add @private to the list of jsdoc annotations
Reviewers: mprobst Reviewed By: mprobst Subscribers: acoomans, cfe-commits Differential Revision: https://reviews.llvm.org/D50138 llvm-svn: 338519
Diffstat (limited to 'clang/lib/Format/BreakableToken.cpp')
-rw-r--r--clang/lib/Format/BreakableToken.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Format/BreakableToken.cpp b/clang/lib/Format/BreakableToken.cpp
index 4e05eb3f220..fc2f891e085 100644
--- a/clang/lib/Format/BreakableToken.cpp
+++ b/clang/lib/Format/BreakableToken.cpp
@@ -514,7 +514,7 @@ unsigned BreakableBlockComment::getContentStartColumn(unsigned LineIndex,
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 {
OpenPOWER on IntegriCloud