[all-commits] [llvm/llvm-project] 709fd9: [clang-tidy] fix readability-redundant-member-init...

Alexander Lanin via All-commits all-commits at lists.llvm.org
Wed Feb 19 15:04:11 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 709fd989b644a80527e0f4a22503d54255bc095c
      https://github.com/llvm/llvm-project/commit/709fd989b644a80527e0f4a22503d54255bc095c
  Author: Alexander Lanin <alex at lanin.de>
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-default-member-init.cpp
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Format/UnwrappedLineParser.cpp
    M clang/unittests/Format/CleanupTest.cpp

  Log Message:
  -----------
  [clang-tidy] fix readability-redundant-member-init auto-fix of Function-try-block

Summary: This fixes https://bugs.llvm.org/show_bug.cgi?id=39310

Reviewers: malcolm.parsons, ioeric

Reviewed By: malcolm.parsons

Subscribers: xazax.hun

Tags: #clang-format, #clang-tools-extra

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




More information about the All-commits mailing list