[all-commits] [llvm/llvm-project] 4f7086: [clang-format] Fix misannotation of && before noex...

Björn Schäpers via All-commits all-commits at lists.llvm.org
Thu Sep 7 03:44:41 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4f7086ce33fccd046dbd265debaf658d3dbf2e7c
      https://github.com/llvm/llvm-project/commit/4f7086ce33fccd046dbd265debaf658d3dbf2e7c
  Author: Björn Schäpers <bjoern at hazardy.de>
  Date:   2023-09-07 (Thu, 07 Sep 2023)

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

  Log Message:
  -----------
  [clang-format] Fix misannotation of && before noexcept (#65526)

When we are in an expression, it has to be a binary operator and not
pointer or reference.




More information about the All-commits mailing list