[PATCH] D75410: Fixed Extern Block Indentation in libFormat

2020-02-29 Thread Marcus Johnson via Phabricator via cfe-commits
MarcusJohnson91 updated this revision to Diff 247457. MarcusJohnson91 added a comment. Clang-Formatted UnwrappedLineParser.cpp CHANGES SINCE LAST ACTION https://reviews.llvm.org/D75410/new/ https://reviews.llvm.org/D75410 Files: clang/lib/Format/UnwrappedLineParser.cpp Index:

[PATCH] D75410: Fixed Extern Block Indentation in libFormat

2020-02-29 Thread Marcus Johnson via Phabricator via cfe-commits
MarcusJohnson91 added a comment. Not sure why it failed to compile, it compiles just fine on my machine... I'm gonna re-pull from master and see if it works. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D75410/new/ https://reviews.llvm.org/D75410

[PATCH] D75410: Fixed Extern Block Indentation in libFormat

2020-02-29 Thread Marcus Johnson via Phabricator via cfe-commits
MarcusJohnson91 created this revision. MarcusJohnson91 added reviewers: clang, clang-tools-extra, clang-format. Herald added a project: clang. Herald added a subscriber: cfe-commits. Not sure what else to say Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D75410 Files: