[all-commits] [llvm/llvm-project] 6a0484: [clang-format] [PR46159] Linux kernel 'C' code use...

MyDeveloperDay via All-commits all-commits at lists.llvm.org
Wed Jun 3 12:47:48 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6a0484f04b628870fb7cd0757a72d73294ff5346
      https://github.com/llvm/llvm-project/commit/6a0484f04b628870fb7cd0757a72d73294ff5346
  Author: mydeveloperday <mydeveloperday at gmail.com>
  Date:   2020-06-03 (Wed, 03 Jun 2020)

  Changed paths:
    M clang/lib/Format/FormatTokenLexer.cpp
    M clang/lib/Format/FormatTokenLexer.h
    M clang/unittests/Format/FormatTest.cpp

  Log Message:
  -----------
  [clang-format] [PR46159] Linux kernel 'C' code uses 'try' as a variable name, allow clang-format to handle such cases

Reviewed By: curdeius

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


  Commit: 6de794e2074b8d0ceb6215f808fb788555fc683d
      https://github.com/llvm/llvm-project/commit/6de794e2074b8d0ceb6215f808fb788555fc683d
  Author: mydeveloperday <mydeveloperday at gmail.com>
  Date:   2020-06-03 (Wed, 03 Jun 2020)

  Changed paths:
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/unittests/Format/FormatTest.cpp

  Log Message:
  -----------
  [clang-format] [PR46157] Wrong spacing of negative literals with use of operator

Summary:
see https://bugs.llvm.org/show_bug.cgi?id=46157

Reviewed By: curdeius

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


Compare: https://github.com/llvm/llvm-project/compare/3a1b07506c1f...6de794e2074b


More information about the All-commits mailing list