[all-commits] [llvm/llvm-project] c1e17c: ExtractAPI: Use %clang_cc1 and -verify in enum.c

Duncan P. N. Exon Smith via All-commits all-commits at lists.llvm.org
Tue May 3 12:20:44 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c1e17c7dfedd27b95c8c2fba2b6473c7348f0e77
      https://github.com/llvm/llvm-project/commit/c1e17c7dfedd27b95c8c2fba2b6473c7348f0e77
  Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
  Date:   2022-05-03 (Tue, 03 May 2022)

  Changed paths:
    M clang/test/ExtractAPI/enum.c

  Log Message:
  -----------
  ExtractAPI: Use %clang_cc1 and -verify in enum.c

Fix one test (enum.c) in ExtractAPI to use %clang_cc1 and -verify
instead of calling the full driver and FileCheck. This is an example for
my comment from https://reviews.llvm.org/D121873.

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




More information about the All-commits mailing list