[all-commits] [llvm/llvm-project] 71b3ea: [clang][dataflow] Remove a redundant trailing semi...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Thu Jan 4 05:01:47 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 71b3ead870107e39e998f6480e545eb01d9d28be
      https://github.com/llvm/llvm-project/commit/71b3ead870107e39e998f6480e545eb01d9d28be
  Author: Martin Storsjö <martin at martin.st>
  Date:   2024-01-04 (Thu, 04 Jan 2024)

  Changed paths:
    M clang/unittests/Analysis/FlowSensitive/TypeErasedDataflowAnalysisTest.cpp

  Log Message:
  -----------
  [clang][dataflow] Remove a redundant trailing semicolon. NFC.

This silences the following warning with GCC:

    llvm-project/llvm/tools/clang/unittests/Analysis/FlowSensitive/TypeErasedDataflowAnalysisTest.cpp:89:4: warning: extra ‘;’ [-Wpedantic]
       89 |   };
          |    ^
          |    -




More information about the All-commits mailing list