aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorKrystian Kuzniarek <krystian.kuzniarek@gmail.com>2021-03-01 21:15:04 +0100
committerBjörn Schäpers <bjoern@hazardy.de>2021-03-01 21:28:14 +0100
commit6ca52815fb3cb32343b9a008fdf9f593da39f203 (patch)
tree0338d9accd65876b0efcd58e3dfc2ba759bcbc09 /lldb/unittests/ScriptInterpreter/Python
parent418b4a7b3158b47043c4c8891eb2e27966a55fa2 (diff)
downloadllvm-6ca52815fb3cb32343b9a008fdf9f593da39f203.zip
llvm-6ca52815fb3cb32343b9a008fdf9f593da39f203.tar.gz
llvm-6ca52815fb3cb32343b9a008fdf9f593da39f203.tar.bz2
[clang-format][PR47290] Add ShortNamespaceLines format option
clang-format documentation states that having enabled FixNamespaceComments one may expect below code: c++ namespace a { foo(); } to be turned into: c++ namespace a { foo(); } // namespace a In reality, no "// namespace a" was added. The problem was too high value of kShortNamespaceMaxLines, which is used while deciding whether a namespace is long enough to be formatted. As with 9163fe2, clang-format idempotence is preserved. Differential Revision: https://reviews.llvm.org/D87587
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions