forked from OSchip/llvm-project
Rename file in preparation of properly implementing C-style casts in C++.
llvm-svn: 76318
This commit is contained in:
parent
e644e19671
commit
3a0ae12162
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue