[all-commits] [llvm/llvm-project] 2fed3c: [lld] Add .clang-tidy to customize readability-ide...

Fangrui Song via All-commits all-commits at lists.llvm.org
Mon Mar 9 08:27:35 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2fed3ca3b5c5e02b79811de2866a4f6cae443684
      https://github.com/llvm/llvm-project/commit/2fed3ca3b5c5e02b79811de2866a4f6cae443684
  Author: Fangrui Song <maskray at google.com>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    A lld/.clang-tidy

  Log Message:
  -----------
  [lld] Add .clang-tidy to customize readability-identifier-naming.{Member,Parameter,Variable}Case => camelBack

lld/.clang-tidy is almost identical to the top-level .clang-tidy, with the aforementioned customization.

Reviewed By: ruiu

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




More information about the All-commits mailing list