diff options
Diffstat (limited to 'include/clang/StaticAnalyzer/Core/AnalyzerOptions.h')
-rw-r--r-- | include/clang/StaticAnalyzer/Core/AnalyzerOptions.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h b/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h index 24f33bcda1..25b2f71386 100644 --- a/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h +++ b/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h @@ -210,6 +210,10 @@ private: int getOptionAsInteger(StringRef Name, int DefaultVal); public: + AnalysisIPAMode getIPAMode() const { + return IPAMode; + } + /// Returns the option controlling which C++ member functions will be /// considered for inlining. /// |