summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clang-tidy/ObjCModuleTest.cpp
blob: c50480a65fcea62e529e097daeeeb9b27d0d1b2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//===---- ObjCModuleTest.cpp - clang-tidy ---------------------------------===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

#include "ClangTidyTest.h"
#include "gtest/gtest.h"

namespace clang {
namespace tidy {
namespace test {

// TODO(D39142) Add unit tests for the ObjC module here once a check lands.

} // namespace test
} // namespace tidy
} // namespace clang
OpenPOWER on IntegriCloud