[all-commits] [llvm/llvm-project] fa42b7: [clang-tools-extra] Disable -Wsuggest-override for...

kepler-5 via All-commits all-commits at lists.llvm.org
Tue Jul 21 09:13:31 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fa42b7cf2949802ff0b8a63a2e111a2a68711067
      https://github.com/llvm/llvm-project/commit/fa42b7cf2949802ff0b8a63a2e111a2a68711067
  Author: Logan Smith <logan.r.smith0 at gmail.com>
  Date:   2020-07-21 (Tue, 21 Jul 2020)

  Changed paths:
    M clang-tools-extra/unittests/CMakeLists.txt

  Log Message:
  -----------
  [clang-tools-extra] Disable -Wsuggest-override for unittests/

This avoids massive warning spam due to the unit tests' use of gtest and gmock, which do not use the 'override' keyword in their sources.

Differential Revision: https://reviews.llvm.org/D84213




More information about the All-commits mailing list