From d99bd55a5e092774214ba31fc5a871bfc31e711c Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 23 Dec 2010 19:38:26 +0000 Subject: Chris Lattner has strong opinions about directory layout. :) Rename the 'EntoSA' directories to 'StaticAnalyzer'. Internally we will still use the 'ento' namespace for the analyzer engine (unless there are further sabre rattlings...). llvm-svn: 122514 --- clang/examples/PrintFunctionNames/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/examples/PrintFunctionNames') diff --git a/clang/examples/PrintFunctionNames/CMakeLists.txt b/clang/examples/PrintFunctionNames/CMakeLists.txt index ee451877c6c..edfbcb5ce17 100644 --- a/clang/examples/PrintFunctionNames/CMakeLists.txt +++ b/clang/examples/PrintFunctionNames/CMakeLists.txt @@ -10,8 +10,8 @@ set( LLVM_USED_LIBS clangCodeGen clangParse clangSema - clangEntoCheckers - clangEntoCore + clangStaticAnalyzerCheckers + clangStaticAnalyzerCore clangAnalysis clangIndex clangRewrite -- cgit v1.2.3