See bug report https://bugs.llvm.org/show_bug.cgi?id=38525 for more details.
Details
Details
- Reviewers
djasper klimek krasimir sammccall - Commits
- rG4636debc271f: [clang-format] fix PR38525 - Extraneous continuation indent spaces with…
rL340623: [clang-format] fix PR38525 - Extraneous continuation indent spaces with…
rC340623: [clang-format] fix PR38525 - Extraneous continuation indent spaces with…
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
Please create the diffs with full context (git diff -U 9999999) and add an test-case.
Comment Actions
The patch seems not to be in the correct path (the lib/Format thing is missing). Could you check that again? If you plan to add more patches you could also have a look at arc which handles all of that for you :)
Comment Actions
@JonasToth Yes, please. Also https://reviews.llvm.org/D50697 :)
Thanks again for getting me started!