[PATCH] D50138: [clang-format] Add @private to the list of jsdoc annotations

2018-08-01 Thread Krasimir Georgiev via Phabricator via cfe-commits
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

[PATCH] D50138: [clang-format] Add @private to the list of jsdoc annotations

2018-08-01 Thread Krasimir Georgiev via Phabricator via cfe-commits
krasimir created this revision. krasimir added a reviewer: mprobst. Herald added subscribers: cfe-commits, acoomans. Repository: rC Clang https://reviews.llvm.org/D50138 Files: lib/Format/BreakableToken.cpp Index: lib/Format/BreakableToken.cpp ==