Commit 71b3ead8 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

[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 |   };
          |    ^
          |    -
parent ca5d34ec
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment