This is a comment-only change to test commit access.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240879
91177308-0d34-0410-b5e6-
96231b3b80d8
alignment of & and \*. ``PointerAlignment`` is then used only as fallback.
**DisableFormat** (``bool``)
- Disables formatting at all.
+ Disables formatting completely.
**ExperimentalAutoDetectBinPacking** (``bool``)
If ``true``, clang-format detects whether function calls and
/// which should not be split into lines or otherwise changed.
std::string CommentPragmas;
- /// \brief Disables formatting at all.
+ /// \brief Disables formatting completely.
bool DisableFormat;
/// \brief A vector of macros that should be interpreted as foreach loops