[all-commits] [llvm/llvm-project] 3466ce: Add a test to cover structural match for recursive...

Bruno Cardoso Lopes via All-commits all-commits at lists.llvm.org
Thu Nov 14 18:34:30 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3466cebe94ba461b296bb1314e76118cc2823dfb
      https://github.com/llvm/llvm-project/commit/3466cebe94ba461b296bb1314e76118cc2823dfb
  Author: Bruno Cardoso Lopes <bruno.cardoso at gmail.com>
  Date:   2019-11-14 (Thu, 14 Nov 2019)

  Changed paths:
    A clang/test/Modules/Inputs/rec-types/a.h
    A clang/test/Modules/Inputs/rec-types/b.h
    A clang/test/Modules/Inputs/rec-types/c.h
    A clang/test/Modules/Inputs/rec-types/module.modulemap
    A clang/test/Modules/structural-equivalent-recursive-types.c

  Log Message:
  -----------
  Add a test to cover structural match for recursive data types

This didn't use to work prior to r370639, now that this is supported
add a testcase to prevent regressions.

rdar://problem/53602368




More information about the All-commits mailing list