[all-commits] [llvm/llvm-project] 04676c: Revert "Enable unnecessary-virtual-specifier by de...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Wed Apr 2 08:59:30 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 04676c61604bc81062581719dadf070ab0b19385
      https://github.com/llvm/llvm-project/commit/04676c61604bc81062581719dadf070ab0b19385
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2025-04-02 (Wed, 02 Apr 2025)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/test/Analysis/Checkers/WebKit/ref-cntbl-crtp-base-no-virtual-dtor.cpp
    M clang/test/CXX/class/p2-0x.cpp
    M clang/test/SemaCXX/MicrosoftExtensions.cpp
    M clang/test/SemaCXX/warn-final-dtor-non-final-class.cpp
    M llvm/cmake/modules/HandleLLVMOptions.cmake

  Log Message:
  -----------
  Revert "Enable unnecessary-virtual-specifier by default" (#134105)

Reverts llvm/llvm-project#133265

This causes the whole libc++ CI to fail, since we're not building
against a compiler built from current trunk. Specifically, the CMake
changes causes some feature detection to fail, resulting in CMake
being unable to configure libc++.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list