Hey, This patch adds the newly created UndefBranchChecker.cpp to the CMake based buildsystem.
-- Best regards, Kovarththanan Rajaratnam
diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index 37852a0..13ce1fc 100644 --- a/lib/Analysis/CMakeLists.txt +++ b/lib/Analysis/CMakeLists.txt @@ -53,6 +53,7 @@ add_clang_library(clangAnalysis SimpleSValuator.cpp Store.cpp SymbolManager.cpp + UndefBranchChecker.cpp UndefinedArgChecker.cpp UndefinedArraySubscriptChecker.cpp UndefinedAssignmentChecker.cpp
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
