summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/CMakeLists.txt
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-02-08 21:18:48 +0000
committerDouglas Gregor <dgregor@apple.com>2012-02-08 21:18:48 +0000
commit03dd13cfb6c1df23ee857f6d477052db441703e7 (patch)
treed0ee47effd4d76cb05665de55d634e05fa30b4a0 /clang/lib/Sema/CMakeLists.txt
parentc70fe353ea52a1dbf13d0b7266e445b3fa1fda66 (diff)
downloadbcm5719-llvm-03dd13cfb6c1df23ee857f6d477052db441703e7.tar.gz
bcm5719-llvm-03dd13cfb6c1df23ee857f6d477052db441703e7.zip
Factor C++11 lambda expressions implementation into a separate
file. No functionality change. llvm-svn: 150089
Diffstat (limited to 'clang/lib/Sema/CMakeLists.txt')
-rw-r--r--clang/lib/Sema/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Sema/CMakeLists.txt b/clang/lib/Sema/CMakeLists.txt
index ae878b06494..dece5bd9981 100644
--- a/clang/lib/Sema/CMakeLists.txt
+++ b/clang/lib/Sema/CMakeLists.txt
@@ -29,6 +29,7 @@ add_clang_library(clangSema
SemaExprObjC.cpp
SemaFixItUtils.cpp
SemaInit.cpp
+ SemaLambda.cpp
SemaLookup.cpp
SemaObjCProperty.cpp
SemaOverload.cpp
OpenPOWER on IntegriCloud