]> granicus.if.org Git - clang/commit
Pull ScopeInfo implementation into its own file.
authorJordan Rose <jordan_rose@apple.com>
Fri, 28 Sep 2012 22:21:39 +0000 (22:21 +0000)
committerJordan Rose <jordan_rose@apple.com>
Fri, 28 Sep 2012 22:21:39 +0000 (22:21 +0000)
commita55d32d1b8f799bf58c02540983976368c42d895
tree44d03bcc9c186ee09eb25d5d1965205696d39e7f
parent7a2704800943fbb69207e125d28186278712af36
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
include/clang/Sema/ScopeInfo.h
lib/Sema/CMakeLists.txt
lib/Sema/ScopeInfo.cpp [new file with mode: 0644]
lib/Sema/Sema.cpp