[clang-format] BeforeHash added to IndentPPDirectives
authorPaul Hoad <mydeveloperday@gmail.com>
Wed, 20 Mar 2019 20:49:43 +0000 (20:49 +0000)
committerPaul Hoad <mydeveloperday@gmail.com>
Wed, 20 Mar 2019 20:49:43 +0000 (20:49 +0000)
commit701a0d7e47ca48e43a2bbdfbdd31065a9f9552a6
tree81b6b9474ae5f0aa06f45a04643a6e6c0480548b
parent6e66512758d70dd7853719a88e6e824b6344ec9b
[clang-format] BeforeHash added to IndentPPDirectives

Summary:
The option BeforeHash added to IndentPPDirectives.
Fixes Bug 36019. https://bugs.llvm.org/show_bug.cgi?id=36019

Reviewers: djasper, klimek, krasimir, sammccall, mprobst, Nicola, MyDeveloperDay

Reviewed By: klimek, MyDeveloperDay

Subscribers: kadircet, MyDeveloperDay, mnussbaum, geleji, ufna, cfe-commits

Patch by to-mix.

Differential Revision: https://reviews.llvm.org/D52150

llvm-svn: 356613
clang/docs/ClangFormatStyleOptions.rst
clang/docs/ReleaseNotes.rst
clang/include/clang/Format/Format.h
clang/lib/Format/Format.cpp
clang/lib/Format/TokenAnnotator.cpp
clang/lib/Format/UnwrappedLineFormatter.cpp
clang/lib/Format/UnwrappedLineParser.cpp
clang/unittests/Format/FormatTest.cpp