[all-commits] [llvm/llvm-project] 274907: [ASTImporter] Split out Objective-C related unit t...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Tue Mar 23 05:59:19 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 274907c0a4d6dbdc8815f9a37ea2e444bdfee528
      https://github.com/llvm/llvm-project/commit/274907c0a4d6dbdc8815f9a37ea2e444bdfee528
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2021-03-23 (Tue, 23 Mar 2021)

  Changed paths:
    A clang/unittests/AST/ASTImporterObjCTest.cpp
    M clang/unittests/AST/ASTImporterTest.cpp
    M clang/unittests/AST/CMakeLists.txt

  Log Message:
  -----------
  [ASTImporter] Split out Objective-C related unit tests

This moves the two tests we have for importing Objective-C nodes to their own
file. The motivation is that this means I can add more Objective-C tests without
making the compilation time of ASTImporterTest even longer. Also it seems nice
to separate the Apple-specific stuff from the ASTImporter test.

Reviewed By: martong

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




More information about the All-commits mailing list