[clang-format] ensure clang-format command-line argument sets up the default left...
authormydeveloperday <mydeveloperday@gmail.com>
Fri, 24 Sep 2021 07:11:05 +0000 (08:11 +0100)
committermydeveloperday <mydeveloperday@gmail.com>
Fri, 24 Sep 2021 07:11:53 +0000 (08:11 +0100)
commit87ab958641fa30ed1e5880aaf43b909c552af0dc
tree99a98b4231c181cddb7d23e932f8363ac9a70539
parentcd6893a5a346d1b9c34ba621adad5f881e250695
[clang-format] ensure clang-format command-line argument sets up the default left/right qualifier ordering

When specifying the alignment direction on the command line ensure
we set up the default ordering.

Fix spelling mistakes in the command-line argument

Reviewed By: HazardyKnusperkeks

Differential Revision: https://reviews.llvm.org/D110359
clang/tools/clang-format/ClangFormat.cpp