]> granicus.if.org Git - clang/commitdiff
Move AnalyzerOptions.h to include/clang/StaticAnalyzer.
authorTed Kremenek <kremenek@apple.com>
Thu, 30 Aug 2012 19:26:38 +0000 (19:26 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 30 Aug 2012 19:26:38 +0000 (19:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162928 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Frontend/CompilerInvocation.h
include/clang/StaticAnalyzer/AnalyzerOptions.h [moved from include/clang/Frontend/AnalyzerOptions.h with 94% similarity]
include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp

index d6fe003da0fdf8ab3f73c13234a9e343908165ba..b1b5805dfc4100c2ba972699b13fad71aadad953 100644 (file)
@@ -13,7 +13,7 @@
 #include "clang/Basic/LangOptions.h"
 #include "clang/Basic/TargetOptions.h"
 #include "clang/Basic/FileSystemOptions.h"
-#include "clang/Frontend/AnalyzerOptions.h"
+#include "clang/StaticAnalyzer/AnalyzerOptions.h"
 #include "clang/Frontend/MigratorOptions.h"
 #include "clang/Frontend/CodeGenOptions.h"
 #include "clang/Frontend/DependencyOutputOptions.h"
similarity index 94%
rename from include/clang/Frontend/AnalyzerOptions.h
rename to include/clang/StaticAnalyzer/AnalyzerOptions.h
index 052a8706c66023c18159d50d34449aabad24e81b..972887edeaabbdaa776378133b279e8c2e93d76c 100644 (file)
@@ -7,13 +7,13 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This header contains the structures necessary for a front-end to specify
-// various analyses.
+// This header defines various options for the static analyzer that are set
+// by the frontend and are consulted throughout the analyzer.
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_CLANG_FRONTEND_ANALYZEROPTIONS_H
-#define LLVM_CLANG_FRONTEND_ANALYZEROPTIONS_H
+#ifndef LLVM_CLANG_ANALYZEROPTIONS_H
+#define LLVM_CLANG_ANALYZEROPTIONS_H
 
 #include <string>
 #include <vector>
index 24218be99dc2ed5103c55d5a113cc55d8c9a0856..ab569a869a76a4898cc1779b5dcb268453955cc5 100644 (file)
@@ -16,7 +16,7 @@
 #define LLVM_CLANG_GR_ANALYSISMANAGER_H
 
 #include "clang/Analysis/AnalysisContext.h"
-#include "clang/Frontend/AnalyzerOptions.h"
+#include "clang/StaticAnalyzer/AnalyzerOptions.h"
 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
 #include "clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h"
index 814f5b4cf20f756f1b5ec61449914735b04a0156..0be0afa388e5d89a8a8eb77047c240629f4e4896 100644 (file)
@@ -34,7 +34,7 @@
 
 #include "clang/Basic/FileManager.h"
 #include "clang/Basic/SourceManager.h"
-#include "clang/Frontend/AnalyzerOptions.h"
+#include "clang/StaticAnalyzer/AnalyzerOptions.h"
 #include "clang/Lex/Preprocessor.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/Path.h"
index 0229aed6bdaa4a6bc2279d752f8fe4a9186bf123..862fd59bb2eabc5abc20bd3c2f32097f6726bba3 100644 (file)
@@ -17,7 +17,7 @@
 #include "clang/StaticAnalyzer/Core/CheckerManager.h"
 #include "clang/StaticAnalyzer/Core/CheckerOptInfo.h"
 #include "clang/StaticAnalyzer/Core/CheckerRegistry.h"
-#include "clang/Frontend/AnalyzerOptions.h"
+#include "clang/StaticAnalyzer/AnalyzerOptions.h"
 #include "clang/Frontend/FrontendDiagnostic.h"
 #include "clang/Basic/Diagnostic.h"
 #include "llvm/Support/DynamicLibrary.h"