[all-commits] [llvm/llvm-project] 5891a8: [clang] Remove extra '; ' in MultiplexExternalSemaS...

Jie Fu (傅杰) via All-commits all-commits at lists.llvm.org
Wed Nov 29 23:54:43 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5891a8f7ce0a7b866a5bc06c34092fbdb28dda1c
      https://github.com/llvm/llvm-project/commit/5891a8f7ce0a7b866a5bc06c34092fbdb28dda1c
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2023-11-30 (Thu, 30 Nov 2023)

  Changed paths:
    M clang/lib/Sema/MultiplexExternalSemaSource.cpp

  Log Message:
  -----------
  [clang] Remove extra ';' in MultiplexExternalSemaSource.cpp (NFC)

/llvm-project/clang/lib/Sema/MultiplexExternalSemaSource.cpp:317:2:
error: extra ';' outside of a function is incompatible with C++98 [-Werror,-Wc++98-compat-extra-semi]
};
 ^
1 error generated.




More information about the All-commits mailing list