[PATCH] D99503: Fixes for bug 41870.

2021-03-29 Thread Max Sagebaum via Phabricator via cfe-commits
Max_S added a comment. This is patch for a bug reported in 2019 https://bugs.llvm.org/show_bug.cgi?id=41870 Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D99503/new/ https://reviews.llvm.org/D99503 ___ c

[PATCH] D99503: Fixes for bug 41870.

2021-03-29 Thread Max Sagebaum via Phabricator via cfe-commits
Max_S created this revision. Max_S requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Checks for newlines in option Style.EmptyLineBeforeAccessModifier are now based on the formatted new lines and not on the new lines in the file. Repository