[all-commits] [llvm/llvm-project] 573322: [clang-format] Correct the AfterControlStatement c...

MyDeveloperDay via All-commits all-commits at lists.llvm.org
Thu Apr 30 03:05:46 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 573322694ad332c1cf3e7b27afe002fd46f561f7
      https://github.com/llvm/llvm-project/commit/573322694ad332c1cf3e7b27afe002fd46f561f7
  Author: mydeveloperday <mydeveloperday at gmail.com>
  Date:   2020-04-30 (Thu, 30 Apr 2020)

  Changed paths:
    M clang/lib/Format/Format.cpp

  Log Message:
  -----------
  [clang-format] Correct the AfterControlStatement configuration option output style

Summary:
Due to the order in which the enum cases were defined the old options which were retained for backwards compatibility were being preferred over the new options when printing with the --dump-config option.

Reviewers: MyDeveloperDay

Reviewed By: MyDeveloperDay

Patch By:  duncan-llvm

Subscribers: cfe-commits

Tags: #clang, #clang-format

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




More information about the All-commits mailing list