[all-commits] [llvm/llvm-project] 7520cf: [clang] Reformat cindex. NFC.

Michael Kruse via All-commits all-commits at lists.llvm.org
Wed Mar 25 09:12:27 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7520cf03eeb8b0ece8a151cee15145aea3049632
      https://github.com/llvm/llvm-project/commit/7520cf03eeb8b0ece8a151cee15145aea3049632
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2020-03-25 (Wed, 25 Mar 2020)

  Changed paths:
    M clang/include/clang-c/Index.h
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CXCursor.cpp
    M clang/tools/libclang/CXCursor.h
    M clang/tools/libclang/CursorVisitor.h

  Log Message:
  -----------
  [clang] Reformat cindex. NFC.

to reduce spurios changes in patches after clang-formatting them. In
particular, these files contain long enums that clang-format reformats
in their entirety if e.g. an element is added.

Reviews having this problem include https://reviews.llvm.org/D76342 and
https://reviews.llvm.org/D71447.




More information about the All-commits mailing list