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
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
set(LLVM_NO_RTTI 1)
|
||||
|
||||
set(LLVM_USED_LIBS clangDriver clangFrontend clangRewrite clangCodeGen
|
||||
clangEntoCheckers clangEntoCore)
|
||||
clangStaticAnalyzerCheckers clangStaticAnalyzerCore)
|
||||
|
||||
add_clang_library(clangFrontendTool
|
||||
ExecuteCompilerInvocation.cpp
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "clang/FrontendTool/Utils.h"
|
||||
#include "clang/EntoSA/FrontendActions.h"
|
||||
#include "clang/StaticAnalyzer/FrontendActions.h"
|
||||
#include "clang/CodeGen/CodeGenAction.h"
|
||||
#include "clang/Driver/CC1Options.h"
|
||||
#include "clang/Driver/OptTable.h"
|
||||
|
||||
Reference in New Issue
Block a user