[all-commits] [llvm/llvm-project] e78219: [clang][IFS][test][NFC] Tightening up clang-ifs te...

Puyan Lotfi via All-commits all-commits at lists.llvm.org
Wed Nov 13 23:25:52 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e782192d5e6540b0cbb957a6b738d98e24c88ee3
      https://github.com/llvm/llvm-project/commit/e782192d5e6540b0cbb957a6b738d98e24c88ee3
  Author: Puyan Lotfi <puyan at puyan.org>
  Date:   2019-11-14 (Thu, 14 Nov 2019)

  Changed paths:
    M clang/test/InterfaceStubs/class-template-partial-specialization.cpp
    M clang/test/InterfaceStubs/class-template-specialization.cpp
    M clang/test/InterfaceStubs/cxx-conversion.cpp
    M clang/test/InterfaceStubs/driver-test.c
    M clang/test/InterfaceStubs/externstatic.c
    M clang/test/InterfaceStubs/function-template-specialization.cpp
    M clang/test/InterfaceStubs/hidden-class-inheritance.cpp
    M clang/test/InterfaceStubs/indirect-field-decl.cpp
    M clang/test/InterfaceStubs/inline.c
    M clang/test/InterfaceStubs/namespace.cpp
    M clang/test/InterfaceStubs/non-type-template-parm-decl.cpp
    M clang/test/InterfaceStubs/object.c
    M clang/test/InterfaceStubs/template-constexpr.cpp
    M clang/test/InterfaceStubs/template-namespace-function.cpp
    M clang/test/InterfaceStubs/template-template-parm-decl.cpp
    M clang/test/InterfaceStubs/trycatch.cpp
    M clang/test/InterfaceStubs/usings.cpp
    M clang/test/InterfaceStubs/var-template-specialization-decl.cpp
    M clang/test/InterfaceStubs/virtual.cpp
    M clang/test/InterfaceStubs/visibility.cpp
    M clang/test/InterfaceStubs/weak.cpp
    M clang/test/InterfaceStubs/windows.cpp

  Log Message:
  -----------
  [clang][IFS][test][NFC] Tightening up clang-ifs tests to use -cc1 more often.

Unless the test is explicitly testing a driver feature if clang
interface stubs I have changed the tests to use %clang_cc1. This should
make some changes I plan to make to the driver job pipeline cause fewer
test changes and breakages.




More information about the All-commits mailing list