diff options
| author | Alexander Kornienko <alexfh@google.com> | 2018-06-27 14:56:12 +0000 |
|---|---|---|
| committer | Alexander Kornienko <alexfh@google.com> | 2018-06-27 14:56:12 +0000 |
| commit | d00ed8e2c20014044e42fb7b9380dc9e297cd66f (patch) | |
| tree | 8e90ce7b57988384c31b9b20fdf07f3acce3c63c /clang/unittests/StaticAnalyzer/AnalyzerOptionsTest.cpp | |
| parent | afc62b7032848e8dfbd30eb2323c7e7d57f981e4 (diff) | |
| download | bcm5719-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.cpp | 2 |
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 // |

