summaryrefslogtreecommitdiffstats
path: root/clang/unittests/StaticAnalyzer/AnalyzerOptionsTest.cpp
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2018-06-27 14:56:12 +0000
committerAlexander Kornienko <alexfh@google.com>2018-06-27 14:56:12 +0000
commitd00ed8e2c20014044e42fb7b9380dc9e297cd66f (patch)
tree8e90ce7b57988384c31b9b20fdf07f3acce3c63c /clang/unittests/StaticAnalyzer/AnalyzerOptionsTest.cpp
parentafc62b7032848e8dfbd30eb2323c7e7d57f981e4 (diff)
downloadbcm5719-llvm-d00ed8e2c20014044e42fb7b9380dc9e297cd66f.tar.gz
bcm5719-llvm-d00ed8e2c20014044e42fb7b9380dc9e297cd66f.zip
[analyzer] Allow registering custom statically-linked analyzer checkers
Summary: Add an extension point to allow registration of statically-linked Clang Static Analyzer checkers that are not a part of the Clang tree. This extension point employs the mechanism used when checkers are registered from dynamically loaded plugins. Reviewers: george.karpenkov, NoQ, xazax.hun, dcoughlin Reviewed By: george.karpenkov Subscribers: mgorny, mikhail.ramalho, rnkovacs, xazax.hun, szepet, a.sidorin, cfe-commits Differential Revision: https://reviews.llvm.org/D45718 llvm-svn: 335740
Diffstat (limited to 'clang/unittests/StaticAnalyzer/AnalyzerOptionsTest.cpp')
-rw-r--r--clang/unittests/StaticAnalyzer/AnalyzerOptionsTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/StaticAnalyzer/AnalyzerOptionsTest.cpp b/clang/unittests/StaticAnalyzer/AnalyzerOptionsTest.cpp
index cd2289d4f28..3d8332554fb 100644
--- a/clang/unittests/StaticAnalyzer/AnalyzerOptionsTest.cpp
+++ b/clang/unittests/StaticAnalyzer/AnalyzerOptionsTest.cpp
@@ -1,4 +1,4 @@
-//===- unittest/Analysis/AnalyzerOptionsTest.cpp - SA Options test --------===//
+//===- unittest/StaticAnalyzer/AnalyzerOptionsTest.cpp - SA Options test --===//
//
// The LLVM Compiler Infrastructure
//
OpenPOWER on IntegriCloud