From a55d32d1b8f799bf58c02540983976368c42d895 Mon Sep 17 00:00:00 2001 From: Jordan Rose Date: Fri, 28 Sep 2012 22:21:39 +0000 Subject: Pull ScopeInfo implementation into its own file. The infrastructure for -Warc-repeated-use-of-weak got a little too heavy to leave sitting at the top of Sema.cpp. No functionality change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164856 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Sema/CMakeLists.txt') diff --git a/lib/Sema/CMakeLists.txt b/lib/Sema/CMakeLists.txt index 872ac89672..f554b5ca9b 100644 --- a/lib/Sema/CMakeLists.txt +++ b/lib/Sema/CMakeLists.txt @@ -14,6 +14,7 @@ add_clang_library(clangSema IdentifierResolver.cpp JumpDiagnostics.cpp Scope.cpp + ScopeInfo.cpp Sema.cpp SemaAccess.cpp SemaAttr.cpp -- cgit v1.2.3