[PATCH] D59464: [analyzer] Add an example plugin for checker dependency handling

Kristóf Umann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 16 12:11:00 PDT 2019


Szelethus created this revision.
Szelethus added reviewers: NoQ, xazax.hun, rnkovacs, baloghadamsoftware.
Szelethus added a project: clang.
Herald added subscribers: cfe-commits, Charusso, gamesh411, dkrupp, donat.nagy, mikhail.ramalho, a.sidorin, szepet, whisperity, mgorny.

- Move `examples/analyzer-plugin` to `analyzer/StaticAnalyzer/SampleAnalyzerPlugin`
- Create a new example plugin for handling checker dependencies

Since git will blame will be messed up anyways, I also clang-formatted the original plugin.


Repository:
  rC Clang

https://reviews.llvm.org/D59464

Files:
  examples/CMakeLists.txt
  examples/StaticAnalyzer/CMakeLists.txt
  examples/StaticAnalyzer/CheckerDependencyHandlingPlugin/CMakeLists.txt
  examples/StaticAnalyzer/CheckerDependencyHandlingPlugin/CheckerDependencyHandling.cpp
  examples/StaticAnalyzer/CheckerDependencyHandlingPlugin/CheckerDependencyHandlingAnalyzerPlugin.exports
  examples/StaticAnalyzer/SampleAnalyzerPlugin/CMakeLists.txt
  examples/StaticAnalyzer/SampleAnalyzerPlugin/MainCallChecker.cpp
  examples/StaticAnalyzer/SampleAnalyzerPlugin/SampleAnalyzerPlugin.exports
  examples/analyzer-plugin/CMakeLists.txt
  examples/analyzer-plugin/MainCallChecker.cpp
  examples/analyzer-plugin/SampleAnalyzerPlugin.exports
  test/Analysis/checker-plugins.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59464.190988.patch
Type: text/x-patch
Size: 6575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190316/98d5b05d/attachment.bin>


More information about the cfe-commits mailing list