From: Sebastian Redl Date: Sat, 18 Jul 2009 15:08:18 +0000 (+0000) Subject: Rename file in preparation of properly implementing C-style casts in C++. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6cbb28d645e466142c31c65d8e0db333df08f334;p=clang Rename file in preparation of properly implementing C-style casts in C++. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76318 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/CMakeLists.txt b/lib/Sema/CMakeLists.txt index 119bf58499..54a6dd549d 100644 --- a/lib/Sema/CMakeLists.txt +++ b/lib/Sema/CMakeLists.txt @@ -7,6 +7,7 @@ add_clang_library(clangSema Sema.cpp SemaAccess.cpp SemaAttr.cpp + SemaCXXCast.cpp SemaCXXScopeSpec.cpp SemaChecking.cpp SemaDecl.cpp @@ -19,7 +20,6 @@ add_clang_library(clangSema SemaInherit.cpp SemaInit.cpp SemaLookup.cpp - SemaNamedCast.cpp SemaOverload.cpp SemaStmt.cpp SemaTemplate.cpp diff --git a/lib/Sema/SemaNamedCast.cpp b/lib/Sema/SemaCXXCast.cpp similarity index 100% rename from lib/Sema/SemaNamedCast.cpp rename to lib/Sema/SemaCXXCast.cpp