From 0a6ce9f4e1429b001b6fb5feabc60d23cc0e5ef8 Mon Sep 17 00:00:00 2001 From: Alexander Kornienko Date: Mon, 2 Mar 2015 12:39:18 +0000 Subject: [clang-tidy] Refactor: Move llvm clang-tidy checks to namespace clang::tidy::llvm clang-tidy checks are organized into modules. This refactoring moves the llvm module checks to clang::tidy::llvm http://reviews.llvm.org/D7995 Patch by Richard Thomson! llvm-svn: 230952 --- clang-tools-extra/unittests/clang-tidy/LLVMModuleTest.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'clang-tools-extra/unittests/clang-tidy') diff --git a/clang-tools-extra/unittests/clang-tidy/LLVMModuleTest.cpp b/clang-tools-extra/unittests/clang-tidy/LLVMModuleTest.cpp index 92f9cc3f8ca..1d7fb24098a 100644 --- a/clang-tools-extra/unittests/clang-tidy/LLVMModuleTest.cpp +++ b/clang-tools-extra/unittests/clang-tidy/LLVMModuleTest.cpp @@ -3,6 +3,8 @@ #include "llvm/IncludeOrderCheck.h" #include "gtest/gtest.h" +using namespace clang::tidy::llvm; + namespace clang { namespace tidy { namespace test { -- cgit v1.2.3