Skip to content

Commit 3d0d4b8

Browse files
committed
Move template instantiation for expressions into a separate file
llvm-svn: 67660
1 parent c08f489 commit 3d0d4b8

File tree

3 files changed

+417
-401
lines changed

3 files changed

+417
-401
lines changed

clang/lib/Sema/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ add_clang_library(clangSema
2323
SemaTemplate.cpp
2424
SemaTemplateInstantiate.cpp
2525
SemaTemplateInstantiateDecl.cpp
26+
SemaTemplateInstantiateExpr.cpp
2627
SemaType.cpp
2728
)
2829

0 commit comments

Comments
 (0)